Lines Matching refs:txpath
4007 enum ath10k_mac_tx_path txpath, in ath10k_mac_tx_submit() argument
4013 switch (txpath) { in ath10k_mac_tx_submit()
4044 enum ath10k_mac_tx_path txpath, in ath10k_mac_tx() argument
4090 ret = ath10k_mac_tx_submit(ar, txmode, txpath, skb); in ath10k_mac_tx()
4118 enum ath10k_mac_tx_path txpath; in ath10k_offchan_tx_work() local
4187 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_offchan_tx_work()
4189 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb, true); in ath10k_offchan_tx_work()
4394 enum ath10k_mac_tx_path txpath; in ath10k_mac_tx_push_txq() local
4423 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_mac_tx_push_txq()
4424 is_mgmt = (txpath == ATH10K_MAC_TX_HTT_MGMT); in ath10k_mac_tx_push_txq()
4441 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb, false); in ath10k_mac_tx_push_txq()
4680 enum ath10k_mac_tx_path txpath; in ath10k_mac_op_tx() local
4690 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_mac_op_tx()
4691 is_htt = (txpath == ATH10K_MAC_TX_HTT || in ath10k_mac_op_tx()
4692 txpath == ATH10K_MAC_TX_HTT_MGMT); in ath10k_mac_op_tx()
4693 is_mgmt = (txpath == ATH10K_MAC_TX_HTT_MGMT); in ath10k_mac_op_tx()
4726 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb, false); in ath10k_mac_op_tx()