Home
last modified time | relevance | path

Searched refs:rx_desc_get_last_msdu (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/drivers/net/wireless/ath/ath11k/
Dhw.c910 .rx_desc_get_last_msdu = ath11k_hw_ipq8074_rx_desc_get_last_msdu,
950 .rx_desc_get_last_msdu = ath11k_hw_ipq8074_rx_desc_get_last_msdu,
990 .rx_desc_get_last_msdu = ath11k_hw_ipq8074_rx_desc_get_last_msdu,
1030 .rx_desc_get_last_msdu = ath11k_hw_qcn9074_rx_desc_get_last_msdu,
1070 .rx_desc_get_last_msdu = ath11k_hw_wcn6855_rx_desc_get_last_msdu,
1110 .rx_desc_get_last_msdu = ath11k_hw_qcn9074_rx_desc_get_last_msdu,
1151 .rx_desc_get_last_msdu = ath11k_hw_qcn9074_rx_desc_get_last_msdu,
Dhw.h240 bool (*rx_desc_get_last_msdu)(struct hal_rx_desc *desc); member
Ddp_rx.c237 return ab->hw_params.hw_ops->rx_desc_get_last_msdu(desc); in ath11k_dp_rx_h_msdu_end_last_msdu()
/Linux-v6.6/drivers/net/wireless/ath/ath12k/
Dhal.h1036 bool (*rx_desc_get_last_msdu)(struct hal_rx_desc *desc); member
Dhal.c685 .rx_desc_get_last_msdu = ath12k_hw_qcn9274_rx_desc_get_last_msdu,
1139 .rx_desc_get_last_msdu = ath12k_hw_wcn7850_rx_desc_get_last_msdu,
Ddp_rx.c179 return ab->hw_params->hal_ops->rx_desc_get_last_msdu(desc); in ath12k_dp_rx_h_last_msdu()