Home
last modified time | relevance | path

Searched refs:rx_desc_get_l3_pad_bytes (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/ath/ath11k/
H A Dhw.c911 .rx_desc_get_l3_pad_bytes = ath11k_hw_ipq8074_rx_desc_get_l3_pad_bytes,
951 .rx_desc_get_l3_pad_bytes = ath11k_hw_ipq8074_rx_desc_get_l3_pad_bytes,
991 .rx_desc_get_l3_pad_bytes = ath11k_hw_ipq8074_rx_desc_get_l3_pad_bytes,
1031 .rx_desc_get_l3_pad_bytes = ath11k_hw_qcn9074_rx_desc_get_l3_pad_bytes,
1071 .rx_desc_get_l3_pad_bytes = ath11k_hw_wcn6855_rx_desc_get_l3_pad_bytes,
1111 .rx_desc_get_l3_pad_bytes = ath11k_hw_qcn9074_rx_desc_get_l3_pad_bytes,
1152 .rx_desc_get_l3_pad_bytes = ath11k_hw_qcn9074_rx_desc_get_l3_pad_bytes,
H A Dhw.h246 u8 (*rx_desc_get_l3_pad_bytes)(struct hal_rx_desc *desc); member
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt.c164 .rx_desc_get_l3_pad_bytes = ath10k_qca99x0_rx_desc_get_l3_pad_bytes,
H A Dhtt.h2161 int (*rx_desc_get_l3_pad_bytes)(struct htt_rx_desc *rxd); member
2188 if (hw->rx_desc_ops->rx_desc_get_l3_pad_bytes) in ath10k_htt_rx_desc_get_l3_pad_bytes()
2189 return hw->rx_desc_ops->rx_desc_get_l3_pad_bytes(rxd); in ath10k_htt_rx_desc_get_l3_pad_bytes()
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Dhal_qcc2072.c460 .rx_desc_get_l3_pad_bytes = ath12k_hal_rx_desc_get_l3_pad_bytes_qcc2072,
H A Dhal_wcn7850.c775 .rx_desc_get_l3_pad_bytes = ath12k_hal_rx_desc_get_l3_pad_bytes_wcn7850,