Lines Matching full:rxd
2157 bool (*rx_desc_get_msdu_limit_error)(struct htt_rx_desc *rxd);
2158 int (*rx_desc_get_l3_pad_bytes)(struct htt_rx_desc *rxd);
2166 struct rx_attention *(*rx_desc_get_attention)(struct htt_rx_desc *rxd);
2167 struct rx_frag_info_common *(*rx_desc_get_frag_info)(struct htt_rx_desc *rxd);
2168 struct rx_mpdu_start *(*rx_desc_get_mpdu_start)(struct htt_rx_desc *rxd);
2169 struct rx_mpdu_end *(*rx_desc_get_mpdu_end)(struct htt_rx_desc *rxd);
2170 struct rx_msdu_start_common *(*rx_desc_get_msdu_start)(struct htt_rx_desc *rxd);
2171 struct rx_msdu_end_common *(*rx_desc_get_msdu_end)(struct htt_rx_desc *rxd);
2172 struct rx_ppdu_start *(*rx_desc_get_ppdu_start)(struct htt_rx_desc *rxd);
2173 struct rx_ppdu_end_common *(*rx_desc_get_ppdu_end)(struct htt_rx_desc *rxd);
2174 u8 *(*rx_desc_get_rx_hdr_status)(struct htt_rx_desc *rxd);
2175 u8 *(*rx_desc_get_msdu_payload)(struct htt_rx_desc *rxd);
2183 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() argument
2186 return hw->rx_desc_ops->rx_desc_get_l3_pad_bytes(rxd); in ath10k_htt_rx_desc_get_l3_pad_bytes()
2191 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() argument
2194 return hw->rx_desc_ops->rx_desc_get_msdu_limit_error(rxd); in ath10k_htt_rx_desc_msdu_limit_error()
2235 ath10k_htt_rx_desc_get_attention(struct ath10k_hw_params *hw, struct htt_rx_desc *rxd) in ath10k_htt_rx_desc_get_attention() argument
2240 return hw->rx_desc_ops->rx_desc_get_attention(rxd); in ath10k_htt_rx_desc_get_attention()
2242 rx_desc = container_of(rxd, struct htt_rx_desc_v1, base); in ath10k_htt_rx_desc_get_attention()
2247 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() argument
2252 return hw->rx_desc_ops->rx_desc_get_frag_info(rxd); in ath10k_htt_rx_desc_get_frag_info()
2254 rx_desc = container_of(rxd, struct htt_rx_desc_v1, base); in ath10k_htt_rx_desc_get_frag_info()
2259 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() argument
2264 return hw->rx_desc_ops->rx_desc_get_mpdu_start(rxd); in ath10k_htt_rx_desc_get_mpdu_start()
2266 rx_desc = container_of(rxd, struct htt_rx_desc_v1, base); in ath10k_htt_rx_desc_get_mpdu_start()
2271 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() argument
2276 return hw->rx_desc_ops->rx_desc_get_mpdu_end(rxd); in ath10k_htt_rx_desc_get_mpdu_end()
2278 rx_desc = container_of(rxd, struct htt_rx_desc_v1, base); in ath10k_htt_rx_desc_get_mpdu_end()
2283 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() argument
2288 return hw->rx_desc_ops->rx_desc_get_msdu_start(rxd); in ath10k_htt_rx_desc_get_msdu_start()
2290 rx_desc = container_of(rxd, struct htt_rx_desc_v1, base); in ath10k_htt_rx_desc_get_msdu_start()
2295 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() argument
2300 return hw->rx_desc_ops->rx_desc_get_msdu_end(rxd); in ath10k_htt_rx_desc_get_msdu_end()
2302 rx_desc = container_of(rxd, struct htt_rx_desc_v1, base); in ath10k_htt_rx_desc_get_msdu_end()
2307 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() argument
2312 return hw->rx_desc_ops->rx_desc_get_ppdu_start(rxd); in ath10k_htt_rx_desc_get_ppdu_start()
2314 rx_desc = container_of(rxd, struct htt_rx_desc_v1, base); in ath10k_htt_rx_desc_get_ppdu_start()
2319 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() argument
2324 return hw->rx_desc_ops->rx_desc_get_ppdu_end(rxd); in ath10k_htt_rx_desc_get_ppdu_end()
2326 rx_desc = container_of(rxd, struct htt_rx_desc_v1, base); in ath10k_htt_rx_desc_get_ppdu_end()
2331 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() argument
2336 return hw->rx_desc_ops->rx_desc_get_rx_hdr_status(rxd); in ath10k_htt_rx_desc_get_rx_hdr_status()
2338 rx_desc = container_of(rxd, struct htt_rx_desc_v1, base); in ath10k_htt_rx_desc_get_rx_hdr_status()
2343 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() argument
2348 return hw->rx_desc_ops->rx_desc_get_msdu_payload(rxd); in ath10k_htt_rx_desc_get_msdu_payload()
2350 rx_desc = container_of(rxd, struct htt_rx_desc_v1, base); in ath10k_htt_rx_desc_get_msdu_payload()