Home
last modified time | relevance | path

Searched refs:ppdu_start_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.c1430 tlv_log->ppdu_start_idx = tlv_log->curr_ppdu_pos * in dp_tx_mon_record_index_update()
1432 tlv_log->mpdu_idx = tlv_log->ppdu_start_idx + in dp_tx_mon_record_index_update()
1435 tlv_log->max_ppdu_start_idx = tlv_log->ppdu_start_idx + in dp_tx_mon_record_index_update()
1459 uint16_t *ppdu_start_idx = NULL; in dp_tx_mon_record_tlv() local
1472 ppdu_start_idx = &tlv_log->ppdu_start_idx; in dp_tx_mon_record_tlv()
1481 tlv_info[*ppdu_start_idx].tlv_tag = tlv_tag; in dp_tx_mon_record_tlv()
1496 if (*ppdu_start_idx < tlv_log->max_ppdu_start_idx) in dp_tx_mon_record_tlv()
1497 (*ppdu_start_idx)++; in dp_tx_mon_record_tlv()
1558 qdf_mem_zero(&tlv_info[tlv_log->ppdu_start_idx], in dp_tx_mon_record_clear_buffer()
H A Ddp_rx_mon_2.0.c73 tlv_log->ppdu_start_idx = tlv_log->curr_ppdu_pos * in dp_mon_record_index_update()
75 tlv_log->mpdu_idx = tlv_log->ppdu_start_idx + in dp_mon_record_index_update()
78 tlv_log->max_ppdu_start_idx = tlv_log->ppdu_start_idx + in dp_mon_record_index_update()
101 uint16_t *ppdu_start_idx = NULL; in dp_mon_record_tlv() local
113 ppdu_start_idx = &tlv_log->ppdu_start_idx; in dp_mon_record_tlv()
119 tlv_info[*ppdu_start_idx].tlv_tag = tlv_tag; in dp_mon_record_tlv()
122 tlv_info[*ppdu_start_idx]. in dp_mon_record_tlv()
127 tlv_info[*ppdu_start_idx]. in dp_mon_record_tlv()
130 tlv_info[*ppdu_start_idx]. in dp_mon_record_tlv()
133 tlv_info[*ppdu_start_idx]. in dp_mon_record_tlv()
[all …]
H A Ddp_mon_2.0.h136 uint16_t ppdu_start_idx; member
H A Ddp_mon_2.0.c1110 tlv_log->ppdu_start_idx = 0; in dp_mon_pdev_initialize_tlv_logger()