Lines Matching refs:txpath
3997 enum ath10k_mac_tx_path txpath, in ath10k_mac_tx_submit() argument
4003 switch (txpath) { in ath10k_mac_tx_submit()
4034 enum ath10k_mac_tx_path txpath, in ath10k_mac_tx() argument
4080 ret = ath10k_mac_tx_submit(ar, txmode, txpath, skb); in ath10k_mac_tx()
4108 enum ath10k_mac_tx_path txpath; in ath10k_offchan_tx_work() local
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()
4384 enum ath10k_mac_tx_path txpath; in ath10k_mac_tx_push_txq() local
4413 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_mac_tx_push_txq()
4414 is_mgmt = (txpath == ATH10K_MAC_TX_HTT_MGMT); in ath10k_mac_tx_push_txq()
4431 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb, false); in ath10k_mac_tx_push_txq()
4670 enum ath10k_mac_tx_path txpath; in ath10k_mac_op_tx() local
4680 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_mac_op_tx()
4681 is_htt = (txpath == ATH10K_MAC_TX_HTT || in ath10k_mac_op_tx()
4682 txpath == ATH10K_MAC_TX_HTT_MGMT); in ath10k_mac_op_tx()
4683 is_mgmt = (txpath == ATH10K_MAC_TX_HTT_MGMT); in ath10k_mac_op_tx()
4716 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb, false); in ath10k_mac_op_tx()