Lines Matching refs:hal_rx_desc
24 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 *desc) in ath11k_dp_rx_h_attn_msdu_len_err()
169 struct hal_rx_desc *desc) in ath11k_dp_rx_h_msdu_start_msdu_len()
175 struct hal_rx_desc *desc) in ath11k_dp_rx_h_msdu_start_sgi()
181 struct hal_rx_desc *desc) in ath11k_dp_rx_h_msdu_start_rate_mcs()
187 struct hal_rx_desc *desc) in ath11k_dp_rx_h_msdu_start_rx_bw()
193 struct hal_rx_desc *desc) in ath11k_dp_rx_h_msdu_start_freq()
199 struct hal_rx_desc *desc) in ath11k_dp_rx_h_msdu_start_pkt_type()
205 struct hal_rx_desc *desc) in ath11k_dp_rx_h_msdu_start_nss()
211 struct hal_rx_desc *desc) in ath11k_dp_rx_h_mpdu_start_tid()
217 struct hal_rx_desc *desc) in ath11k_dp_rx_h_mpdu_start_peer_id()
223 struct hal_rx_desc *desc) in ath11k_dp_rx_h_msdu_end_l3pad()
229 struct hal_rx_desc *desc) in ath11k_dp_rx_h_msdu_end_first_msdu()
235 struct hal_rx_desc *desc) in ath11k_dp_rx_h_msdu_end_last_msdu()
241 struct hal_rx_desc *fdesc, in ath11k_dp_rx_desc_end_tlv_copy()
242 struct hal_rx_desc *ldesc) in ath11k_dp_rx_desc_end_tlv_copy()
254 struct hal_rx_desc *rx_desc) in ath11k_dp_rxdesc_get_80211hdr()
264 struct hal_rx_desc *rx_desc) in ath11k_dp_rxdesc_mpdu_valid()
274 struct hal_rx_desc *rx_desc) in ath11k_dp_rxdesc_get_ppduid()
280 struct hal_rx_desc *desc, in ath11k_dp_rxdesc_set_msdu_len()
287 struct hal_rx_desc *desc) in ath11k_dp_rx_h_attn_is_mcbc()
297 struct hal_rx_desc *desc) in ath11k_dp_rxdesc_mac_addr2_valid()
303 struct hal_rx_desc *desc) in ath11k_dp_rxdesc_mpdu_start_addr2()
1768 struct hal_rx_desc *ldesc; in ath11k_dp_rx_msdu_coalesce()
1785 ldesc = (struct hal_rx_desc *)last->data; in ath11k_dp_rx_msdu_coalesce()
2170 struct hal_rx_desc *rx_desc, in ath11k_dp_rx_h_undecap()
2219 struct hal_rx_desc *rx_desc = rxcb->rx_desc; in ath11k_dp_rx_h_find_peer()
2240 struct hal_rx_desc *rx_desc, in ath11k_dp_rx_h_mpdu()
2316 static void ath11k_dp_rx_h_rate(struct ath11k *ar, struct hal_rx_desc *rx_desc, in ath11k_dp_rx_h_rate()
2386 static void ath11k_dp_rx_h_ppdu(struct ath11k *ar, struct hal_rx_desc *rx_desc, in ath11k_dp_rx_h_ppdu()
2423 rx_desc, sizeof(struct hal_rx_desc)); in ath11k_dp_rx_h_ppdu()
2518 struct hal_rx_desc *rx_desc, *lrx_desc; in ath11k_dp_rx_process_msdu()
2536 rx_desc = (struct hal_rx_desc *)msdu->data; in ath11k_dp_rx_process_msdu()
2543 lrx_desc = (struct hal_rx_desc *)last_buf->data; in ath11k_dp_rx_process_msdu()
2566 sizeof(struct hal_rx_desc)); in ath11k_dp_rx_process_msdu()
3189 struct hal_rx_desc *rx_desc = (struct hal_rx_desc *)msdu->data; in ath11k_dp_rx_h_verify_tkip_mic()
3277 struct hal_rx_desc *rx_desc; in ath11k_dp_rx_h_defrag()
3292 rx_desc = (struct hal_rx_desc *)skb->data; in ath11k_dp_rx_h_defrag()
3348 struct hal_rx_desc *rx_desc = (struct hal_rx_desc *)defrag_skb->data; in ath11k_dp_rx_h_defrag_reo_reinject()
3509 struct hal_rx_desc *desc; in ath11k_dp_rx_h_defrag_validate_incr_pn()
3514 desc = (struct hal_rx_desc *)first_frag->data; in ath11k_dp_rx_h_defrag_validate_incr_pn()
3541 struct hal_rx_desc *rx_desc; in ath11k_dp_rx_frag_h_mpdu()
3552 rx_desc = (struct hal_rx_desc *)msdu->data; in ath11k_dp_rx_frag_h_mpdu()
3667 struct hal_rx_desc *rx_desc; in ath11k_dp_process_rx_err_buf()
3705 rx_desc = (struct hal_rx_desc *)msdu->data; in ath11k_dp_process_rx_err_buf()
3713 sizeof(struct hal_rx_desc)); in ath11k_dp_process_rx_err_buf()
3872 struct hal_rx_desc *desc = (struct hal_rx_desc *)msdu->data; in ath11k_dp_rx_h_null_q_desc()
3966 struct hal_rx_desc *desc = (struct hal_rx_desc *)msdu->data; in ath11k_dp_rx_h_tkip_mic_err()
4114 rxcb->rx_desc = (struct hal_rx_desc *)msdu->data; in ath11k_dp_rx_process_wbm_err()
4432 if (*total_len >= (DP_RX_BUFFER_SIZE - sizeof(struct hal_rx_desc))) { in ath11k_dp_mon_set_frag_len()
4433 *frag_len = DP_RX_BUFFER_SIZE - sizeof(struct hal_rx_desc); in ath11k_dp_mon_set_frag_len()
4613 struct hal_rx_desc *rx_desc; in ath11k_dp_rx_mon_mpdu_pop()
4712 rx_desc = (struct hal_rx_desc *)msdu->data; in ath11k_dp_rx_mon_mpdu_pop()
4714 rx_pkt_offset = sizeof(struct hal_rx_desc); in ath11k_dp_rx_mon_mpdu_pop()
4802 (struct hal_rx_desc *)msdu->data); in ath11k_dp_rx_msdus_set_payload()
4814 struct hal_rx_desc *rx_desc; in ath11k_dp_rx_mon_merg_msdus()
4824 rx_desc = (struct hal_rx_desc *)head_msdu->data; in ath11k_dp_rx_mon_merg_msdus()
4857 rx_desc = (struct hal_rx_desc *)head_msdu->data; in ath11k_dp_rx_mon_merg_msdus()
5260 struct hal_rx_desc *rx_desc; in ath11k_dp_rx_full_mon_mpdu_pop()
5345 rx_desc = (struct hal_rx_desc *)msdu->data; in ath11k_dp_rx_full_mon_mpdu_pop()
5347 rx_pkt_offset = sizeof(struct hal_rx_desc); in ath11k_dp_rx_full_mon_mpdu_pop()