Lines Matching refs:tx_ops
2020 const struct ath10k_htt_tx_ops *tx_ops; member
2040 if (!htt->tx_ops->htt_send_rx_ring_cfg) in ath10k_htt_send_rx_ring_cfg()
2043 return htt->tx_ops->htt_send_rx_ring_cfg(htt); in ath10k_htt_send_rx_ring_cfg()
2048 if (!htt->tx_ops->htt_send_frag_desc_bank_cfg) in ath10k_htt_send_frag_desc_bank_cfg()
2051 return htt->tx_ops->htt_send_frag_desc_bank_cfg(htt); in ath10k_htt_send_frag_desc_bank_cfg()
2056 if (!htt->tx_ops->htt_alloc_frag_desc) in ath10k_htt_alloc_frag_desc()
2059 return htt->tx_ops->htt_alloc_frag_desc(htt); in ath10k_htt_alloc_frag_desc()
2064 if (htt->tx_ops->htt_free_frag_desc) in ath10k_htt_free_frag_desc()
2065 htt->tx_ops->htt_free_frag_desc(htt); in ath10k_htt_free_frag_desc()
2072 return htt->tx_ops->htt_tx(htt, txmode, msdu); in ath10k_htt_tx()
2077 if (!htt->tx_ops->htt_alloc_txbuff) in ath10k_htt_alloc_txbuff()
2080 return htt->tx_ops->htt_alloc_txbuff(htt); in ath10k_htt_alloc_txbuff()
2085 if (htt->tx_ops->htt_free_txbuff) in ath10k_htt_free_txbuff()
2086 htt->tx_ops->htt_free_txbuff(htt); in ath10k_htt_free_txbuff()
2094 if (!htt->tx_ops->htt_h2t_aggr_cfg_msg) in ath10k_htt_h2t_aggr_cfg_msg()
2097 return htt->tx_ops->htt_h2t_aggr_cfg_msg(htt, in ath10k_htt_h2t_aggr_cfg_msg()