Searched refs:mpdu_idx (Results 1 – 4 of 4) sorted by relevance
75 tlv_log->mpdu_idx = tlv_log->ppdu_start_idx + in dp_mon_record_index_update()77 tlv_log->ppdu_end_idx = tlv_log->mpdu_idx + MAX_MPDU_TLV_NUM; in dp_mon_record_index_update()80 tlv_log->max_mpdu_idx = tlv_log->mpdu_idx + in dp_mon_record_index_update()102 uint16_t *mpdu_idx = NULL; in dp_mon_record_tlv() local114 mpdu_idx = &tlv_log->mpdu_idx; in dp_mon_record_tlv()147 tlv_info[*mpdu_idx].tlv_tag = tlv_tag; in dp_mon_record_tlv()150 tlv_info[*mpdu_idx]. in dp_mon_record_tlv()153 tlv_info[*mpdu_idx]. in dp_mon_record_tlv()158 tlv_info[*mpdu_idx]. in dp_mon_record_tlv()161 tlv_info[*mpdu_idx]. in dp_mon_record_tlv()[all …]
1432 tlv_log->mpdu_idx = tlv_log->ppdu_start_idx + in dp_tx_mon_record_index_update()1434 tlv_log->ppdu_end_idx = tlv_log->mpdu_idx + MAX_MPDU_TLV_NUM; in dp_tx_mon_record_index_update()1437 tlv_log->max_mpdu_idx = tlv_log->mpdu_idx + in dp_tx_mon_record_index_update()1460 uint16_t *mpdu_idx = NULL; in dp_tx_mon_record_tlv() local1473 mpdu_idx = &tlv_log->mpdu_idx; in dp_tx_mon_record_tlv()1499 tlv_info[*mpdu_idx].tlv_tag = tlv_tag; in dp_tx_mon_record_tlv()1508 if (*mpdu_idx < tlv_log->max_mpdu_idx) { in dp_tx_mon_record_tlv()1509 (*mpdu_idx)++; in dp_tx_mon_record_tlv()1511 *mpdu_idx = *mpdu_idx - MAX_MPDU_TLV_NUM + 1; in dp_tx_mon_record_tlv()
137 uint16_t mpdu_idx; member
1111 tlv_log->mpdu_idx = MAX_PPDU_START_TLV_NUM; in dp_mon_pdev_initialize_tlv_logger()