Lines Matching refs:tx_ops
1857 const struct ath10k_htt_tx_ops *tx_ops; member
1874 if (!htt->tx_ops->htt_send_rx_ring_cfg) in ath10k_htt_send_rx_ring_cfg()
1877 return htt->tx_ops->htt_send_rx_ring_cfg(htt); in ath10k_htt_send_rx_ring_cfg()
1882 if (!htt->tx_ops->htt_send_frag_desc_bank_cfg) in ath10k_htt_send_frag_desc_bank_cfg()
1885 return htt->tx_ops->htt_send_frag_desc_bank_cfg(htt); in ath10k_htt_send_frag_desc_bank_cfg()
1890 if (!htt->tx_ops->htt_alloc_frag_desc) in ath10k_htt_alloc_frag_desc()
1893 return htt->tx_ops->htt_alloc_frag_desc(htt); in ath10k_htt_alloc_frag_desc()
1898 if (htt->tx_ops->htt_free_frag_desc) in ath10k_htt_free_frag_desc()
1899 htt->tx_ops->htt_free_frag_desc(htt); in ath10k_htt_free_frag_desc()
1906 return htt->tx_ops->htt_tx(htt, txmode, msdu); in ath10k_htt_tx()
1911 if (!htt->tx_ops->htt_alloc_txbuff) in ath10k_htt_alloc_txbuff()
1914 return htt->tx_ops->htt_alloc_txbuff(htt); in ath10k_htt_alloc_txbuff()
1919 if (htt->tx_ops->htt_free_txbuff) in ath10k_htt_free_txbuff()
1920 htt->tx_ops->htt_free_txbuff(htt); in ath10k_htt_free_txbuff()