Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
H A Dhal_be_api_mon.h2460 struct mon_drop *drop_cnt = (struct mon_drop *)rx_tlv; in hal_rx_update_ppdu_drop_cnt() local
2462 ppdu_info->drop_cnt.ppdu_drop_cnt = drop_cnt->ppdu_drop_cnt; in hal_rx_update_ppdu_drop_cnt()
2463 ppdu_info->drop_cnt.mpdu_drop_cnt = drop_cnt->mpdu_drop_cnt; in hal_rx_update_ppdu_drop_cnt()
2464 ppdu_info->drop_cnt.end_of_ppdu_drop_cnt = drop_cnt->end_of_ppdu_seen; in hal_rx_update_ppdu_drop_cnt()
2465 ppdu_info->drop_cnt.tlv_drop_cnt = drop_cnt->tlv_drop_cnt; in hal_rx_update_ppdu_drop_cnt()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_rx_mon_2.0.c2074 ppdu_info->drop_cnt.ppdu_drop_cnt; in dp_rx_mon_process_tlv_status()
2076 ppdu_info->drop_cnt.mpdu_drop_cnt; in dp_rx_mon_process_tlv_status()
2078 ppdu_info->drop_cnt.end_of_ppdu_drop_cnt; in dp_rx_mon_process_tlv_status()
2080 ppdu_info->drop_cnt.tlv_drop_cnt; in dp_rx_mon_process_tlv_status()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_api_mon.h1333 struct hal_rx_ppdu_drop_cnt drop_cnt; member