Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dhal.h1078 u32 (*dp_rx_h_mpdu_err)(struct hal_rx_desc *desc); member
H A Dhal.c721 .dp_rx_h_mpdu_err = ath12k_hw_qcn9274_dp_rx_h_mpdu_err,
1176 .dp_rx_h_mpdu_err = ath12k_hw_wcn7850_dp_rx_h_mpdu_err,
H A Ddp_rx.c107 return ab->hw_params->hal_ops->dp_rx_h_mpdu_err(desc); in ath12k_dp_rx_h_mpdu_err()