Home
last modified time | relevance | path

Searched refs:vcs_type (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8712/
Dos_intfs.c59 static int vcs_type = RTS_CTS; variable
109 module_param(vcs_type, int, 0644);
138 registry_par->vcs_type = (u8)vcs_type; in loadparam()
278 pxmitpriv->vcs = pregistrypriv->vcs_type; in init_default_value()
279 pxmitpriv->vcs_type = pregistrypriv->vcs_type; in init_default_value()
Ddrv_types.h89 u8 vcs_type;/*RTS/CTS, CTS-to-self*/ member
Drtl871x_xmit.h231 u8 vcs_type; member
Dhal_init.c112 pfwpriv->vcsMode = pregpriv->vcs_type; /* 1:RTS/CTS 2:CTS to self */ in fill_fwpriv()
Drtl871x_xmit.c738 if (pregistrypriv->vcs_type == RTS_CTS) in r8712_update_protection()
/Linux-v4.19/drivers/staging/rtl8188eu/os_dep/
Dos_intfs.c150 registry_par->vcs_type = (u8)rtw_vcs_type; in loadparam()
370 pxmitpriv->vcs = pregistrypriv->vcs_type; in rtw_init_default_value()
371 pxmitpriv->vcs_type = pregistrypriv->vcs_type; in rtw_init_default_value()
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Ddrv_types.h53 u8 vcs_type;/* RTS/CTS, CTS-to-self */ member
Drtw_xmit.h268 u8 vcs_type; member
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/
Dos_intfs.c247 registry_par->vcs_type = (u8)rtw_vcs_type; in loadparam()
618 pxmitpriv->vcs = pregistrypriv->vcs_type; in rtw_init_default_value()
619 pxmitpriv->vcs_type = pregistrypriv->vcs_type; in rtw_init_default_value()
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_xmit.h405 u8 vcs_type; member
Ddrv_types.h108 u8 vcs_type;/* RTS/CTS, CTS-to-self */ member
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c809 if (pregpriv->vcs_type == 1) { /* 1:RTS/CTS 2:CTS to self */ in VCS_update()
820 if (pregpriv->vcs_type == 1) { in VCS_update()
Drtw_xmit.c1105 if (pregistrypriv->vcs_type == RTS_CTS) in rtw_update_protection()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_wlan_util.c1239 if (pregpriv->vcs_type == 1) { /* 1:RTS/CTS 2:CTS to self */ in VCS_update()
1251 if (pregpriv->vcs_type == 1) { in VCS_update()
Drtw_xmit.c1576 if (pregistrypriv->vcs_type == RTS_CTS) in rtw_update_protection()