Home
last modified time | relevance | path

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

/src/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c1239 static int ep_timeout_secs = 60; variable
1240 SYSCTL_INT(_hw_iw_cxgbe, OID_AUTO, ep_timeout_secs, CTLFLAG_RWTUN, &ep_timeout_secs, 0,
1287 ep->timer.expires = jiffies + ep_timeout_secs * HZ; in start_ep_timer()