Home
last modified time | relevance | path

Searched refs:txpath (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c4021 enum ath10k_mac_tx_path txpath, in ath10k_mac_tx_submit() argument
4027 switch (txpath) { in ath10k_mac_tx_submit()
4058 enum ath10k_mac_tx_path txpath, in ath10k_mac_tx() argument
4104 ret = ath10k_mac_tx_submit(ar, txmode, txpath, skb); in ath10k_mac_tx()
4132 enum ath10k_mac_tx_path txpath; in ath10k_offchan_tx_work() local
4201 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_offchan_tx_work()
4203 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb, true); in ath10k_offchan_tx_work()
4408 enum ath10k_mac_tx_path txpath; in ath10k_mac_tx_push_txq() local
4437 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_mac_tx_push_txq()
4438 is_mgmt = (txpath == ATH10K_MAC_TX_HTT_MGMT); in ath10k_mac_tx_push_txq()
[all …]