Searched refs:drop_cnt (Results 1 – 3 of 3) sorted by relevance
2460 struct mon_drop *drop_cnt = (struct mon_drop *)rx_tlv; in hal_rx_update_ppdu_drop_cnt() local2462 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()
2074 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()
1333 struct hal_rx_ppdu_drop_cnt drop_cnt; member