Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dmt76x2u_phy.c40 int txpath; in mt76x2u_phy_set_txdac() local
42 txpath = (dev->chainmask >> 8) & 0xf; in mt76x2u_phy_set_txdac()
43 switch (txpath) { in mt76x2u_phy_set_txdac()
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dmac.c3611 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()
[all …]
/Linux-v4.19/drivers/staging/rtlwifi/rtl8822be/
Dphy.c200 enum radio_mask txpath, rxpath; in rtl8822be_halmac_cb_init_bb_rf_register() local
219 txpath = RF_MASK_A | RF_MASK_B; in rtl8822be_halmac_cb_init_bb_rf_register()
222 ret = rtlpriv->phydm.ops->phydm_trx_mode(rtlpriv, txpath, rxpath, in rtl8822be_halmac_cb_init_bb_rf_register()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c626 u32 txpath, rxpath; in rtl8821ae_phy_switch_wirelessband() local
629 txpath = rtl8821ae_phy_query_bb_reg(hw, RTXPATH, 0xf0); in rtl8821ae_phy_switch_wirelessband()