Searched refs:rts_thresh (Results 1 – 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/ |
D | cfg.c | 90 wiphy->rts_threshold = priv->rts_thresh; in orinoco_wiphy_register() 276 priv->rts_thresh = rts_value; in orinoco_set_wiphy_params()
|
D | orinoco.h | 130 u16 ap_density, rts_thresh; member
|
D | hw.c | 330 &priv->rts_thresh); in orinoco_hw_read_card_settings() 576 priv->rts_thresh); in orinoco_hw_program_rids()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/ |
D | drv_types.h | 58 u16 rts_thresh; member
|
/kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
D | drv_types.h | 82 u16 rts_thresh; member
|
D | os_intfs.c | 272 pxmitpriv->rts_thresh = pregistrypriv->rts_thresh; in init_default_value()
|
D | rtl871x_xmit.h | 220 u16 rts_thresh; member
|
D | rtl871x_ioctl_linux.c | 1448 wrqu->rts.value = padapter->registrypriv.rts_thresh; in r8711_wx_get_rts()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
D | xmit.c | 1215 u32 rts_thresh = sc->hw->wiphy->rts_threshold; in ath_buf_set_rate() local 1243 unlikely(rts_thresh != (u32) -1)) { in ath_buf_set_rate() 1244 if (!rts_thresh || (len > rts_thresh)) in ath_buf_set_rate() 1353 u32 rts_thresh = sc->hw->wiphy->rts_threshold; in ath_tx_fill_desc() local 1399 unlikely(rts_thresh != (u32) -1)) { in ath_tx_fill_desc() 1403 if (!rts_thresh || (len > rts_thresh)) in ath_tx_fill_desc()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/ |
D | drv_types.h | 103 u16 rts_thresh; member
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 1485 padapter->registrypriv.rts_thresh = 2347; in rtw_wx_set_rts() 1491 padapter->registrypriv.rts_thresh = wrqu->rts.value; in rtw_wx_set_rts() 1494 DBG_88E("%s, rts_thresh =%d\n", __func__, padapter->registrypriv.rts_thresh); in rtw_wx_set_rts() 1505 DBG_88E("%s, rts_thresh =%d\n", __func__, padapter->registrypriv.rts_thresh); in rtw_wx_get_rts() 1507 wrqu->rts.value = padapter->registrypriv.rts_thresh; in rtw_wx_get_rts()
|
D | os_intfs.c | 152 registry_par->rts_thresh = (u16)rtw_rts_thresh; in loadparam()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_linux.c | 1752 padapter->registrypriv.rts_thresh = 2347; in rtw_wx_set_rts() 1758 padapter->registrypriv.rts_thresh = wrqu->rts.value; in rtw_wx_set_rts() 1761 DBG_871X("%s, rts_thresh =%d\n", __func__, padapter->registrypriv.rts_thresh); in rtw_wx_set_rts() 1772 DBG_871X("%s, rts_thresh =%d\n", __func__, padapter->registrypriv.rts_thresh); in rtw_wx_get_rts() 1774 wrqu->rts.value = padapter->registrypriv.rts_thresh; in rtw_wx_get_rts()
|
D | os_intfs.c | 226 registry_par->rts_thresh = (u16)rtw_rts_thresh; in loadparam()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/ |
D | rtw_xmit.c | 262 if (sz > padapter->registrypriv.rts_thresh) { in update_attrib_vcs_info() 303 if (sz > padapter->registrypriv.rts_thresh) { in update_attrib_vcs_info()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
D | rtw_xmit.c | 373 if (sz > padapter->registrypriv.rts_thresh) in update_attrib_vcs_info() 413 if (sz > padapter->registrypriv.rts_thresh) { in update_attrib_vcs_info()
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/ |
D | mwl8k.c | 3363 mwl8k_cmd_set_rts_threshold(struct ieee80211_hw *hw, int rts_thresh) in mwl8k_cmd_set_rts_threshold() argument 3375 cmd->threshold = cpu_to_le16(rts_thresh); in mwl8k_cmd_set_rts_threshold()
|