Lines Matching refs:htt_rx_desc
2109 struct htt_rx_desc { struct
2123 struct htt_rx_desc base; argument
2146 struct htt_rx_desc base;
2175 bool (*rx_desc_get_msdu_limit_error)(struct htt_rx_desc *rxd);
2176 int (*rx_desc_get_l3_pad_bytes)(struct htt_rx_desc *rxd);
2181 struct htt_rx_desc *(*rx_desc_from_raw_buffer)(void *buff);
2184 struct rx_attention *(*rx_desc_get_attention)(struct htt_rx_desc *rxd);
2185 struct rx_frag_info_common *(*rx_desc_get_frag_info)(struct htt_rx_desc *rxd);
2186 struct rx_mpdu_start *(*rx_desc_get_mpdu_start)(struct htt_rx_desc *rxd);
2187 struct rx_mpdu_end *(*rx_desc_get_mpdu_end)(struct htt_rx_desc *rxd);
2188 struct rx_msdu_start_common *(*rx_desc_get_msdu_start)(struct htt_rx_desc *rxd);
2189 struct rx_msdu_end_common *(*rx_desc_get_msdu_end)(struct htt_rx_desc *rxd);
2190 struct rx_ppdu_start *(*rx_desc_get_ppdu_start)(struct htt_rx_desc *rxd);
2191 struct rx_ppdu_end_common *(*rx_desc_get_ppdu_end)(struct htt_rx_desc *rxd);
2192 u8 *(*rx_desc_get_rx_hdr_status)(struct htt_rx_desc *rxd);
2193 u8 *(*rx_desc_get_msdu_payload)(struct htt_rx_desc *rxd);
2201 ath10k_htt_rx_desc_get_l3_pad_bytes(struct ath10k_hw_params *hw, struct htt_rx_desc *rxd) in ath10k_htt_rx_desc_get_l3_pad_bytes()
2209 ath10k_htt_rx_desc_msdu_limit_error(struct ath10k_hw_params *hw, struct htt_rx_desc *rxd) in ath10k_htt_rx_desc_msdu_limit_error()
2222 static inline struct htt_rx_desc *
2253 ath10k_htt_rx_desc_get_attention(struct ath10k_hw_params *hw, struct htt_rx_desc *rxd) in ath10k_htt_rx_desc_get_attention()
2265 ath10k_htt_rx_desc_get_frag_info(struct ath10k_hw_params *hw, struct htt_rx_desc *rxd) in ath10k_htt_rx_desc_get_frag_info()
2277 ath10k_htt_rx_desc_get_mpdu_start(struct ath10k_hw_params *hw, struct htt_rx_desc *rxd) in ath10k_htt_rx_desc_get_mpdu_start()
2289 ath10k_htt_rx_desc_get_mpdu_end(struct ath10k_hw_params *hw, struct htt_rx_desc *rxd) in ath10k_htt_rx_desc_get_mpdu_end()
2301 ath10k_htt_rx_desc_get_msdu_start(struct ath10k_hw_params *hw, struct htt_rx_desc *rxd) in ath10k_htt_rx_desc_get_msdu_start()
2313 ath10k_htt_rx_desc_get_msdu_end(struct ath10k_hw_params *hw, struct htt_rx_desc *rxd) in ath10k_htt_rx_desc_get_msdu_end()
2325 ath10k_htt_rx_desc_get_ppdu_start(struct ath10k_hw_params *hw, struct htt_rx_desc *rxd) in ath10k_htt_rx_desc_get_ppdu_start()
2337 ath10k_htt_rx_desc_get_ppdu_end(struct ath10k_hw_params *hw, struct htt_rx_desc *rxd) in ath10k_htt_rx_desc_get_ppdu_end()
2349 ath10k_htt_rx_desc_get_rx_hdr_status(struct ath10k_hw_params *hw, struct htt_rx_desc *rxd) in ath10k_htt_rx_desc_get_rx_hdr_status()
2361 ath10k_htt_rx_desc_get_msdu_payload(struct ath10k_hw_params *hw, struct htt_rx_desc *rxd) in ath10k_htt_rx_desc_get_msdu_payload()