Lines Matching refs:rx_desc_ops

2182 	if (hw->rx_desc_ops->rx_desc_get_l3_pad_bytes)  in ath10k_htt_rx_desc_get_l3_pad_bytes()
2183 return hw->rx_desc_ops->rx_desc_get_l3_pad_bytes(rxd); in ath10k_htt_rx_desc_get_l3_pad_bytes()
2190 if (hw->rx_desc_ops->rx_desc_get_msdu_limit_error) in ath10k_htt_rx_desc_msdu_limit_error()
2191 return hw->rx_desc_ops->rx_desc_get_msdu_limit_error(rxd); in ath10k_htt_rx_desc_msdu_limit_error()
2204 if (hw->rx_desc_ops->rx_desc_from_raw_buffer) in ath10k_htt_rx_desc_from_raw_buffer()
2205 return hw->rx_desc_ops->rx_desc_from_raw_buffer(buff); in ath10k_htt_rx_desc_from_raw_buffer()
2213 if (hw->rx_desc_ops->rx_desc_get_offsets) { in ath10k_htt_rx_desc_get_offsets()
2214 hw->rx_desc_ops->rx_desc_get_offsets(off); in ath10k_htt_rx_desc_get_offsets()
2236 if (hw->rx_desc_ops->rx_desc_get_attention) in ath10k_htt_rx_desc_get_attention()
2237 return hw->rx_desc_ops->rx_desc_get_attention(rxd); in ath10k_htt_rx_desc_get_attention()
2248 if (hw->rx_desc_ops->rx_desc_get_frag_info) in ath10k_htt_rx_desc_get_frag_info()
2249 return hw->rx_desc_ops->rx_desc_get_frag_info(rxd); in ath10k_htt_rx_desc_get_frag_info()
2260 if (hw->rx_desc_ops->rx_desc_get_mpdu_start) in ath10k_htt_rx_desc_get_mpdu_start()
2261 return hw->rx_desc_ops->rx_desc_get_mpdu_start(rxd); in ath10k_htt_rx_desc_get_mpdu_start()
2272 if (hw->rx_desc_ops->rx_desc_get_mpdu_end) in ath10k_htt_rx_desc_get_mpdu_end()
2273 return hw->rx_desc_ops->rx_desc_get_mpdu_end(rxd); in ath10k_htt_rx_desc_get_mpdu_end()
2284 if (hw->rx_desc_ops->rx_desc_get_msdu_start) in ath10k_htt_rx_desc_get_msdu_start()
2285 return hw->rx_desc_ops->rx_desc_get_msdu_start(rxd); in ath10k_htt_rx_desc_get_msdu_start()
2296 if (hw->rx_desc_ops->rx_desc_get_msdu_end) in ath10k_htt_rx_desc_get_msdu_end()
2297 return hw->rx_desc_ops->rx_desc_get_msdu_end(rxd); in ath10k_htt_rx_desc_get_msdu_end()
2308 if (hw->rx_desc_ops->rx_desc_get_ppdu_start) in ath10k_htt_rx_desc_get_ppdu_start()
2309 return hw->rx_desc_ops->rx_desc_get_ppdu_start(rxd); in ath10k_htt_rx_desc_get_ppdu_start()
2320 if (hw->rx_desc_ops->rx_desc_get_ppdu_end) in ath10k_htt_rx_desc_get_ppdu_end()
2321 return hw->rx_desc_ops->rx_desc_get_ppdu_end(rxd); in ath10k_htt_rx_desc_get_ppdu_end()
2332 if (hw->rx_desc_ops->rx_desc_get_rx_hdr_status) in ath10k_htt_rx_desc_get_rx_hdr_status()
2333 return hw->rx_desc_ops->rx_desc_get_rx_hdr_status(rxd); in ath10k_htt_rx_desc_get_rx_hdr_status()
2344 if (hw->rx_desc_ops->rx_desc_get_msdu_payload) in ath10k_htt_rx_desc_get_msdu_payload()
2345 return hw->rx_desc_ops->rx_desc_get_msdu_payload(rxd); in ath10k_htt_rx_desc_get_msdu_payload()
2390 return HTT_RX_BUF_SIZE - (int)hw->rx_desc_ops->rx_desc_size; in ath10k_htt_rx_msdu_size()