Searched refs:busy_thresh (Results 1 – 3 of 3) sorted by relevance
75 static int busy_thresh = 40; variable115 module_param(busy_thresh, int, 0644);156 registry_par->busy_thresh = (u16)busy_thresh; in loadparam()
104 u16 busy_thresh; member
1080 if ((current_tx_pkts > pregistrypriv->busy_thresh) || in _r8712_sitesurvey_ctrl_handler()1081 (current_rx_pkts > pregistrypriv->busy_thresh)) in _r8712_sitesurvey_ctrl_handler()