Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
Ddp_rx.c1740 rxcb->is_last_msdu = ath11k_dp_rx_h_msdu_end_last_msdu(ldesc); in ath11k_dp_rx_msdu_coalesce()
1997 !(rxcb->is_first_msdu && rxcb->is_last_msdu)) { in ath11k_dp_rx_h_undecap_raw()
2055 is_amsdu = !(rxcb->is_first_msdu && rxcb->is_last_msdu); in ath11k_dp_rx_h_find_rfc1042()
2600 rxcb->is_last_msdu = !!(desc.rx_msdu_info.info0 & in ath11k_dp_process_rx()
3123 (ATH11K_SKB_RXCB(msdu))->is_last_msdu = true; in ath11k_dp_rx_h_verify_tkip_mic()
3784 rxcb->is_last_msdu = ath11k_dp_rx_h_msdu_end_last_msdu(desc); in ath11k_dp_rx_h_null_q_desc()
3850 rxcb->is_last_msdu = ath11k_dp_rx_h_msdu_end_last_msdu(desc); in ath11k_dp_rx_h_tkip_mic_err()
Dcore.h93 bool is_last_msdu; member