Home
last modified time | relevance | path

Searched refs:tx_ops (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/contrib/dev/athk/ath10k/
H A Dhtt.h1941 const struct ath10k_htt_tx_ops *tx_ops; member
1966 if (!htt->tx_ops->htt_send_rx_ring_cfg) in ath10k_htt_send_rx_ring_cfg()
1982 if (!htt->tx_ops->htt_alloc_frag_desc) in ath10k_htt_alloc_frag_desc()
1990 if (htt->tx_ops->htt_free_frag_desc) in ath10k_htt_free_frag_desc()
1991 htt->tx_ops->htt_free_frag_desc(htt); in ath10k_htt_free_frag_desc()
2003 if (htt->tx_ops->htt_flush_tx) in ath10k_htt_flush_tx()
2004 htt->tx_ops->htt_flush_tx(htt); in ath10k_htt_flush_tx()
2009 if (!htt->tx_ops->htt_alloc_txbuff) in ath10k_htt_alloc_txbuff()
2017 if (htt->tx_ops->htt_free_txbuff) in ath10k_htt_free_txbuff()
2018 htt->tx_ops->htt_free_txbuff(htt); in ath10k_htt_free_txbuff()
[all …]
H A Dhtt_tx.c1839 htt->tx_ops = &htt_tx_ops_hl; in ath10k_htt_set_tx_ops()
1841 htt->tx_ops = &htt_tx_ops_64; in ath10k_htt_set_tx_ops()
1843 htt->tx_ops = &htt_tx_ops_32; in ath10k_htt_set_tx_ops()