Home
last modified time | relevance | path

Searched refs:ppdu_end_idx (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_tx_mon_status_2.0.c1434 tlv_log->ppdu_end_idx = tlv_log->mpdu_idx + MAX_MPDU_TLV_NUM; in dp_tx_mon_record_index_update()
1439 tlv_log->max_ppdu_end_idx = tlv_log->ppdu_end_idx + in dp_tx_mon_record_index_update()
1461 uint16_t *ppdu_end_idx = NULL; in dp_tx_mon_record_tlv() local
1474 ppdu_end_idx = &tlv_log->ppdu_end_idx; in dp_tx_mon_record_tlv()
1515 tlv_info[*ppdu_end_idx].tlv_tag = tlv_tag; in dp_tx_mon_record_tlv()
1539 if (*ppdu_end_idx < tlv_log->max_ppdu_end_idx) in dp_tx_mon_record_tlv()
1540 (*ppdu_end_idx)++; in dp_tx_mon_record_tlv()
H A Ddp_rx_mon_2.0.c77 tlv_log->ppdu_end_idx = tlv_log->mpdu_idx + MAX_MPDU_TLV_NUM; in dp_mon_record_index_update()
82 tlv_log->max_ppdu_end_idx = tlv_log->ppdu_end_idx + in dp_mon_record_index_update()
103 uint16_t *ppdu_end_idx = NULL; in dp_mon_record_tlv() local
115 ppdu_end_idx = &tlv_log->ppdu_end_idx; in dp_mon_record_tlv()
203 tlv_info[*ppdu_end_idx].tlv_tag = tlv_tag; in dp_mon_record_tlv()
228 if (*ppdu_end_idx < tlv_log->max_ppdu_end_idx) in dp_mon_record_tlv()
229 (*ppdu_end_idx)++; in dp_mon_record_tlv()
H A Ddp_mon_2.0.h138 uint16_t ppdu_end_idx; member
H A Ddp_mon_2.0.c1112 tlv_log->ppdu_end_idx = MAX_PPDU_START_TLV_NUM + MAX_MPDU_TLV_NUM; in dp_mon_pdev_initialize_tlv_logger()