Lines Matching refs:txpath
3611 enum ath10k_mac_tx_path txpath, in ath10k_mac_tx_submit() argument
3617 switch (txpath) { in ath10k_mac_tx_submit()
3648 enum ath10k_mac_tx_path txpath, in ath10k_mac_tx() argument
3688 ret = ath10k_mac_tx_submit(ar, txmode, txpath, skb); in ath10k_mac_tx()
3716 enum ath10k_mac_tx_path txpath; in ath10k_offchan_tx_work() local
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()
3951 enum ath10k_mac_tx_path txpath; in ath10k_mac_tx_push_txq() local
3978 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_mac_tx_push_txq()
3979 is_mgmt = (txpath == ATH10K_MAC_TX_HTT_MGMT); in ath10k_mac_tx_push_txq()
3996 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb); in ath10k_mac_tx_push_txq()
4239 enum ath10k_mac_tx_path txpath; in ath10k_mac_op_tx() local
4248 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_mac_op_tx()
4249 is_htt = (txpath == ATH10K_MAC_TX_HTT || in ath10k_mac_op_tx()
4250 txpath == ATH10K_MAC_TX_HTT_MGMT); in ath10k_mac_op_tx()
4251 is_mgmt = (txpath == ATH10K_MAC_TX_HTT_MGMT); in ath10k_mac_op_tx()
4278 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb); in ath10k_mac_op_tx()