Searched refs:is_first_msdu (Results 1 – 2 of 2) sorted by relevance
1786 rxcb->is_first_msdu = ath11k_dp_rx_h_msdu_end_first_msdu(ab, ldesc); in ath11k_dp_rx_msdu_coalesce()1978 if (rxcb->is_first_msdu) { in ath11k_dp_rx_h_undecap_nwifi()2017 if (!rxcb->is_first_msdu) { in ath11k_dp_rx_h_undecap_nwifi()2045 if (!rxcb->is_first_msdu || in ath11k_dp_rx_h_undecap_raw()2046 !(rxcb->is_first_msdu && rxcb->is_last_msdu)) { in ath11k_dp_rx_h_undecap_raw()2104 is_amsdu = !(rxcb->is_first_msdu && rxcb->is_last_msdu); in ath11k_dp_rx_h_find_rfc1042()2108 if (rxcb->is_first_msdu) { in ath11k_dp_rx_h_find_rfc1042()2698 rxcb->is_first_msdu = !!(desc->rx_msdu_info.info0 & in ath11k_dp_process_rx()3227 (ATH11K_SKB_RXCB(msdu))->is_first_msdu = true; in ath11k_dp_rx_h_verify_tkip_mic()3904 rxcb->is_first_msdu = ath11k_dp_rx_h_msdu_end_first_msdu(ar->ab, desc); in ath11k_dp_rx_h_null_q_desc()[all …]
121 bool is_first_msdu; member