Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Ddp_rx.c1722 rxcb->is_last_msdu = ath11k_dp_rx_h_msdu_end_last_msdu(ldesc); in ath11k_dp_rx_msdu_coalesce()
1979 !(rxcb->is_first_msdu && rxcb->is_last_msdu)) { in ath11k_dp_rx_h_undecap_raw()
2037 is_amsdu = !(rxcb->is_first_msdu && rxcb->is_last_msdu); in ath11k_dp_rx_h_find_rfc1042()
2575 rxcb->is_last_msdu = !!(desc.rx_msdu_info.info0 & in ath11k_dp_process_rx()
3098 (ATH11K_SKB_RXCB(msdu))->is_last_msdu = true; in ath11k_dp_rx_h_verify_tkip_mic()
3759 rxcb->is_last_msdu = ath11k_dp_rx_h_msdu_end_last_msdu(desc); in ath11k_dp_rx_h_null_q_desc()
3825 rxcb->is_last_msdu = ath11k_dp_rx_h_msdu_end_last_msdu(desc); in ath11k_dp_rx_h_tkip_mic_err()
Dcore.h91 bool is_last_msdu; member