Lines Matching refs:txmode
3587 enum ath10k_hw_txrx_mode txmode) in ath10k_mac_tx_h_get_txpath() argument
3589 switch (txmode) { in ath10k_mac_tx_h_get_txpath()
3610 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx_submit() argument
3619 ret = ath10k_htt_tx(htt, txmode, skb); in ath10k_mac_tx_submit()
3647 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx() argument
3659 switch (txmode) { in ath10k_mac_tx()
3688 ret = ath10k_mac_tx_submit(ar, txmode, txpath, skb); in ath10k_mac_tx()
3715 enum ath10k_hw_txrx_mode txmode; in ath10k_offchan_tx_work() local
3786 txmode = ath10k_mac_tx_h_get_txmode(ar, vif, sta, skb); in ath10k_offchan_tx_work()
3787 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_offchan_tx_work()
3789 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb); in ath10k_offchan_tx_work()
3950 enum ath10k_hw_txrx_mode txmode; in ath10k_mac_tx_push_txq() local
3977 txmode = ath10k_mac_tx_h_get_txmode(ar, vif, sta, skb); in ath10k_mac_tx_push_txq()
3978 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_mac_tx_push_txq()
3996 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb); in ath10k_mac_tx_push_txq()
4238 enum ath10k_hw_txrx_mode txmode; in ath10k_mac_op_tx() local
4247 txmode = ath10k_mac_tx_h_get_txmode(ar, vif, sta, skb); in ath10k_mac_op_tx()
4248 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_mac_op_tx()
4278 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb); in ath10k_mac_op_tx()