Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_rx_mon_2.0.c286 struct hal_mon_desc *hal_mon_rx_desc) in dp_rx_mon_update_drop_cnt() argument
290 hal_mon_rx_desc->ppdu_drop_count; in dp_rx_mon_update_drop_cnt()
292 hal_mon_rx_desc->mpdu_drop_count; in dp_rx_mon_update_drop_cnt()
293 if (hal_mon_rx_desc->end_of_ppdu_dropped) in dp_rx_mon_update_drop_cnt()
296 hal_mon_rx_desc->tlv_drop_count; in dp_rx_mon_update_drop_cnt()
2447 struct hal_mon_desc hal_mon_rx_desc = {0}; in dp_rx_mon_srng_process_2_0() local
2452 &hal_mon_rx_desc); in dp_rx_mon_srng_process_2_0()
2456 if (hal_mon_rx_desc.empty_descriptor == 1) { in dp_rx_mon_srng_process_2_0()
2461 dp_rx_mon_update_drop_cnt(mon_pdev, &hal_mon_rx_desc); in dp_rx_mon_srng_process_2_0()
2464 desc = hal_mon_rx_desc.buf_addr; in dp_rx_mon_srng_process_2_0()
[all …]