Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath10k/
Dhtt.h1920 const struct ath10k_htt_tx_ops *tx_ops; member
1945 if (!htt->tx_ops->htt_send_rx_ring_cfg) in ath10k_htt_send_rx_ring_cfg()
1948 return htt->tx_ops->htt_send_rx_ring_cfg(htt); in ath10k_htt_send_rx_ring_cfg()
1953 if (!htt->tx_ops->htt_send_frag_desc_bank_cfg) in ath10k_htt_send_frag_desc_bank_cfg()
1956 return htt->tx_ops->htt_send_frag_desc_bank_cfg(htt); in ath10k_htt_send_frag_desc_bank_cfg()
1961 if (!htt->tx_ops->htt_alloc_frag_desc) in ath10k_htt_alloc_frag_desc()
1964 return htt->tx_ops->htt_alloc_frag_desc(htt); in ath10k_htt_alloc_frag_desc()
1969 if (htt->tx_ops->htt_free_frag_desc) in ath10k_htt_free_frag_desc()
1970 htt->tx_ops->htt_free_frag_desc(htt); in ath10k_htt_free_frag_desc()
1977 return htt->tx_ops->htt_tx(htt, txmode, msdu); in ath10k_htt_tx()
[all …]
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()