Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb_cm.c141 static void ep_timeout(void *arg);
169 callout_reset(&ep->timer, ep_timeout_secs * hz, ep_timeout, ep); in start_ep_timer()
1114 ep_timeout(void *arg) in ep_timeout() function
/NextBSD/sys/dev/cxgbe/iw_cxgbe/
HDcm.c110 static void ep_timeout(unsigned long arg);
847 ep->timer.function = ep_timeout; in start_ep_timer()
2318 static void ep_timeout(unsigned long arg) in ep_timeout() function