Searched refs:cts2self (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_wlan_util.c | 829 psta->cts2self = 0; in VCS_update23a() 834 psta->cts2self = 0; in VCS_update23a() 837 psta->cts2self = 1; in VCS_update23a() 845 psta->cts2self = 0; in VCS_update23a() 848 psta->cts2self = 1; in VCS_update23a() 852 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.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_wlan_util.c | 840 psta->cts2self = 0; in VCS_update() 845 psta->cts2self = 0; in VCS_update() 848 psta->cts2self = 1; in VCS_update() 856 psta->cts2self = 0; in VCS_update() 859 psta->cts2self = 1; in VCS_update() 863 psta->cts2self = 0; in VCS_update()
|
D | rtw_debug.c | 263 len += snprintf(page + len, count - len, "rtsen=%d, cts2slef=%d\n", psta->rtsen, psta->cts2self); in proc_get_ap_info() 862 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 | 294 else if (psta->cts2self) in update_attrib_vcs_info() 309 if (psta->rtsen || psta->cts2self) { in update_attrib_vcs_info() 312 else if (psta->cts2self) in update_attrib_vcs_info()
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
D | rtl8723a_xmit.h | 129 u32 cts2self:1; member
|
D | sta_info.h | 113 u8 cts2self; member
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | sta_info.h | 111 u8 cts2self; member
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/ |
D | trx.h | 495 u32 cts2self:1; member
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/ |
D | trx.h | 490 u32 cts2self:1; member
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ce/ |
D | trx.h | 607 u32 cts2self:1; member
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723ae/ |
D | trx.h | 592 u32 cts2self:1; member
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192de/ |
D | trx.h | 624 u32 cts2self:1; member
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/ |
D | trx.h | 665 u32 cts2self:1; member
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/ |
D | trx.h | 722 u32 cts2self:1; member
|