Searched refs:hal_rx_desc (Results 1 – 13 of 13) sorted by relevance
118 struct hal_rx_desc;245 bool (*rx_desc_get_first_msdu)(struct hal_rx_desc *desc);246 bool (*rx_desc_get_last_msdu)(struct hal_rx_desc *desc);247 u8 (*rx_desc_get_l3_pad_bytes)(struct hal_rx_desc *desc);248 u8 *(*rx_desc_get_hdr_status)(struct hal_rx_desc *desc);249 bool (*rx_desc_encrypt_valid)(struct hal_rx_desc *desc);250 u32 (*rx_desc_get_encrypt_type)(struct hal_rx_desc *desc);251 u8 (*rx_desc_get_decap_type)(struct hal_rx_desc *desc);252 u8 (*rx_desc_get_mesh_ctl)(struct hal_rx_desc *desc);253 bool (*rx_desc_get_ldpc_support)(struct hal_rx_desc *desc);[all …]
234 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 *desc) in ath11k_hw_ipq8074_rx_desc_get_mpdu_seq_ctl_vld()[all …]
25 u8 *ath11k_dp_rx_h_80211_hdr(struct ath11k_base *ab, struct hal_rx_desc *desc) in ath11k_dp_rx_h_80211_hdr()32 struct hal_rx_desc *desc) in ath11k_dp_rx_h_mpdu_start_enctype()41 struct hal_rx_desc *desc) in ath11k_dp_rx_h_msdu_start_decap_type()48 struct hal_rx_desc *desc) in ath11k_dp_rx_h_msdu_start_ldpc_support()55 struct hal_rx_desc *desc) in ath11k_dp_rx_h_msdu_start_mesh_ctl_present()62 struct hal_rx_desc *desc) in ath11k_dp_rx_h_mpdu_start_seq_ctrl_valid()68 struct hal_rx_desc *desc) in ath11k_dp_rx_h_mpdu_start_fc_valid()92 struct hal_rx_desc *desc) in ath11k_dp_rx_h_mpdu_start_seq_no()98 struct hal_rx_desc *desc) in ath11k_dp_rx_get_attention()158 struct hal_rx_desc *desc) in ath11k_dp_rx_h_attn_msdu_len_err()[all …]
1490 struct hal_rx_desc { struct
156 struct hal_rx_desc *rx_desc;
297 static bool ath12k_hw_qcn9274_rx_desc_get_first_msdu(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_first_msdu()303 static bool ath12k_hw_qcn9274_rx_desc_get_last_msdu(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_last_msdu()309 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()315 static bool ath12k_hw_qcn9274_rx_desc_encrypt_valid(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_encrypt_valid()321 static u32 ath12k_hw_qcn9274_rx_desc_get_encrypt_type(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_encrypt_type()327 static u8 ath12k_hw_qcn9274_rx_desc_get_decap_type(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_decap_type()333 static u8 ath12k_hw_qcn9274_rx_desc_get_mesh_ctl(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_mesh_ctl()339 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()345 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()351 static u16 ath12k_hw_qcn9274_rx_desc_get_mpdu_start_seq_no(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_mpdu_start_seq_no()[all …]
1058 bool (*rx_desc_get_first_msdu)(struct hal_rx_desc *desc);1059 bool (*rx_desc_get_last_msdu)(struct hal_rx_desc *desc);1060 u8 (*rx_desc_get_l3_pad_bytes)(struct hal_rx_desc *desc);1061 u8 *(*rx_desc_get_hdr_status)(struct hal_rx_desc *desc);1062 bool (*rx_desc_encrypt_valid)(struct hal_rx_desc *desc);1063 u32 (*rx_desc_get_encrypt_type)(struct hal_rx_desc *desc);1064 u8 (*rx_desc_get_decap_type)(struct hal_rx_desc *desc);1065 u8 (*rx_desc_get_mesh_ctl)(struct hal_rx_desc *desc);1066 bool (*rx_desc_get_mpdu_seq_ctl_vld)(struct hal_rx_desc *desc);1067 bool (*rx_desc_get_mpdu_fc_valid)(struct hal_rx_desc *desc);[all …]
162 struct hal_rx_desc *desc);167 struct hal_rx_desc *desc);169 struct hal_rx_desc *desc);178 void ath12k_dp_rx_h_fetch_info(struct ath12k_base *ab, struct hal_rx_desc *rx_desc,183 struct hal_rx_desc *rx_desc);185 struct hal_rx_desc *rx_desc);190 struct hal_rx_desc *rx_desc);
28 struct hal_rx_desc *desc) in ath12k_dp_rx_h_enctype()37 struct hal_rx_desc *desc) in ath12k_dp_rx_h_decap_type()43 struct hal_rx_desc *desc) in ath12k_dp_rx_h_mesh_ctl_present()49 struct hal_rx_desc *desc) in ath12k_dp_rx_h_seq_ctrl_valid()55 struct hal_rx_desc *desc) in ath12k_dp_rx_h_fc_valid()79 struct hal_rx_desc *desc) in ath12k_dp_rx_h_seq_no()85 struct hal_rx_desc *desc) in ath12k_dp_rx_h_msdu_done()91 struct hal_rx_desc *desc) in ath12k_dp_rx_h_l4_cksum_fail()97 struct hal_rx_desc *desc) in ath12k_dp_rx_h_ip_cksum_fail()103 struct hal_rx_desc *desc) in ath12k_dp_rx_h_is_decrypted()[all …]
114 struct hal_rx_desc;
1989 ath12k_dp_rx_h_l3pad(ar->ab, (struct hal_rx_desc *)tail_msdu->data); in ath12k_dp_mon_rx_msdus_set_payload()2008 struct hal_rx_desc *rx_desc; in ath12k_dp_mon_rx_merg_msdus()2076 rx_desc = (struct hal_rx_desc *)head_msdu->data; in ath12k_dp_mon_rx_merg_msdus()2449 sizeof(struct hal_rx_desc)) & in ath12k_dp_mon_get_buf_len()4101 struct hal_rx_desc *rx_desc, *tail_rx_desc; in ath12k_dp_rx_mon_mpdu_pop()4134 rx_pkt_offset = sizeof(struct hal_rx_desc); in ath12k_dp_rx_mon_mpdu_pop()4152 tail_rx_desc = (struct hal_rx_desc *)(desc_info->skb)->data; in ath12k_dp_rx_mon_mpdu_pop()4201 rx_desc = (struct hal_rx_desc *)msdu->data; in ath12k_dp_rx_mon_mpdu_pop()
1531 struct hal_rx_desc { struct
163 struct hal_rx_desc *rx_desc;