Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8712/
Dos_intfs.c51 static int vcs_type = RTS_CTS; variable
101 module_param(vcs_type, int, 0644);
130 registry_par->vcs_type = (u8)vcs_type; in loadparam()
270 pxmitpriv->vcs = pregistrypriv->vcs_type; in init_default_value()
271 pxmitpriv->vcs_type = pregistrypriv->vcs_type; in init_default_value()
Drtl8712_hal.h80 unsigned char vcs_type; /* 0:off 1:on 2:auto */ member
Ddrv_types.h81 u8 vcs_type;/*RTS/CTS, CTS-to-self*/ member
Dhal_init.c103 fwpriv->vcs_type = regpriv->vrtl_carrier_sense; in fill_fwpriv()
104 fwpriv->vcs_mode = regpriv->vcs_type; /* 1:RTS/CTS 2:CTS to self */ in fill_fwpriv()
Drtl871x_xmit.h219 u8 vcs_type; member
Drtl871x_xmit.c718 if (pregistrypriv->vcs_type == RTS_CTS) in r8712_update_protection()
/Linux-v5.10/drivers/staging/rtl8188eu/os_dep/
Dos_intfs.c151 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-v5.10/drivers/staging/rtl8188eu/include/
Ddrv_types.h57 u8 vcs_type;/* RTS/CTS, CTS-to-self */ member
Drtw_xmit.h262 u8 vcs_type; member
/Linux-v5.10/drivers/staging/rtl8723bs/os_dep/
Dos_intfs.c225 registry_par->vcs_type = (u8)rtw_vcs_type; in loadparam()
580 pxmitpriv->vcs = pregistrypriv->vcs_type; in rtw_init_default_value()
581 pxmitpriv->vcs_type = pregistrypriv->vcs_type; in rtw_init_default_value()
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Drtw_xmit.h402 u8 vcs_type; member
Ddrv_types.h102 u8 vcs_type;/* RTS/CTS, CTS-to-self */ member
/Linux-v5.10/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c756 if (pregpriv->vcs_type == 1) { /* 1:RTS/CTS 2:CTS to self */ in VCS_update()
767 if (pregpriv->vcs_type == 1) { in VCS_update()
Drtw_xmit.c1108 if (pregistrypriv->vcs_type == RTS_CTS) in rtw_update_protection()
/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_wlan_util.c1180 if (pregpriv->vcs_type == 1) { /* 1:RTS/CTS 2:CTS to self */ in VCS_update()
1192 if (pregpriv->vcs_type == 1) { in VCS_update()
Drtw_xmit.c1454 if (pregistrypriv->vcs_type == RTS_CTS) in rtw_update_protection()