Home
last modified time | relevance | path

Searched refs:istx (Results 1 – 22 of 22) sorted by relevance

/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dtrx.h39 void rtl92se_set_desc(struct ieee80211_hw *hw, u8 *pdesc, bool istx,
42 u8 *desc, bool istx, u8 desc_name);
Dtrx.c573 void rtl92se_set_desc(struct ieee80211_hw *hw, u8 *pdesc, bool istx, in rtl92se_set_desc() argument
576 if (istx) { in rtl92se_set_desc()
614 u8 *desc, bool istx, u8 desc_name) in rtl92se_get_desc() argument
618 if (istx) { in rtl92se_get_desc()
/Linux-v4.19/drivers/staging/rtlwifi/rtl8822be/
Dtrx.h141 void rtl8822be_set_desc(struct ieee80211_hw *hw, u8 *pdesc, bool istx,
144 u8 *pdesc, bool istx, u8 desc_name);
Dtrx.c833 void rtl8822be_set_desc(struct ieee80211_hw *hw, u8 *pdesc, bool istx, in rtl8822be_set_desc() argument
840 if (istx) { in rtl8822be_set_desc()
892 u8 *pdesc, bool istx, u8 desc_name) in rtl8822be_get_desc() argument
899 if (istx) { in rtl8822be_get_desc()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dtrx.c609 bool istx, u8 desc_name, u8 *val) in rtl8723e_set_desc() argument
611 if (istx == true) { in rtl8723e_set_desc()
647 u8 *pdesc, bool istx, u8 desc_name) in rtl8723e_get_desc() argument
651 if (istx == true) { in rtl8723e_get_desc()
Dtrx.h710 u8 *pdesc, bool istx, u8 desc_name, u8 *val);
712 u8 *pdesc, bool istx, u8 desc_name);
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dtrx.c660 void rtl92ce_set_desc(struct ieee80211_hw *hw, u8 *pdesc, bool istx, in rtl92ce_set_desc() argument
663 if (istx) { in rtl92ce_set_desc()
701 bool istx, u8 desc_name) in rtl92ce_get_desc() argument
705 if (istx) { in rtl92ce_get_desc()
Dtrx.h719 void rtl92ce_set_desc(struct ieee80211_hw *hw, u8 *pdesc, bool istx,
722 bool istx, u8 desc_name);
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dtrx.c662 bool istx, u8 desc_name, u8 *val) in rtl8723be_set_desc() argument
664 if (istx) { in rtl8723be_set_desc()
700 u8 *pdesc, bool istx, u8 desc_name) in rtl8723be_get_desc() argument
704 if (istx) { in rtl8723be_get_desc()
Dtrx.h626 bool istx, u8 desc_name, u8 *val);
628 u8 *pdesc, bool istx, u8 desc_name);
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dtrx.c752 bool istx, u8 desc_name, u8 *val) in rtl88ee_set_desc() argument
754 if (istx == true) { in rtl88ee_set_desc()
790 u8 *pdesc, bool istx, u8 desc_name) in rtl88ee_get_desc() argument
794 if (istx == true) { in rtl88ee_get_desc()
Dtrx.h784 bool istx, u8 desc_name, u8 *val);
786 u8 *pdesc, bool istx, u8 desc_name);
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dtrx.c900 bool istx, u8 desc_name, u8 *val) in rtl8821ae_set_desc() argument
902 if (istx) { in rtl8821ae_set_desc()
940 u8 *pdesc, bool istx, u8 desc_name) in rtl8821ae_get_desc() argument
944 if (istx) { in rtl8821ae_get_desc()
Dtrx.h622 bool istx, u8 desc_name, u8 *val);
624 u8 *pdesc, bool istx, u8 desc_name);
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dtrx.c784 void rtl92de_set_desc(struct ieee80211_hw *hw, u8 *pdesc, bool istx, in rtl92de_set_desc() argument
787 if (istx) { in rtl92de_set_desc()
825 u8 *p_desc, bool istx, u8 desc_name) in rtl92de_get_desc() argument
829 if (istx) { in rtl92de_get_desc()
Dtrx.h736 void rtl92de_set_desc(struct ieee80211_hw *hw, u8 *pdesc, bool istx,
739 u8 *p_desc, bool istx, u8 desc_name);
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dtrx.c907 void rtl92ee_set_desc(struct ieee80211_hw *hw, u8 *pdesc, bool istx, in rtl92ee_set_desc() argument
914 if (istx) { in rtl92ee_set_desc()
971 u8 *pdesc, bool istx, u8 desc_name) in rtl92ee_get_desc() argument
977 if (istx) { in rtl92ee_get_desc()
Dtrx.h755 void rtl92ee_set_desc(struct ieee80211_hw *hw, u8 *pdesc, bool istx,
759 u8 *pdesc, bool istx, u8 desc_name);
/Linux-v4.19/drivers/net/wireless/intersil/hostap/
Dhostap_wlan.h44 noise, rate, istx, frmlen; member
Dhostap_80211_rx.c151 LWNG_SETVAL(istx, 9, 0, 4, 0); in prism2_rx_80211()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h2303 void (*set_desc)(struct ieee80211_hw *hw, u8 *pdesc, bool istx,
2305 u64 (*get_desc)(struct ieee80211_hw *hw, u8 *pdesc, bool istx,
/Linux-v4.19/drivers/staging/rtlwifi/
Dwifi.h2224 void (*set_desc)(struct ieee80211_hw *hw, u8 *pdesc, bool istx,
2226 u64 (*get_desc)(struct ieee80211_hw *hw, u8 *pdesc, bool istx,