Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/ath/ath11k/
Dhw.c881 .mpdu_info_get_peerid = ath11k_hw_ipq8074_mpdu_info_get_peerid,
921 .mpdu_info_get_peerid = ath11k_hw_ipq8074_mpdu_info_get_peerid,
961 .mpdu_info_get_peerid = ath11k_hw_ipq8074_mpdu_info_get_peerid,
1001 .mpdu_info_get_peerid = ath11k_hw_ipq8074_mpdu_info_get_peerid,
1041 .mpdu_info_get_peerid = ath11k_hw_wcn6855_mpdu_info_get_peerid,
1081 .mpdu_info_get_peerid = ath11k_hw_ipq8074_mpdu_info_get_peerid,
Dhw.h261 u16 (*mpdu_info_get_peerid)(u8 *tlv_data); member
Dhal_rx.c1464 peer_id = ab->hw_params.hw_ops->mpdu_info_get_peerid(tlv_data); in ath11k_hal_rx_parse_mon_status_tlv()