txpath           3673 drivers/net/wireless/ath/ath10k/mac.c 				enum ath10k_mac_tx_path txpath,
txpath           3679 drivers/net/wireless/ath/ath10k/mac.c 	switch (txpath) {
txpath           3710 drivers/net/wireless/ath/ath10k/mac.c 			 enum ath10k_mac_tx_path txpath,
txpath           3752 drivers/net/wireless/ath/ath10k/mac.c 	ret = ath10k_mac_tx_submit(ar, txmode, txpath, skb);
txpath           3780 drivers/net/wireless/ath/ath10k/mac.c 	enum ath10k_mac_tx_path txpath;
txpath           3851 drivers/net/wireless/ath/ath10k/mac.c 		txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode);
txpath           3853 drivers/net/wireless/ath/ath10k/mac.c 		ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb, true);
txpath           4055 drivers/net/wireless/ath/ath10k/mac.c 	enum ath10k_mac_tx_path txpath;
txpath           4084 drivers/net/wireless/ath/ath10k/mac.c 	txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode);
txpath           4085 drivers/net/wireless/ath/ath10k/mac.c 	is_mgmt = (txpath == ATH10K_MAC_TX_HTT_MGMT);
txpath           4102 drivers/net/wireless/ath/ath10k/mac.c 	ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb, false);
txpath           4342 drivers/net/wireless/ath/ath10k/mac.c 	enum ath10k_mac_tx_path txpath;
txpath           4353 drivers/net/wireless/ath/ath10k/mac.c 	txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode);
txpath           4354 drivers/net/wireless/ath/ath10k/mac.c 	is_htt = (txpath == ATH10K_MAC_TX_HTT ||
txpath           4355 drivers/net/wireless/ath/ath10k/mac.c 		  txpath == ATH10K_MAC_TX_HTT_MGMT);
txpath           4356 drivers/net/wireless/ath/ath10k/mac.c 	is_mgmt = (txpath == ATH10K_MAC_TX_HTT_MGMT);
txpath           4383 drivers/net/wireless/ath/ath10k/mac.c 	ret = ath10k_mac_tx(ar, vif, txmode, txpath, skb, false);
txpath             36 drivers/net/wireless/mediatek/mt76/mt76x02_phy.c 	int txpath;
txpath             38 drivers/net/wireless/mediatek/mt76/mt76x02_phy.c 	txpath = (dev->mt76.chainmask >> 8) & 0xf;
txpath             39 drivers/net/wireless/mediatek/mt76/mt76x02_phy.c 	switch (txpath) {
txpath            605 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c 	u32 txpath, rxpath;
txpath            608 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c 	txpath = rtl8821ae_phy_query_bb_reg(hw, RTXPATH, 0xf0);