Lines Matching full:rxd

140 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
142 struct htt_rx_desc_v1 *rx_desc = container_of(rxd, in ath10k_qca99x0_rx_desc_get_l3_pad_bytes()
150 static bool ath10k_qca99x0_rx_desc_msdu_limit_error(struct htt_rx_desc *rxd) in ath10k_qca99x0_rx_desc_msdu_limit_error() argument
152 struct htt_rx_desc_v1 *rx_desc = container_of(rxd, in ath10k_qca99x0_rx_desc_msdu_limit_error()
191 ath10k_rx_desc_wcn3990_get_attention(struct htt_rx_desc *rxd) in ath10k_rx_desc_wcn3990_get_attention() argument
193 struct htt_rx_desc_v2 *rx_desc = container_of(rxd, struct htt_rx_desc_v2, base); in ath10k_rx_desc_wcn3990_get_attention()
199 ath10k_rx_desc_wcn3990_get_frag_info(struct htt_rx_desc *rxd) in ath10k_rx_desc_wcn3990_get_frag_info() argument
201 struct htt_rx_desc_v2 *rx_desc = container_of(rxd, struct htt_rx_desc_v2, base); in ath10k_rx_desc_wcn3990_get_frag_info()
207 ath10k_rx_desc_wcn3990_get_mpdu_start(struct htt_rx_desc *rxd) in ath10k_rx_desc_wcn3990_get_mpdu_start() argument
209 struct htt_rx_desc_v2 *rx_desc = container_of(rxd, struct htt_rx_desc_v2, base); in ath10k_rx_desc_wcn3990_get_mpdu_start()
215 ath10k_rx_desc_wcn3990_get_mpdu_end(struct htt_rx_desc *rxd) in ath10k_rx_desc_wcn3990_get_mpdu_end() argument
217 struct htt_rx_desc_v2 *rx_desc = container_of(rxd, struct htt_rx_desc_v2, base); in ath10k_rx_desc_wcn3990_get_mpdu_end()
223 ath10k_rx_desc_wcn3990_get_msdu_start(struct htt_rx_desc *rxd) in ath10k_rx_desc_wcn3990_get_msdu_start() argument
225 struct htt_rx_desc_v2 *rx_desc = container_of(rxd, struct htt_rx_desc_v2, base); in ath10k_rx_desc_wcn3990_get_msdu_start()
231 ath10k_rx_desc_wcn3990_get_msdu_end(struct htt_rx_desc *rxd) in ath10k_rx_desc_wcn3990_get_msdu_end() argument
233 struct htt_rx_desc_v2 *rx_desc = container_of(rxd, struct htt_rx_desc_v2, base); in ath10k_rx_desc_wcn3990_get_msdu_end()
239 ath10k_rx_desc_wcn3990_get_ppdu_start(struct htt_rx_desc *rxd) in ath10k_rx_desc_wcn3990_get_ppdu_start() argument
241 struct htt_rx_desc_v2 *rx_desc = container_of(rxd, struct htt_rx_desc_v2, base); in ath10k_rx_desc_wcn3990_get_ppdu_start()
247 ath10k_rx_desc_wcn3990_get_ppdu_end(struct htt_rx_desc *rxd) in ath10k_rx_desc_wcn3990_get_ppdu_end() argument
249 struct htt_rx_desc_v2 *rx_desc = container_of(rxd, struct htt_rx_desc_v2, base); in ath10k_rx_desc_wcn3990_get_ppdu_end()
255 ath10k_rx_desc_wcn3990_get_rx_hdr_status(struct htt_rx_desc *rxd) in ath10k_rx_desc_wcn3990_get_rx_hdr_status() argument
257 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()
263 ath10k_rx_desc_wcn3990_get_msdu_payload(struct htt_rx_desc *rxd) in ath10k_rx_desc_wcn3990_get_msdu_payload() argument
265 struct htt_rx_desc_v2 *rx_desc = container_of(rxd, struct htt_rx_desc_v2, base); in ath10k_rx_desc_wcn3990_get_msdu_payload()