Lines Matching full:rxd
139 static int ath10k_qca99x0_rx_desc_get_l3_pad_bytes(struct htt_rx_desc *rxd) in ath10k_qca99x0_rx_desc_get_l3_pad_bytes() argument
141 struct htt_rx_desc_v1 *rx_desc = container_of(rxd, in ath10k_qca99x0_rx_desc_get_l3_pad_bytes()
149 static bool ath10k_qca99x0_rx_desc_msdu_limit_error(struct htt_rx_desc *rxd) in ath10k_qca99x0_rx_desc_msdu_limit_error() argument
151 struct htt_rx_desc_v1 *rx_desc = container_of(rxd, in ath10k_qca99x0_rx_desc_msdu_limit_error()
190 ath10k_rx_desc_wcn3990_get_attention(struct htt_rx_desc *rxd) in ath10k_rx_desc_wcn3990_get_attention() argument
192 struct htt_rx_desc_v2 *rx_desc = container_of(rxd, struct htt_rx_desc_v2, base); in ath10k_rx_desc_wcn3990_get_attention()
198 ath10k_rx_desc_wcn3990_get_frag_info(struct htt_rx_desc *rxd) in ath10k_rx_desc_wcn3990_get_frag_info() argument
200 struct htt_rx_desc_v2 *rx_desc = container_of(rxd, struct htt_rx_desc_v2, base); in ath10k_rx_desc_wcn3990_get_frag_info()
206 ath10k_rx_desc_wcn3990_get_mpdu_start(struct htt_rx_desc *rxd) in ath10k_rx_desc_wcn3990_get_mpdu_start() argument
208 struct htt_rx_desc_v2 *rx_desc = container_of(rxd, struct htt_rx_desc_v2, base); in ath10k_rx_desc_wcn3990_get_mpdu_start()
214 ath10k_rx_desc_wcn3990_get_mpdu_end(struct htt_rx_desc *rxd) in ath10k_rx_desc_wcn3990_get_mpdu_end() argument
216 struct htt_rx_desc_v2 *rx_desc = container_of(rxd, struct htt_rx_desc_v2, base); in ath10k_rx_desc_wcn3990_get_mpdu_end()
222 ath10k_rx_desc_wcn3990_get_msdu_start(struct htt_rx_desc *rxd) in ath10k_rx_desc_wcn3990_get_msdu_start() argument
224 struct htt_rx_desc_v2 *rx_desc = container_of(rxd, struct htt_rx_desc_v2, base); in ath10k_rx_desc_wcn3990_get_msdu_start()
230 ath10k_rx_desc_wcn3990_get_msdu_end(struct htt_rx_desc *rxd) in ath10k_rx_desc_wcn3990_get_msdu_end() argument
232 struct htt_rx_desc_v2 *rx_desc = container_of(rxd, struct htt_rx_desc_v2, base); in ath10k_rx_desc_wcn3990_get_msdu_end()
238 ath10k_rx_desc_wcn3990_get_ppdu_start(struct htt_rx_desc *rxd) in ath10k_rx_desc_wcn3990_get_ppdu_start() argument
240 struct htt_rx_desc_v2 *rx_desc = container_of(rxd, struct htt_rx_desc_v2, base); in ath10k_rx_desc_wcn3990_get_ppdu_start()
246 ath10k_rx_desc_wcn3990_get_ppdu_end(struct htt_rx_desc *rxd) in ath10k_rx_desc_wcn3990_get_ppdu_end() argument
248 struct htt_rx_desc_v2 *rx_desc = container_of(rxd, struct htt_rx_desc_v2, base); in ath10k_rx_desc_wcn3990_get_ppdu_end()
254 ath10k_rx_desc_wcn3990_get_rx_hdr_status(struct htt_rx_desc *rxd) in ath10k_rx_desc_wcn3990_get_rx_hdr_status() argument
256 struct htt_rx_desc_v2 *rx_desc = container_of(rxd, struct htt_rx_desc_v2, base); in ath10k_rx_desc_wcn3990_get_rx_hdr_status()
262 ath10k_rx_desc_wcn3990_get_msdu_payload(struct htt_rx_desc *rxd) in ath10k_rx_desc_wcn3990_get_msdu_payload() argument
264 struct htt_rx_desc_v2 *rx_desc = container_of(rxd, struct htt_rx_desc_v2, base); in ath10k_rx_desc_wcn3990_get_msdu_payload()