Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Dos_intfs.c63 static int vcs_type = RTS_CTS; variable
113 module_param(vcs_type, int, 0644);
142 registry_par->vcs_type = (u8)vcs_type; in loadparam()
279 pxmitpriv->vcs = pregistrypriv->vcs_type; in init_default_value()
280 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.c736 if (pregistrypriv->vcs_type == RTS_CTS) in r8712_update_protection()
/drivers/staging/rtl8188eu/os_dep/
Dos_intfs.c162 registry_par->vcs_type = (u8)rtw_vcs_type; in loadparam()
384 pxmitpriv->vcs = pregistrypriv->vcs_type; in rtw_init_default_value()
385 pxmitpriv->vcs_type = pregistrypriv->vcs_type; in rtw_init_default_value()
/drivers/staging/rtl8188eu/include/
Ddrv_types.h61 u8 vcs_type;/* RTS/CTS, CTS-to-self */ member
Drtw_xmit.h273 u8 vcs_type; member
/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c832 if (pregpriv->vcs_type == 1) { /* 1:RTS/CTS 2:CTS to self */ in VCS_update()
843 if (pregpriv->vcs_type == 1) { in VCS_update()
Drtw_xmit.c1165 if (pregistrypriv->vcs_type == RTS_CTS) in rtw_update_protection()