Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath11k/
Dhw.c793 .rx_desc_get_mpdu_peer_id = ath11k_hw_ipq8074_rx_desc_get_mpdu_peer_id,
829 .rx_desc_get_mpdu_peer_id = ath11k_hw_ipq8074_rx_desc_get_mpdu_peer_id,
865 .rx_desc_get_mpdu_peer_id = ath11k_hw_ipq8074_rx_desc_get_mpdu_peer_id,
901 .rx_desc_get_mpdu_peer_id = ath11k_hw_qcn9074_rx_desc_get_mpdu_peer_id,
937 .rx_desc_get_mpdu_peer_id = ath11k_hw_wcn6855_rx_desc_get_mpdu_peer_id,
Dhw.h196 u16 (*rx_desc_get_mpdu_peer_id)(struct hal_rx_desc *desc); member
Ddp_rx.c196 return ab->hw_params.hw_ops->rx_desc_get_mpdu_peer_id(desc); in ath11k_dp_rx_h_mpdu_start_peer_id()