Home
last modified time | relevance | path

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

/drivers/net/wireless/mediatek/mt76/
Dmt76x02_phy.c36 int txpath; in mt76x02_phy_set_txdac() local
38 txpath = (dev->chainmask >> 8) & 0xf; in mt76x02_phy_set_txdac()
39 switch (txpath) { in mt76x02_phy_set_txdac()
/drivers/net/wireless/ath/ath10k/
Dmac.c3816 enum ath10k_mac_tx_path txpath, in ath10k_mac_tx_submit() argument
3822 switch (txpath) { in ath10k_mac_tx_submit()
3853 enum ath10k_mac_tx_path txpath, in ath10k_mac_tx() argument
3895 ret = ath10k_mac_tx_submit(ar, txmode, txpath, skb); in ath10k_mac_tx()
3923 enum ath10k_mac_tx_path txpath; in ath10k_offchan_tx_work() local
3994 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_offchan_tx_work()
3996 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb, true); in ath10k_offchan_tx_work()
4201 enum ath10k_mac_tx_path txpath; in ath10k_mac_tx_push_txq() local
4230 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_mac_tx_push_txq()
4231 is_mgmt = (txpath == ATH10K_MAC_TX_HTT_MGMT); in ath10k_mac_tx_push_txq()
[all …]
/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c598 u32 txpath, rxpath; in rtl8821ae_phy_switch_wirelessband() local
601 txpath = rtl8821ae_phy_query_bb_reg(hw, RTXPATH, 0xf0); in rtl8821ae_phy_switch_wirelessband()