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

/drivers/staging/rtl8712/
H A Dos_intfs.c63 static int vcs_type = RTS_CTS; variable
113 module_param(vcs_type, int, 0644);
144 registry_par->vcs_type = (u8)vcs_type;
284 pxmitpriv->vcs = pregistrypriv->vcs_type;
285 pxmitpriv->vcs_type = pregistrypriv->vcs_type;
H A Ddrv_types.h92 u8 vcs_type;/*RTS/CTS, CTS-to-self*/ member in struct:registry_priv
H A Drtl871x_xmit.h227 u8 vcs_type; member in struct:xmit_priv
H A Dhal_init.c116 pfwpriv->vcsMode = pregpriv->vcs_type; /* 1:RTS/CTS 2:CTS to self */
H A Drtl871x_xmit.c730 if (pregistrypriv->vcs_type == RTS_CTS)
/drivers/staging/rtl8723au/include/
H A Ddrv_types.h69 u8 vcs_type;/* RTS/CTS, CTS-to-self */ member in struct:registry_priv
H A Drtw_xmit.h300 u8 vcs_type; member in struct:xmit_priv
/drivers/staging/rtl8188eu/include/
H A Ddrv_types.h73 u8 vcs_type;/* RTS/CTS, CTS-to-self */ member in struct:registry_priv
H A Drtw_xmit.h287 u8 vcs_type; member in struct:xmit_priv
/drivers/staging/rtl8188eu/os_dep/
H A Dos_intfs.c531 registry_par->vcs_type = (u8)rtw_vcs_type;
771 pxmitpriv->vcs = pregistrypriv->vcs_type;
772 pxmitpriv->vcs_type = pregistrypriv->vcs_type;
/drivers/staging/rtl8723au/os_dep/
H A Dos_intfs.c188 registry_par->vcs_type = (u8)rtw_vcs_type;
391 pxmitpriv->vcs = pregistrypriv->vcs_type;
392 pxmitpriv->vcs_type = pregistrypriv->vcs_type;
/drivers/staging/rtl8723au/core/
H A Drtw_wlan_util.c836 if (pregpriv->vcs_type == 1) { /* 1:RTS/CTS 2:CTS to self */
847 if (pregpriv->vcs_type == 1) {
H A Drtw_xmit.c1310 if (pregistrypriv->vcs_type == RTS_CTS)
/drivers/staging/rtl8188eu/core/
H A Drtw_wlan_util.c875 if (pregpriv->vcs_type == 1) { /* 1:RTS/CTS 2:CTS to self */
886 if (pregpriv->vcs_type == 1) {
H A Drtw_xmit.c1181 if (pregistrypriv->vcs_type == RTS_CTS)

Completed in 4383 milliseconds