Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/rtl8723bs/os_dep/
H A Dos_intfs.c197 registry_par->vcs_type = (u8)rtw_vcs_type; in loadparam()
509 pxmitpriv->vcs = pregistrypriv->vcs_type; in rtw_init_default_value()
510 pxmitpriv->vcs_type = pregistrypriv->vcs_type; in rtw_init_default_value()
/linux-6.15/drivers/staging/rtl8723bs/include/
H A Ddrv_types.h79 u8 vcs_type;/* RTS/CTS, CTS-to-self */ member
H A Drtw_xmit.h380 u8 vcs_type; member
/linux-6.15/drivers/staging/rtl8723bs/core/
H A Drtw_wlan_util.c1066 if (pregpriv->vcs_type == 1) { /* 1:RTS/CTS 2:CTS to self */ in VCS_update()
1078 if (pregpriv->vcs_type == 1) { in VCS_update()
H A Drtw_xmit.c1354 if (pregistrypriv->vcs_type == RTS_CTS) in rtw_update_protection()