Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/ath/ath11k/
Dhw.c872 .rx_desc_get_mpdu_tid = ath11k_hw_ipq8074_rx_desc_get_mpdu_tid,
912 .rx_desc_get_mpdu_tid = ath11k_hw_ipq8074_rx_desc_get_mpdu_tid,
952 .rx_desc_get_mpdu_tid = ath11k_hw_ipq8074_rx_desc_get_mpdu_tid,
992 .rx_desc_get_mpdu_tid = ath11k_hw_qcn9074_rx_desc_get_mpdu_tid,
1032 .rx_desc_get_mpdu_tid = ath11k_hw_wcn6855_rx_desc_get_mpdu_tid,
1072 .rx_desc_get_mpdu_tid = ath11k_hw_qcn9074_rx_desc_get_mpdu_tid,
Dhw.h251 u8 (*rx_desc_get_mpdu_tid)(struct hal_rx_desc *desc); member
Ddp_rx.c213 return ab->hw_params.hw_ops->rx_desc_get_mpdu_tid(desc); in ath11k_dp_rx_h_mpdu_start_tid()