Lines Matching refs:txmode
3649 enum ath10k_hw_txrx_mode txmode) in ath10k_mac_tx_h_get_txpath() argument
3651 switch (txmode) { in ath10k_mac_tx_h_get_txpath()
3672 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx_submit() argument
3681 ret = ath10k_htt_tx(htt, txmode, skb); in ath10k_mac_tx_submit()
3709 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx() argument
3722 switch (txmode) { in ath10k_mac_tx()
3752 ret = ath10k_mac_tx_submit(ar, txmode, txpath, skb); in ath10k_mac_tx()
3779 enum ath10k_hw_txrx_mode txmode; in ath10k_offchan_tx_work() local
3850 txmode = ath10k_mac_tx_h_get_txmode(ar, vif, sta, skb); in ath10k_offchan_tx_work()
3851 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_offchan_tx_work()
3853 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb); in ath10k_offchan_tx_work()
4052 enum ath10k_hw_txrx_mode txmode; in ath10k_mac_tx_push_txq() local
4081 txmode = ath10k_mac_tx_h_get_txmode(ar, vif, sta, skb); in ath10k_mac_tx_push_txq()
4082 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_mac_tx_push_txq()
4100 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb); in ath10k_mac_tx_push_txq()
4339 enum ath10k_hw_txrx_mode txmode; in ath10k_mac_op_tx() local
4350 txmode = ath10k_mac_tx_h_get_txmode(ar, vif, sta, skb); in ath10k_mac_op_tx()
4351 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_mac_op_tx()
4381 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb); in ath10k_mac_op_tx()