Searched refs:txpath (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_phy.c | 36 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 3816 enum ath10k_mac_tx_path txpath, in ath10k_mac_tx_submit() 3822 switch (txpath) { in ath10k_mac_tx_submit() 3853 enum ath10k_mac_tx_path txpath, in ath10k_mac_tx() 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 in ath10k_mac_tx_push_txq() 3814 ath10k_mac_tx_submit(struct ath10k *ar, enum ath10k_hw_txrx_mode txmode, enum ath10k_mac_tx_path txpath, struct sk_buff *skb) ath10k_mac_tx_submit() argument 3850 ath10k_mac_tx(struct ath10k *ar, struct ieee80211_vif *vif, enum ath10k_hw_txrx_mode txmode, enum ath10k_mac_tx_path txpath, struct sk_buff *skb, bool noque_offchan) ath10k_mac_tx() argument 4488 enum ath10k_mac_tx_path txpath; ath10k_mac_op_tx() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 3997 enum ath10k_mac_tx_path txpath, in ath10k_mac_tx_submit() 4003 switch (txpath) { in ath10k_mac_tx_submit() 4034 enum ath10k_mac_tx_path txpath, in ath10k_mac_tx() 4080 ret = ath10k_mac_tx_submit(ar, txmode, txpath, skb); in ath10k_mac_tx() 4108 enum ath10k_mac_tx_path txpath; in ath10k_offchan_tx_work() local 4177 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_offchan_tx_work() 4179 ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb, true); in ath10k_offchan_tx_work() 4384 enum ath10k_mac_tx_path txpath; in ath10k_mac_tx_push_txq() local 4413 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_mac_tx_push_txq() 4414 is_mgmt = (txpath in ath10k_mac_tx_push_txq() 3995 ath10k_mac_tx_submit(struct ath10k *ar, enum ath10k_hw_txrx_mode txmode, enum ath10k_mac_tx_path txpath, struct sk_buff *skb) ath10k_mac_tx_submit() argument 4031 ath10k_mac_tx(struct ath10k *ar, struct ieee80211_vif *vif, enum ath10k_hw_txrx_mode txmode, enum ath10k_mac_tx_path txpath, struct sk_buff *skb, bool noque_offchan) ath10k_mac_tx() argument 4670 enum ath10k_mac_tx_path txpath; ath10k_mac_op_tx() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | phy.c | 598 u32 txpath, rxpath; in rtl8821ae_phy_switch_wirelessband() local 601 txpath = rtl8821ae_phy_query_bb_reg(hw, RTXPATH, 0xf0); in rtl8821ae_phy_switch_wirelessband()
|
Completed in 21 milliseconds