Lines Matching refs:txmode
3973 enum ath10k_hw_txrx_mode txmode) in ath10k_mac_tx_h_get_txpath() argument
3975 switch (txmode) { in ath10k_mac_tx_h_get_txpath()
3996 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx_submit() argument
4005 ret = ath10k_htt_tx(htt, txmode, skb); in ath10k_mac_tx_submit()
4033 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx() argument
4046 switch (txmode) { in ath10k_mac_tx()
4080 ret = ath10k_mac_tx_submit(ar, txmode, txpath, skb); in ath10k_mac_tx()
4107 enum ath10k_hw_txrx_mode txmode; in ath10k_offchan_tx_work() local
4176 txmode = ath10k_mac_tx_h_get_txmode(ar, vif, sta, skb); in ath10k_offchan_tx_work()
4177 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_offchan_tx_work()
4179 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb, true); in ath10k_offchan_tx_work()
4383 enum ath10k_hw_txrx_mode txmode; in ath10k_mac_tx_push_txq() local
4412 txmode = ath10k_mac_tx_h_get_txmode(ar, vif, sta, skb); in ath10k_mac_tx_push_txq()
4413 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_mac_tx_push_txq()
4431 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb, false); in ath10k_mac_tx_push_txq()
4669 enum ath10k_hw_txrx_mode txmode; in ath10k_mac_op_tx() local
4679 txmode = ath10k_mac_tx_h_get_txmode(ar, vif, sta, skb); in ath10k_mac_op_tx()
4680 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_mac_op_tx()
4716 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb, false); in ath10k_mac_op_tx()