Home
last modified time | relevance | path

Searched refs:hal_rx_desc (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dhw.h114 struct hal_rx_desc;
239 bool (*rx_desc_get_first_msdu)(struct hal_rx_desc *desc);
240 bool (*rx_desc_get_last_msdu)(struct hal_rx_desc *desc);
241 u8 (*rx_desc_get_l3_pad_bytes)(struct hal_rx_desc *desc);
242 u8 *(*rx_desc_get_hdr_status)(struct hal_rx_desc *desc);
243 bool (*rx_desc_encrypt_valid)(struct hal_rx_desc *desc);
244 u32 (*rx_desc_get_encrypt_type)(struct hal_rx_desc *desc);
245 u8 (*rx_desc_get_decap_type)(struct hal_rx_desc *desc);
246 u8 (*rx_desc_get_mesh_ctl)(struct hal_rx_desc *desc);
247 bool (*rx_desc_get_ldpc_support)(struct hal_rx_desc *des
[all...]
H A Dhw.c234 static bool ath11k_hw_ipq8074_rx_desc_get_first_msdu(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_first_msdu()
240 static bool ath11k_hw_ipq8074_rx_desc_get_last_msdu(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_last_msdu()
246 static u8 ath11k_hw_ipq8074_rx_desc_get_l3_pad_bytes(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_l3_pad_bytes()
252 static u8 *ath11k_hw_ipq8074_rx_desc_get_hdr_status(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_hdr_status()
257 static bool ath11k_hw_ipq8074_rx_desc_encrypt_valid(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_encrypt_valid()
263 static u32 ath11k_hw_ipq8074_rx_desc_get_encrypt_type(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_encrypt_type()
269 static u8 ath11k_hw_ipq8074_rx_desc_get_decap_type(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_decap_type()
275 static u8 ath11k_hw_ipq8074_rx_desc_get_mesh_ctl(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_mesh_ctl()
281 static bool ath11k_hw_ipq8074_rx_desc_get_ldpc_support(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_ldpc_support()
287 static bool ath11k_hw_ipq8074_rx_desc_get_mpdu_seq_ctl_vld(struct hal_rx_desc *des
[all...]
H A Ddp_rx.c24 u8 *ath11k_dp_rx_h_80211_hdr(struct ath11k_base *ab, struct hal_rx_desc *desc) in ath11k_dp_rx_h_80211_hdr()
31 struct hal_rx_desc *desc) in ath11k_dp_rx_h_mpdu_start_enctype()
40 struct hal_rx_desc *desc) in ath11k_dp_rx_h_msdu_start_decap_type()
47 struct hal_rx_desc *desc) in ath11k_dp_rx_h_msdu_start_ldpc_support()
54 struct hal_rx_desc *desc) in ath11k_dp_rx_h_msdu_start_mesh_ctl_present()
61 struct hal_rx_desc *desc) in ath11k_dp_rx_h_mpdu_start_seq_ctrl_valid()
67 struct hal_rx_desc *desc) in ath11k_dp_rx_h_mpdu_start_fc_valid()
91 struct hal_rx_desc *desc) in ath11k_dp_rx_h_mpdu_start_seq_no()
97 struct hal_rx_desc *desc) in ath11k_dp_rx_get_attention()
157 struct hal_rx_desc *des in ath11k_dp_rx_h_attn_msdu_len_err()
[all...]
H A Drx_desc.h1489 struct hal_rx_desc { struct
H A Dcore.h127 struct hal_rx_desc *rx_desc;
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dhal.h1035 bool (*rx_desc_get_first_msdu)(struct hal_rx_desc *desc);
1036 bool (*rx_desc_get_last_msdu)(struct hal_rx_desc *desc);
1037 u8 (*rx_desc_get_l3_pad_bytes)(struct hal_rx_desc *desc);
1038 u8 *(*rx_desc_get_hdr_status)(struct hal_rx_desc *desc);
1039 bool (*rx_desc_encrypt_valid)(struct hal_rx_desc *desc);
1040 u32 (*rx_desc_get_encrypt_type)(struct hal_rx_desc *desc);
1041 u8 (*rx_desc_get_decap_type)(struct hal_rx_desc *desc);
1042 u8 (*rx_desc_get_mesh_ctl)(struct hal_rx_desc *desc);
1043 bool (*rx_desc_get_mpdu_seq_ctl_vld)(struct hal_rx_desc *desc);
1044 bool (*rx_desc_get_mpdu_fc_valid)(struct hal_rx_desc *des
[all...]
H A Dhal.c290 static bool ath12k_hw_qcn9274_rx_desc_get_first_msdu(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_first_msdu()
296 static bool ath12k_hw_qcn9274_rx_desc_get_last_msdu(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_last_msdu()
302 static u8 ath12k_hw_qcn9274_rx_desc_get_l3_pad_bytes(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_l3_pad_bytes()
308 static bool ath12k_hw_qcn9274_rx_desc_encrypt_valid(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_encrypt_valid()
314 static u32 ath12k_hw_qcn9274_rx_desc_get_encrypt_type(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_encrypt_type()
320 static u8 ath12k_hw_qcn9274_rx_desc_get_decap_type(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_decap_type()
326 static u8 ath12k_hw_qcn9274_rx_desc_get_mesh_ctl(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_mesh_ctl()
332 static bool ath12k_hw_qcn9274_rx_desc_get_mpdu_seq_ctl_vld(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_mpdu_seq_ctl_vld()
338 static bool ath12k_hw_qcn9274_rx_desc_get_mpdu_fc_valid(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_mpdu_fc_valid()
344 static u16 ath12k_hw_qcn9274_rx_desc_get_mpdu_start_seq_no(struct hal_rx_desc *des
[all...]
H A Ddp_rx.h130 struct hal_rx_desc *desc);
134 struct hal_rx_desc *desc);
136 struct hal_rx_desc *desc);
137 void ath12k_dp_rx_h_ppdu(struct ath12k *ar, struct hal_rx_desc *rx_desc,
H A Ddp_rx.c24 struct hal_rx_desc *desc) in ath12k_dp_rx_h_enctype()
33 struct hal_rx_desc *desc) in ath12k_dp_rx_h_decap_type()
39 struct hal_rx_desc *desc) in ath12k_dp_rx_h_mesh_ctl_present()
45 struct hal_rx_desc *desc) in ath12k_dp_rx_h_seq_ctrl_valid()
51 struct hal_rx_desc *desc) in ath12k_dp_rx_h_fc_valid()
75 struct hal_rx_desc *desc) in ath12k_dp_rx_h_seq_no()
81 struct hal_rx_desc *desc) in ath12k_dp_rx_h_msdu_done()
87 struct hal_rx_desc *desc) in ath12k_dp_rx_h_l4_cksum_fail()
93 struct hal_rx_desc *desc) in ath12k_dp_rx_h_ip_cksum_fail()
99 struct hal_rx_desc *des in ath12k_dp_rx_h_is_decrypted()
[all...]
H A Dhw.h112 struct hal_rx_desc;
H A Drx_desc.h1421 struct hal_rx_desc { struct
H A Ddp_mon.c871 (struct hal_rx_desc *)msdu->data); in ath12k_dp_mon_rx_msdus_set_payload()
882 struct hal_rx_desc *rx_desc; in ath12k_dp_mon_rx_merg_msdus()
892 rx_desc = (struct hal_rx_desc *)head_msdu->data; in ath12k_dp_mon_rx_merg_msdus()
921 rx_desc = (struct hal_rx_desc *)head_msdu->data; in ath12k_dp_mon_rx_merg_msdus()
H A Dcore.h95 struct hal_rx_desc *rx_desc;
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c23 static u8 *ath11k_dp_rx_h_80211_hdr(struct hal_rx_desc *desc) in ath11k_dp_rx_h_80211_hdr()
28 static enum hal_encrypt_type ath11k_dp_rx_h_mpdu_start_enctype(struct hal_rx_desc *desc) in ath11k_dp_rx_h_mpdu_start_enctype()
38 static u8 ath11k_dp_rx_h_msdu_start_decap_type(struct hal_rx_desc *desc) in ath11k_dp_rx_h_msdu_start_decap_type()
44 static u8 ath11k_dp_rx_h_msdu_start_mesh_ctl_present(struct hal_rx_desc *desc) in ath11k_dp_rx_h_msdu_start_mesh_ctl_present()
50 static bool ath11k_dp_rx_h_mpdu_start_seq_ctrl_valid(struct hal_rx_desc *desc) in ath11k_dp_rx_h_mpdu_start_seq_ctrl_valid()
56 static bool ath11k_dp_rx_h_mpdu_start_fc_valid(struct hal_rx_desc *desc) in ath11k_dp_rx_h_mpdu_start_fc_valid()
78 static u16 ath11k_dp_rx_h_mpdu_start_seq_no(struct hal_rx_desc *desc) in ath11k_dp_rx_h_mpdu_start_seq_no()
84 static bool ath11k_dp_rx_h_attn_msdu_done(struct hal_rx_desc *desc) in ath11k_dp_rx_h_attn_msdu_done()
90 static bool ath11k_dp_rx_h_attn_l4_cksum_fail(struct hal_rx_desc *desc) in ath11k_dp_rx_h_attn_l4_cksum_fail()
96 static bool ath11k_dp_rx_h_attn_ip_cksum_fail(struct hal_rx_desc *des
[all...]
H A Drx_desc.h1193 struct hal_rx_desc { struct
H A Dhal.h306 #define HAL_RX_DESC_SIZE (sizeof(struct hal_rx_desc))
H A Dcore.h95 struct hal_rx_desc *rx_desc;

Completed in 44 milliseconds