Searched refs:cts2self (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_wlan_util.c | 823 psta->cts2self = 0; in VCS_update23a() 828 psta->cts2self = 0; in VCS_update23a() 831 psta->cts2self = 1; in VCS_update23a() 839 psta->cts2self = 0; in VCS_update23a() 842 psta->cts2self = 1; in VCS_update23a() 846 psta->cts2self = 0; in VCS_update23a()
|
D | rtw_xmit.c | 278 else if (psta->cts2self) in update_attrib_vcs_info() 295 if (psta->rtsen || psta->cts2self) { in update_attrib_vcs_info() 298 else if (psta->cts2self) in update_attrib_vcs_info()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_wlan_util.c | 836 psta->cts2self = 0; in VCS_update() 841 psta->cts2self = 0; in VCS_update() 844 psta->cts2self = 1; in VCS_update() 852 psta->cts2self = 0; in VCS_update() 855 psta->cts2self = 1; in VCS_update() 859 psta->cts2self = 0; in VCS_update()
|
D | rtw_debug.c | 264 len += snprintf(page + len, count - len, "rtsen=%d, cts2slef=%d\n", psta->rtsen, psta->cts2self); in proc_get_ap_info() 863 len += snprintf(page + len, count - len, "rtsen=%d, cts2slef=%d\n", psta->rtsen, psta->cts2self); in proc_get_all_sta_info()
|
D | rtw_xmit.c | 295 else if (psta->cts2self) in update_attrib_vcs_info() 310 if (psta->rtsen || psta->cts2self) { in update_attrib_vcs_info() 313 else if (psta->cts2self) in update_attrib_vcs_info()
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | rtl8723a_xmit.h | 129 u32 cts2self:1; member
|
D | sta_info.h | 113 u8 cts2self; member
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | sta_info.h | 111 u8 cts2self; member
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | trx.h | 495 u32 cts2self:1; member
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | trx.h | 490 u32 cts2self:1; member
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | trx.h | 624 u32 cts2self:1; member
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | trx.h | 592 u32 cts2self:1; member
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | trx.h | 607 u32 cts2self:1; member
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | trx.h | 665 u32 cts2self:1; member
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | trx.h | 722 u32 cts2self:1; member
|