Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8712/
H A Dos_intfs.c62 static int busy_thresh = 40; variable
102 module_param(busy_thresh, int, 0644);
141 registry_par->busy_thresh = (u16)busy_thresh; in loadparam()
H A Ddrv_types.h91 u16 busy_thresh; member
H A Drtl871x_mlme.c993 if ((current_tx_pkts > pregistrypriv->busy_thresh) || in _r8712_sitesurvey_ctrl_handler()
994 (current_rx_pkts > pregistrypriv->busy_thresh)) in _r8712_sitesurvey_ctrl_handler()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Ddrv_types.h90 u16 busy_thresh; member
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A Dos_intfs.c212 registry_par->busy_thresh = (u16)rtw_busy_thresh; in loadparam()