Searched refs:vcs_type (Results 1 – 11 of 11) sorted by relevance
51 static int vcs_type = RTS_CTS; variable101 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()
80 unsigned char vcs_type; /* 0:off 1:on 2:auto */ member
79 u8 vcs_type;/*RTS/CTS, CTS-to-self*/ member
115 fwpriv->vcs_type = regpriv->vrtl_carrier_sense; in fill_fwpriv()116 fwpriv->vcs_mode = regpriv->vcs_type; /* 1:RTS/CTS 2:CTS to self */ in fill_fwpriv()
219 u8 vcs_type; member
740 if (pregistrypriv->vcs_type == RTS_CTS) in r8712_update_protection()
197 registry_par->vcs_type = (u8)rtw_vcs_type; in loadparam()538 pxmitpriv->vcs = pregistrypriv->vcs_type; in rtw_init_default_value()539 pxmitpriv->vcs_type = pregistrypriv->vcs_type; in rtw_init_default_value()
79 u8 vcs_type;/* RTS/CTS, CTS-to-self */ member
380 u8 vcs_type; member
1104 if (pregpriv->vcs_type == 1) { /* 1:RTS/CTS 2:CTS to self */ in VCS_update()1116 if (pregpriv->vcs_type == 1) { in VCS_update()
1354 if (pregistrypriv->vcs_type == RTS_CTS) in rtw_update_protection()
Completed in 30 milliseconds