Searched refs:tx_ops (Results 1 – 2 of 2) sorted by relevance
1945 const struct ath10k_htt_tx_ops *tx_ops; member1970 if (!htt->tx_ops->htt_send_rx_ring_cfg) in ath10k_htt_send_rx_ring_cfg()1973 return htt->tx_ops->htt_send_rx_ring_cfg(htt); in ath10k_htt_send_rx_ring_cfg()1978 if (!htt->tx_ops->htt_send_frag_desc_bank_cfg) in ath10k_htt_send_frag_desc_bank_cfg()1981 return htt->tx_ops->htt_send_frag_desc_bank_cfg(htt); in ath10k_htt_send_frag_desc_bank_cfg()1986 if (!htt->tx_ops->htt_alloc_frag_desc) in ath10k_htt_alloc_frag_desc()1989 return htt->tx_ops->htt_alloc_frag_desc(htt); in ath10k_htt_alloc_frag_desc()1994 if (htt->tx_ops->htt_free_frag_desc) in ath10k_htt_free_frag_desc()1995 htt->tx_ops->htt_free_frag_desc(htt); in ath10k_htt_free_frag_desc()2002 return htt->tx_ops->htt_tx(htt, txmode, msdu); in ath10k_htt_tx()[all …]
1837 htt->tx_ops = &htt_tx_ops_hl; in ath10k_htt_set_tx_ops()1839 htt->tx_ops = &htt_tx_ops_64; in ath10k_htt_set_tx_ops()1841 htt->tx_ops = &htt_tx_ops_32; in ath10k_htt_set_tx_ops()