Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
A Dhw.h109 struct hal_rx_desc;
190 bool (*rx_desc_get_last_msdu)(struct hal_rx_desc *desc);
195 u8 (*rx_desc_get_decap_type)(struct hal_rx_desc *desc);
196 u8 (*rx_desc_get_mesh_ctl)(struct hal_rx_desc *desc);
200 u16 (*rx_desc_get_msdu_len)(struct hal_rx_desc *desc);
201 u8 (*rx_desc_get_msdu_sgi)(struct hal_rx_desc *desc);
203 u8 (*rx_desc_get_msdu_rx_bw)(struct hal_rx_desc *desc);
204 u32 (*rx_desc_get_msdu_freq)(struct hal_rx_desc *desc);
206 u8 (*rx_desc_get_msdu_nss)(struct hal_rx_desc *desc);
207 u8 (*rx_desc_get_mpdu_tid)(struct hal_rx_desc *desc);
[all …]
A Dhw.c270 static u8 ath11k_hw_ipq8074_rx_desc_get_mesh_ctl(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_mesh_ctl()
294 static u16 ath11k_hw_ipq8074_rx_desc_get_msdu_len(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_msdu_len()
300 static u8 ath11k_hw_ipq8074_rx_desc_get_msdu_sgi(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_msdu_sgi()
329 static u8 ath11k_hw_ipq8074_rx_desc_get_msdu_nss(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_msdu_nss()
335 static u8 ath11k_hw_ipq8074_rx_desc_get_mpdu_tid(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_mpdu_tid()
347 struct hal_rx_desc *ldesc) in ath11k_hw_ipq8074_rx_desc_copy_attn_end()
441 static u8 ath11k_hw_qcn9074_rx_desc_get_mesh_ctl(struct hal_rx_desc *desc) in ath11k_hw_qcn9074_rx_desc_get_mesh_ctl()
471 static u8 ath11k_hw_qcn9074_rx_desc_get_msdu_sgi(struct hal_rx_desc *desc) in ath11k_hw_qcn9074_rx_desc_get_msdu_sgi()
500 static u8 ath11k_hw_qcn9074_rx_desc_get_msdu_nss(struct hal_rx_desc *desc) in ath11k_hw_qcn9074_rx_desc_get_msdu_nss()
518 struct hal_rx_desc *ldesc) in ath11k_hw_qcn9074_rx_desc_copy_attn_end()
[all …]
A Ddp_rx.c86 struct hal_rx_desc *desc) in ath11k_dp_rx_get_attention()
164 struct hal_rx_desc *desc) in ath11k_dp_rx_h_msdu_start_sgi()
194 struct hal_rx_desc *desc) in ath11k_dp_rx_h_msdu_start_nss()
200 struct hal_rx_desc *desc) in ath11k_dp_rx_h_mpdu_start_tid()
212 struct hal_rx_desc *desc) in ath11k_dp_rx_h_msdu_end_l3pad()
1774 struct hal_rx_desc *ldesc; in ath11k_dp_rx_msdu_coalesce()
3211 struct hal_rx_desc *rx_desc = (struct hal_rx_desc *)msdu->data; in ath11k_dp_rx_h_verify_tkip_mic()
3370 struct hal_rx_desc *rx_desc = (struct hal_rx_desc *)defrag_skb->data; in ath11k_dp_rx_h_defrag_reo_reinject()
3531 struct hal_rx_desc *desc; in ath11k_dp_rx_h_defrag_validate_incr_pn()
3894 struct hal_rx_desc *desc = (struct hal_rx_desc *)msdu->data; in ath11k_dp_rx_h_null_q_desc()
[all …]
A Drx_desc.h1489 struct hal_rx_desc { struct
A Dcore.h98 struct hal_rx_desc *rx_desc;

Completed in 27 milliseconds