Searched refs:txpath (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/net/wireless/mediatek/mt76/ |
| D | mt76x02_phy.c | 36 int txpath; in mt76x02_phy_set_txdac() local 38 txpath = (dev->mphy.chainmask >> 8) & 0xf; in mt76x02_phy_set_txdac() 39 switch (txpath) { in mt76x02_phy_set_txdac()
|
| /Linux-v5.15/drivers/net/wireless/ath/ath10k/ |
| D | mac.c | 3973 enum ath10k_mac_tx_path txpath, in ath10k_mac_tx_submit() argument 3979 switch (txpath) { in ath10k_mac_tx_submit() 4010 enum ath10k_mac_tx_path txpath, in ath10k_mac_tx() argument 4052 ret = ath10k_mac_tx_submit(ar, txmode, txpath, skb); in ath10k_mac_tx() 4080 enum ath10k_mac_tx_path txpath; in ath10k_offchan_tx_work() local 4150 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_offchan_tx_work() 4152 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb, true); in ath10k_offchan_tx_work() 4357 enum ath10k_mac_tx_path txpath; in ath10k_mac_tx_push_txq() local 4386 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_mac_tx_push_txq() 4387 is_mgmt = (txpath == ATH10K_MAC_TX_HTT_MGMT); in ath10k_mac_tx_push_txq() [all …]
|