Searched refs:hal_rx_desc (Results 1 – 11 of 11) sorted by relevance
20 u8 ath12k_hal_rx_desc_get_l3_pad_bytes_wcn7850(struct hal_rx_desc *desc);21 void ath12k_hal_rx_desc_copy_end_tlv_wcn7850(struct hal_rx_desc *fdesc,22 struct hal_rx_desc *ldesc);23 u32 ath12k_hal_rx_desc_get_mpdu_start_tag_wcn7850(struct hal_rx_desc *desc);24 u32 ath12k_hal_rx_desc_get_mpdu_ppdu_id_wcn7850(struct hal_rx_desc *desc);25 void ath12k_hal_rx_desc_set_msdu_len_wcn7850(struct hal_rx_desc *desc, u16 len);26 u8 *ath12k_hal_rx_desc_get_msdu_payload_wcn7850(struct hal_rx_desc *desc);30 u8 ath12k_hal_rx_desc_get_msdu_src_link_wcn7850(struct hal_rx_desc *desc);31 void ath12k_hal_rx_desc_get_crypto_hdr_wcn7850(struct hal_rx_desc *desc,34 void ath12k_hal_rx_desc_get_dot11_hdr_wcn7850(struct hal_rx_desc *desc,[all …]
99 static void ath12k_hal_rx_desc_set_msdu_len_qcc2072(struct hal_rx_desc *desc, u16 len) in ath12k_hal_rx_desc_set_msdu_len_qcc2072()109 static void ath12k_hal_rx_desc_get_dot11_hdr_qcc2072(struct hal_rx_desc *desc, in ath12k_hal_rx_desc_get_dot11_hdr_qcc2072()125 static void ath12k_hal_rx_desc_get_crypto_hdr_qcc2072(struct hal_rx_desc *desc, in ath12k_hal_rx_desc_get_crypto_hdr_qcc2072()169 static void ath12k_hal_rx_desc_copy_end_tlv_qcc2072(struct hal_rx_desc *fdesc, in ath12k_hal_rx_desc_copy_end_tlv_qcc2072()170 struct hal_rx_desc *ldesc) in ath12k_hal_rx_desc_copy_end_tlv_qcc2072()176 static u8 ath12k_hal_rx_desc_get_msdu_src_link_qcc2072(struct hal_rx_desc *desc) in ath12k_hal_rx_desc_get_msdu_src_link_qcc2072()181 static u8 ath12k_hal_rx_desc_get_l3_pad_bytes_qcc2072(struct hal_rx_desc *desc) in ath12k_hal_rx_desc_get_l3_pad_bytes_qcc2072()187 static u32 ath12k_hal_rx_desc_get_mpdu_start_tag_qcc2072(struct hal_rx_desc *desc) in ath12k_hal_rx_desc_get_mpdu_start_tag_qcc2072()193 static u32 ath12k_hal_rx_desc_get_mpdu_ppdu_id_qcc2072(struct hal_rx_desc *desc) in ath12k_hal_rx_desc_get_mpdu_ppdu_id_qcc2072()198 static u8 *ath12k_hal_rx_desc_get_msdu_payload_qcc2072(struct hal_rx_desc *desc) in ath12k_hal_rx_desc_get_msdu_payload_qcc2072()[all …]
264 bool ath12k_hal_rx_desc_get_first_msdu_wcn7850(struct hal_rx_desc *desc) in ath12k_hal_rx_desc_get_first_msdu_wcn7850()271 bool ath12k_hal_rx_desc_get_last_msdu_wcn7850(struct hal_rx_desc *desc) in ath12k_hal_rx_desc_get_last_msdu_wcn7850()277 u8 ath12k_hal_rx_desc_get_l3_pad_bytes_wcn7850(struct hal_rx_desc *desc) in ath12k_hal_rx_desc_get_l3_pad_bytes_wcn7850()284 bool ath12k_hal_rx_desc_encrypt_valid_wcn7850(struct hal_rx_desc *desc) in ath12k_hal_rx_desc_encrypt_valid_wcn7850()291 u32 ath12k_hal_rx_desc_get_encrypt_type_wcn7850(struct hal_rx_desc *desc) in ath12k_hal_rx_desc_get_encrypt_type_wcn7850()301 u8 ath12k_hal_rx_desc_get_decap_type_wcn7850(struct hal_rx_desc *desc) in ath12k_hal_rx_desc_get_decap_type_wcn7850()308 u8 ath12k_hal_rx_desc_get_mesh_ctl_wcn7850(struct hal_rx_desc *desc) in ath12k_hal_rx_desc_get_mesh_ctl_wcn7850()315 bool ath12k_hal_rx_desc_get_mpdu_seq_ctl_vld_wcn7850(struct hal_rx_desc *desc) in ath12k_hal_rx_desc_get_mpdu_seq_ctl_vld_wcn7850()322 bool ath12k_hal_rx_desc_get_mpdu_fc_valid_wcn7850(struct hal_rx_desc *desc) in ath12k_hal_rx_desc_get_mpdu_fc_valid_wcn7850()329 u16 ath12k_hal_rx_desc_get_mpdu_start_seq_no_wcn7850(struct hal_rx_desc *desc) in ath12k_hal_rx_desc_get_mpdu_start_seq_no_wcn7850()[all …]
57 struct hal_rx_desc *rx_desc);
1500 struct hal_rx_desc { struct
114 struct hal_rx_desc;244 bool (*rx_desc_get_first_msdu)(struct hal_rx_desc *desc);245 bool (*rx_desc_get_last_msdu)(struct hal_rx_desc *desc);246 u8 (*rx_desc_get_l3_pad_bytes)(struct hal_rx_desc *desc);247 u8 *(*rx_desc_get_hdr_status)(struct hal_rx_desc *desc);248 bool (*rx_desc_encrypt_valid)(struct hal_rx_desc *desc);249 u32 (*rx_desc_get_encrypt_type)(struct hal_rx_desc *desc);250 u8 (*rx_desc_get_decap_type)(struct hal_rx_desc *desc);251 u8 (*rx_desc_get_mesh_ctl)(struct hal_rx_desc *desc);252 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 …]
1490 struct hal_rx_desc { struct
134 struct hal_rx_desc *rx_desc;
196 ath12k_dp_rx_h_l3pad(ab, (struct hal_rx_desc *)tail_msdu->data); in ath12k_dp_mon_rx_msdus_set_payload()216 struct hal_rx_desc *rx_desc; in ath12k_dp_mon_rx_merg_msdus()286 rx_desc = (struct hal_rx_desc *)head_msdu->data; in ath12k_dp_mon_rx_merg_msdus()517 struct hal_rx_desc *rx_desc = (struct hal_rx_desc *)msdu->data; in ath12k_dp_mon_rx_deliver_msdu()
115 struct hal_rx_desc;