Lines Matching refs:txpath
3812 enum ath10k_mac_tx_path txpath, in ath10k_mac_tx_submit() argument
3818 switch (txpath) { in ath10k_mac_tx_submit()
3849 enum ath10k_mac_tx_path txpath, in ath10k_mac_tx() argument
3891 ret = ath10k_mac_tx_submit(ar, txmode, txpath, skb); in ath10k_mac_tx()
3919 enum ath10k_mac_tx_path txpath; in ath10k_offchan_tx_work() local
3990 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_offchan_tx_work()
3992 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb, true); in ath10k_offchan_tx_work()
4197 enum ath10k_mac_tx_path txpath; in ath10k_mac_tx_push_txq() local
4226 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_mac_tx_push_txq()
4227 is_mgmt = (txpath == ATH10K_MAC_TX_HTT_MGMT); in ath10k_mac_tx_push_txq()
4244 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb, false); in ath10k_mac_tx_push_txq()
4484 enum ath10k_mac_tx_path txpath; in ath10k_mac_op_tx() local
4495 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_mac_op_tx()
4496 is_htt = (txpath == ATH10K_MAC_TX_HTT || in ath10k_mac_op_tx()
4497 txpath == ATH10K_MAC_TX_HTT_MGMT); in ath10k_mac_op_tx()
4498 is_mgmt = (txpath == ATH10K_MAC_TX_HTT_MGMT); in ath10k_mac_op_tx()
4525 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb, false); in ath10k_mac_op_tx()