Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Dhal_qcc2072.c476 .rx_desc_get_l3_pad_bytes = ath12k_hal_rx_desc_get_l3_pad_bytes_qcc2072,
H A Dhal_wcn7850.c800 .rx_desc_get_l3_pad_bytes = ath12k_hal_rx_desc_get_l3_pad_bytes_wcn7850,
H A Dhal_qcn9274.c1118 .rx_desc_get_l3_pad_bytes = ath12k_hal_rx_desc_get_l3_pad_bytes_qcn9274,
/linux/drivers/net/wireless/ath/ath12k/
H A Dhal.h1387 u8 (*rx_desc_get_l3_pad_bytes)(struct hal_rx_desc *desc); member
/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c226 return ab->hw_params.hw_ops->rx_desc_get_l3_pad_bytes(desc); in ath11k_dp_rx_h_msdu_end_l3pad()