Lines Matching refs:txmode
3949 enum ath10k_hw_txrx_mode txmode) in ath10k_mac_tx_h_get_txpath() argument
3951 switch (txmode) { in ath10k_mac_tx_h_get_txpath()
3972 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx_submit() argument
3981 ret = ath10k_htt_tx(htt, txmode, skb); in ath10k_mac_tx_submit()
4009 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx() argument
4022 switch (txmode) { in ath10k_mac_tx()
4052 ret = ath10k_mac_tx_submit(ar, txmode, txpath, skb); in ath10k_mac_tx()
4079 enum ath10k_hw_txrx_mode txmode; in ath10k_offchan_tx_work() local
4149 txmode = ath10k_mac_tx_h_get_txmode(ar, vif, sta, skb); in ath10k_offchan_tx_work()
4150 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_offchan_tx_work()
4152 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb, true); in ath10k_offchan_tx_work()
4356 enum ath10k_hw_txrx_mode txmode; in ath10k_mac_tx_push_txq() local
4385 txmode = ath10k_mac_tx_h_get_txmode(ar, vif, sta, skb); in ath10k_mac_tx_push_txq()
4386 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_mac_tx_push_txq()
4404 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb, false); in ath10k_mac_tx_push_txq()
4643 enum ath10k_hw_txrx_mode txmode; in ath10k_mac_op_tx() local
4654 txmode = ath10k_mac_tx_h_get_txmode(ar, vif, sta, skb); in ath10k_mac_op_tx()
4655 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_mac_op_tx()
4685 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb, false); in ath10k_mac_op_tx()