Searched refs:ep_timeout_secs (Results 1 – 2 of 2) sorted by relevance
| /trueos/sys/dev/cxgb/ulp/iw_cxgb/ |
| HD | iw_cxgb_cm.c | 108 static int ep_timeout_secs = 60; variable 109 TUNABLE_INT("hw.iw_cxgb.ep_timeout_secs", &ep_timeout_secs); 110 SYSCTL_INT(_hw_iw_cxgb, OID_AUTO, ep_timeout_secs, CTLFLAG_RW, &ep_timeout_secs, 0, 176 callout_reset(&ep->timer, ep_timeout_secs * hz, ep_timeout, ep); in start_ep_timer()
|
| /trueos/sys/dev/cxgbe/iw_cxgbe/ |
| HD | cm.c | 815 static int ep_timeout_secs = 60; variable 816 TUNABLE_INT("hw.iw_cxgbe.ep_timeout_secs", &ep_timeout_secs); 817 SYSCTL_INT(_hw_iw_cxgbe, OID_AUTO, ep_timeout_secs, CTLFLAG_RW, &ep_timeout_secs, 0, 867 ep->timer.expires = jiffies + ep_timeout_secs * HZ; in start_ep_timer()
|