Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Dos_intfs.c75 static int busy_thresh = 40; variable
115 module_param(busy_thresh, int, 0644);
156 registry_par->busy_thresh = (u16)busy_thresh; in loadparam()
Ddrv_types.h104 u16 busy_thresh; member
Drtl871x_mlme.c1080 if ((current_tx_pkts > pregistrypriv->busy_thresh) || in _r8712_sitesurvey_ctrl_handler()
1081 (current_rx_pkts > pregistrypriv->busy_thresh)) in _r8712_sitesurvey_ctrl_handler()