Lines Matching refs:rx_desc_ops
2188 if (hw->rx_desc_ops->rx_desc_get_l3_pad_bytes) in ath10k_htt_rx_desc_get_l3_pad_bytes()
2189 return hw->rx_desc_ops->rx_desc_get_l3_pad_bytes(rxd); in ath10k_htt_rx_desc_get_l3_pad_bytes()
2196 if (hw->rx_desc_ops->rx_desc_get_msdu_limit_error) in ath10k_htt_rx_desc_msdu_limit_error()
2197 return hw->rx_desc_ops->rx_desc_get_msdu_limit_error(rxd); in ath10k_htt_rx_desc_msdu_limit_error()
2210 if (hw->rx_desc_ops->rx_desc_from_raw_buffer) in ath10k_htt_rx_desc_from_raw_buffer()
2211 return hw->rx_desc_ops->rx_desc_from_raw_buffer(buff); in ath10k_htt_rx_desc_from_raw_buffer()
2219 if (hw->rx_desc_ops->rx_desc_get_offsets) { in ath10k_htt_rx_desc_get_offsets()
2220 hw->rx_desc_ops->rx_desc_get_offsets(off); in ath10k_htt_rx_desc_get_offsets()
2242 if (hw->rx_desc_ops->rx_desc_get_attention) in ath10k_htt_rx_desc_get_attention()
2243 return hw->rx_desc_ops->rx_desc_get_attention(rxd); in ath10k_htt_rx_desc_get_attention()
2254 if (hw->rx_desc_ops->rx_desc_get_frag_info) in ath10k_htt_rx_desc_get_frag_info()
2255 return hw->rx_desc_ops->rx_desc_get_frag_info(rxd); in ath10k_htt_rx_desc_get_frag_info()
2266 if (hw->rx_desc_ops->rx_desc_get_mpdu_start) in ath10k_htt_rx_desc_get_mpdu_start()
2267 return hw->rx_desc_ops->rx_desc_get_mpdu_start(rxd); in ath10k_htt_rx_desc_get_mpdu_start()
2278 if (hw->rx_desc_ops->rx_desc_get_mpdu_end) in ath10k_htt_rx_desc_get_mpdu_end()
2279 return hw->rx_desc_ops->rx_desc_get_mpdu_end(rxd); in ath10k_htt_rx_desc_get_mpdu_end()
2290 if (hw->rx_desc_ops->rx_desc_get_msdu_start) in ath10k_htt_rx_desc_get_msdu_start()
2291 return hw->rx_desc_ops->rx_desc_get_msdu_start(rxd); in ath10k_htt_rx_desc_get_msdu_start()
2302 if (hw->rx_desc_ops->rx_desc_get_msdu_end) in ath10k_htt_rx_desc_get_msdu_end()
2303 return hw->rx_desc_ops->rx_desc_get_msdu_end(rxd); in ath10k_htt_rx_desc_get_msdu_end()
2314 if (hw->rx_desc_ops->rx_desc_get_ppdu_start) in ath10k_htt_rx_desc_get_ppdu_start()
2315 return hw->rx_desc_ops->rx_desc_get_ppdu_start(rxd); in ath10k_htt_rx_desc_get_ppdu_start()
2326 if (hw->rx_desc_ops->rx_desc_get_ppdu_end) in ath10k_htt_rx_desc_get_ppdu_end()
2327 return hw->rx_desc_ops->rx_desc_get_ppdu_end(rxd); in ath10k_htt_rx_desc_get_ppdu_end()
2338 if (hw->rx_desc_ops->rx_desc_get_rx_hdr_status) in ath10k_htt_rx_desc_get_rx_hdr_status()
2339 return hw->rx_desc_ops->rx_desc_get_rx_hdr_status(rxd); in ath10k_htt_rx_desc_get_rx_hdr_status()
2350 if (hw->rx_desc_ops->rx_desc_get_msdu_payload) in ath10k_htt_rx_desc_get_msdu_payload()
2351 return hw->rx_desc_ops->rx_desc_get_msdu_payload(rxd); in ath10k_htt_rx_desc_get_msdu_payload()
2396 return HTT_RX_BUF_SIZE - (int)hw->rx_desc_ops->rx_desc_size; in ath10k_htt_rx_msdu_size()