Lines Matching refs:txmode
3983 enum ath10k_hw_txrx_mode txmode) in ath10k_mac_tx_h_get_txpath() argument
3985 switch (txmode) { in ath10k_mac_tx_h_get_txpath()
4006 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx_submit() argument
4015 ret = ath10k_htt_tx(htt, txmode, skb); in ath10k_mac_tx_submit()
4043 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx() argument
4056 switch (txmode) { in ath10k_mac_tx()
4090 ret = ath10k_mac_tx_submit(ar, txmode, txpath, skb); in ath10k_mac_tx()
4117 enum ath10k_hw_txrx_mode txmode; in ath10k_offchan_tx_work() local
4186 txmode = ath10k_mac_tx_h_get_txmode(ar, vif, sta, skb); in ath10k_offchan_tx_work()
4187 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_offchan_tx_work()
4189 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb, true); in ath10k_offchan_tx_work()
4393 enum ath10k_hw_txrx_mode txmode; in ath10k_mac_tx_push_txq() local
4422 txmode = ath10k_mac_tx_h_get_txmode(ar, vif, sta, skb); in ath10k_mac_tx_push_txq()
4423 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_mac_tx_push_txq()
4441 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb, false); in ath10k_mac_tx_push_txq()
4679 enum ath10k_hw_txrx_mode txmode; in ath10k_mac_op_tx() local
4689 txmode = ath10k_mac_tx_h_get_txmode(ar, vif, sta, skb); in ath10k_mac_op_tx()
4690 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_mac_op_tx()
4726 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb, false); in ath10k_mac_op_tx()