Home
last modified time | relevance | path

Searched refs:dp_rx_h_msdu_done (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/net/wireless/ath/ath12k/ !
Dhal.h1074 bool (*dp_rx_h_msdu_done)(struct hal_rx_desc *desc); member
Dhal.c717 .dp_rx_h_msdu_done = ath12k_hw_qcn9274_dp_rx_h_msdu_done,
1172 .dp_rx_h_msdu_done = ath12k_hw_wcn7850_dp_rx_h_msdu_done,
Ddp_rx.c83 return ab->hw_params->hal_ops->dp_rx_h_msdu_done(desc); in ath12k_dp_rx_h_msdu_done()