vcs_type          784 drivers/staging/rtl8188eu/core/rtw_wlan_util.c 		if (pregpriv->vcs_type == 1) { /* 1:RTS/CTS 2:CTS to self */
vcs_type          795 drivers/staging/rtl8188eu/core/rtw_wlan_util.c 			if (pregpriv->vcs_type == 1) {
vcs_type         1108 drivers/staging/rtl8188eu/core/rtw_xmit.c 				if (pregistrypriv->vcs_type == RTS_CTS)
vcs_type           58 drivers/staging/rtl8188eu/include/drv_types.h 	u8	vcs_type;/* RTS/CTS, CTS-to-self */
vcs_type          268 drivers/staging/rtl8188eu/include/rtw_xmit.h 	u8	vcs_type;
vcs_type          151 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->vcs_type = (u8)rtw_vcs_type;
vcs_type          370 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	pxmitpriv->vcs = pregistrypriv->vcs_type;
vcs_type          371 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	pxmitpriv->vcs_type = pregistrypriv->vcs_type;
vcs_type           81 drivers/staging/rtl8712/drv_types.h 	u8	vcs_type;/*RTS/CTS, CTS-to-self*/
vcs_type          104 drivers/staging/rtl8712/hal_init.c 	fwpriv->vcs_type = regpriv->vrtl_carrier_sense;
vcs_type          105 drivers/staging/rtl8712/hal_init.c 	fwpriv->vcs_mode = regpriv->vcs_type; /* 1:RTS/CTS 2:CTS to self */
vcs_type           51 drivers/staging/rtl8712/os_intfs.c static int vcs_type = RTS_CTS;
vcs_type          101 drivers/staging/rtl8712/os_intfs.c module_param(vcs_type, int, 0644);
vcs_type          130 drivers/staging/rtl8712/os_intfs.c 	registry_par->vcs_type = (u8)vcs_type;
vcs_type          270 drivers/staging/rtl8712/os_intfs.c 	pxmitpriv->vcs = pregistrypriv->vcs_type;
vcs_type          271 drivers/staging/rtl8712/os_intfs.c 	pxmitpriv->vcs_type = pregistrypriv->vcs_type;
vcs_type           80 drivers/staging/rtl8712/rtl8712_hal.h 	unsigned char vcs_type; /* 0:off 1:on 2:auto */
vcs_type          727 drivers/staging/rtl8712/rtl871x_xmit.c 				if (pregistrypriv->vcs_type == RTS_CTS)
vcs_type          219 drivers/staging/rtl8712/rtl871x_xmit.h 	u8	vcs_type;
vcs_type         1234 drivers/staging/rtl8723bs/core/rtw_wlan_util.c 		if (pregpriv->vcs_type == 1) { /* 1:RTS/CTS 2:CTS to self */
vcs_type         1246 drivers/staging/rtl8723bs/core/rtw_wlan_util.c 			if (pregpriv->vcs_type == 1) {
vcs_type         1576 drivers/staging/rtl8723bs/core/rtw_xmit.c 				if (pregistrypriv->vcs_type == RTS_CTS)
vcs_type          103 drivers/staging/rtl8723bs/include/drv_types.h 	u8 vcs_type;/* RTS/CTS, CTS-to-self */
vcs_type          406 drivers/staging/rtl8723bs/include/rtw_xmit.h 	u8 vcs_type;
vcs_type          243 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->vcs_type = (u8)rtw_vcs_type;
vcs_type          600 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	pxmitpriv->vcs = pregistrypriv->vcs_type;
vcs_type          601 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	pxmitpriv->vcs_type = pregistrypriv->vcs_type;