Lines Matching refs:rx_desc

136 	struct htt_rx_desc *rx_desc;
170 /* Clear rx_desc attention word before posting to Rx ring */
171 rx_desc = HTT_RX_BUF_TO_RX_DESC(hw, skb->data);
172 ath10k_htt_rx_desc_get_attention(hw, rx_desc)->flags = __cpu_to_le32(0);
358 struct htt_rx_desc *rx_desc;
377 rx_desc = HTT_RX_BUF_TO_RX_DESC(hw, msdu->data);
378 rx_desc_attention = ath10k_htt_rx_desc_get_attention(hw, rx_desc);
380 rx_desc);
381 rx_desc_msdu_end_common = ath10k_htt_rx_desc_get_msdu_end(hw, rx_desc);
382 rx_desc_frag_info_common = ath10k_htt_rx_desc_get_frag_info(hw, rx_desc);
436 /* FIXME: why are we skipping the first part of the rx_desc? */
437 trace_ath10k_htt_rx_desc(ar, (void *)rx_desc + sizeof(u32),
2372 static void ath10k_htt_rx_mpdu_desc_pn_hl(struct htt_hl_rx_desc *rx_desc,
2378 pn->pn48 = __le32_to_cpu(rx_desc->pn_31_0) +
2379 ((u64)(__le32_to_cpu(rx_desc->u0.pn_63_32) & 0xFFFF) << 32);
2382 pn->pn24 = __le32_to_cpu(rx_desc->pn_31_0);
2402 struct htt_hl_rx_desc *rx_desc;
2418 rx_desc = (struct htt_hl_rx_desc *)&rx->mpdu_ranges[num_mpdu_ranges];
2419 rx_desc_info = __le32_to_cpu(rx_desc->info);
2434 ath10k_htt_rx_mpdu_desc_pn_hl(rx_desc, &new_pn, peer->rx_pn[sec_index].pn_len);
2465 struct htt_hl_rx_desc *rx_desc;
2517 rx_desc = (struct htt_hl_rx_desc *)&rx->mpdu_ranges[num_mpdu_ranges];
2518 rx_desc_info = __le32_to_cpu(rx_desc->info);
2528 ath10k_htt_rx_mpdu_desc_pn_hl(rx_desc, &new_pn, peer->rx_pn[sec_index].pn_len);
2767 struct htt_hl_rx_desc *rx_desc;
2801 rx_desc = (struct htt_hl_rx_desc *)(skb->data + tot_hdr_len);
2802 rx_desc_info = __le32_to_cpu(rx_desc->info);
2804 hdr = (struct ieee80211_hdr *)((u8 *)rx_desc + rx_hl->fw_desc.len);
2829 ath10k_htt_rx_mpdu_desc_pn_hl(rx_desc, &new_pn, peer->rx_pn[sec_index].pn_len);