Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_rx_mon.c1417 uint8_t fcs_ok_mpdu_cnt, bool deliver_frame) in dp_rx_handle_mcopy_mode() argument
1424 if (!ppdu_info->ppdu_msdu_info[fcs_ok_mpdu_cnt].first_msdu_payload) in dp_rx_handle_mcopy_mode()
1433 wh = (struct ieee80211_frame *)(ppdu_info->ppdu_msdu_info[fcs_ok_mpdu_cnt].first_msdu_payload + 4); in dp_rx_handle_mcopy_mode()
1435 size = (ppdu_info->ppdu_msdu_info[fcs_ok_mpdu_cnt].first_msdu_payload - in dp_rx_handle_mcopy_mode()
1451 …qdf_nbuf_trim_tail(nbuf, qdf_nbuf_len(nbuf) - ppdu_info->ppdu_msdu_info[fcs_ok_mpdu_cnt].payload_l… in dp_rx_handle_mcopy_mode()
1572 uint8_t fcs_ok_mpdu_cnt = 0; in dp_rx_process_mcopy_mode() local
1587 while (fcs_ok_mpdu_cnt < ppdu_info->fcs_ok_cnt) { in dp_rx_process_mcopy_mode()
1598 fcs_ok_mpdu_cnt, in dp_rx_process_mcopy_mode()
1604 fcs_ok_mpdu_cnt++; in dp_rx_process_mcopy_mode()
H A Ddp_rx_mon.h438 uint8_t fcs_ok_mpdu_cnt, bool deliver_frame);