Lines Matching refs:tx_ops
1922 const struct ath10k_htt_tx_ops *tx_ops; member
1947 if (!htt->tx_ops->htt_send_rx_ring_cfg) in ath10k_htt_send_rx_ring_cfg()
1950 return htt->tx_ops->htt_send_rx_ring_cfg(htt); in ath10k_htt_send_rx_ring_cfg()
1955 if (!htt->tx_ops->htt_send_frag_desc_bank_cfg) in ath10k_htt_send_frag_desc_bank_cfg()
1958 return htt->tx_ops->htt_send_frag_desc_bank_cfg(htt); in ath10k_htt_send_frag_desc_bank_cfg()
1963 if (!htt->tx_ops->htt_alloc_frag_desc) in ath10k_htt_alloc_frag_desc()
1966 return htt->tx_ops->htt_alloc_frag_desc(htt); in ath10k_htt_alloc_frag_desc()
1971 if (htt->tx_ops->htt_free_frag_desc) in ath10k_htt_free_frag_desc()
1972 htt->tx_ops->htt_free_frag_desc(htt); in ath10k_htt_free_frag_desc()
1979 return htt->tx_ops->htt_tx(htt, txmode, msdu); in ath10k_htt_tx()
1984 if (htt->tx_ops->htt_flush_tx) in ath10k_htt_flush_tx()
1985 htt->tx_ops->htt_flush_tx(htt); in ath10k_htt_flush_tx()
1990 if (!htt->tx_ops->htt_alloc_txbuff) in ath10k_htt_alloc_txbuff()
1993 return htt->tx_ops->htt_alloc_txbuff(htt); in ath10k_htt_alloc_txbuff()
1998 if (htt->tx_ops->htt_free_txbuff) in ath10k_htt_free_txbuff()
1999 htt->tx_ops->htt_free_txbuff(htt); in ath10k_htt_free_txbuff()
2007 if (!htt->tx_ops->htt_h2t_aggr_cfg_msg) in ath10k_htt_h2t_aggr_cfg_msg()
2010 return htt->tx_ops->htt_h2t_aggr_cfg_msg(htt, in ath10k_htt_h2t_aggr_cfg_msg()