Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dhal.h1074 bool (*dp_rx_h_msdu_done)(struct hal_rx_desc *desc); member
H A 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,
H A Ddp_rx.c83 return ab->hw_params->hal_ops->dp_rx_h_msdu_done(desc); in ath12k_dp_rx_h_msdu_done()