Home
last modified time | relevance | path

Searched refs:rx_desc_get_l3_pad_bytes (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dhw.h637 int (*rx_desc_get_l3_pad_bytes)(struct htt_rx_desc *rxd); member
657 if (hw->hw_ops->rx_desc_get_l3_pad_bytes) in ath10k_rx_desc_get_l3_pad_bytes()
658 return hw->hw_ops->rx_desc_get_l3_pad_bytes(rxd); in ath10k_rx_desc_get_l3_pad_bytes()
H A Dhw.c1150 .rx_desc_get_l3_pad_bytes = ath10k_qca99x0_rx_desc_get_l3_pad_bytes,
/kernel/linux/linux-6.6/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.h241 u8 (*rx_desc_get_l3_pad_bytes)(struct hal_rx_desc *desc); member
H A Ddp_rx.c225 return ab->hw_params.hw_ops->rx_desc_get_l3_pad_bytes(desc); in ath11k_dp_rx_h_msdu_end_l3pad()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dhtt.c163 .rx_desc_get_l3_pad_bytes = ath10k_qca99x0_rx_desc_get_l3_pad_bytes,
H A Dhtt.h2157 int (*rx_desc_get_l3_pad_bytes)(struct htt_rx_desc *rxd); member
2184 if (hw->rx_desc_ops->rx_desc_get_l3_pad_bytes) in ath10k_htt_rx_desc_get_l3_pad_bytes()
2185 return hw->rx_desc_ops->rx_desc_get_l3_pad_bytes(rxd); in ath10k_htt_rx_desc_get_l3_pad_bytes()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dhal.h1037 u8 (*rx_desc_get_l3_pad_bytes)(struct hal_rx_desc *desc); member
H A Dhal.c686 .rx_desc_get_l3_pad_bytes = ath12k_hw_qcn9274_rx_desc_get_l3_pad_bytes,
1140 .rx_desc_get_l3_pad_bytes = ath12k_hw_wcn7850_rx_desc_get_l3_pad_bytes,
H A Ddp_rx.c167 return ab->hw_params->hal_ops->rx_desc_get_l3_pad_bytes(desc); in ath12k_dp_rx_h_l3pad()

Completed in 32 milliseconds