Home
last modified time | relevance | path

Searched refs:rx_desc_ops (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/ath/ath10k/
A Dhtt.h2210 if (hw->rx_desc_ops->rx_desc_from_raw_buffer) 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()
2254 if (hw->rx_desc_ops->rx_desc_get_frag_info) 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()
2278 if (hw->rx_desc_ops->rx_desc_get_mpdu_end) 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()
2302 if (hw->rx_desc_ops->rx_desc_get_msdu_end) 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()
[all …]
A Dhtt_rx.c442 hw->rx_desc_ops->rx_desc_size - sizeof(u32)); in ath10k_htt_rx_amsdu_pop()
519 skb_put(msdu, hw->rx_desc_ops->rx_desc_size); in ath10k_htt_rx_handle_amsdu_mon_32()
520 skb_pull(msdu, hw->rx_desc_ops->rx_desc_size); in ath10k_htt_rx_handle_amsdu_mon_32()
596 skb_put(msdu, hw->rx_desc_ops->rx_desc_size); in ath10k_htt_rx_handle_amsdu_mon_64()
597 skb_pull(msdu, hw->rx_desc_ops->rx_desc_size); in ath10k_htt_rx_handle_amsdu_mon_64()
703 skb_put(msdu, hw->rx_desc_ops->rx_desc_size); in ath10k_htt_rx_pop_paddr32_list()
704 skb_pull(msdu, hw->rx_desc_ops->rx_desc_size); in ath10k_htt_rx_pop_paddr32_list()
767 skb_put(msdu, hw->rx_desc_ops->rx_desc_size); in ath10k_htt_rx_pop_paddr64_list()
768 skb_pull(msdu, hw->rx_desc_ops->rx_desc_size); in ath10k_htt_rx_pop_paddr64_list()
1579 hw->rx_desc_ops->rx_desc_size); in ath10k_htt_rx_h_undecap_nwifi()
[all …]
A Dcore.c85 .rx_desc_ops = &qca988x_rx_desc_ops,
126 .rx_desc_ops = &qca988x_rx_desc_ops,
168 .rx_desc_ops = &qca988x_rx_desc_ops,
209 .rx_desc_ops = &qca988x_rx_desc_ops,
246 .rx_desc_ops = &qca988x_rx_desc_ops,
287 .rx_desc_ops = &qca988x_rx_desc_ops,
328 .rx_desc_ops = &qca988x_rx_desc_ops,
370 .rx_desc_ops = &qca988x_rx_desc_ops,
420 .rx_desc_ops = &qca99x0_rx_desc_ops,
469 .rx_desc_ops = &qca99x0_rx_desc_ops,
[all …]
A Dhw.h564 const struct ath10k_htt_rx_desc_ops *rx_desc_ops; member

Completed in 33 milliseconds