Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c103 static void link_check_callout(void *);
1737 link_check_callout, p); in cxgb_init_locked()
2271 link_check_callout(void *arg) in link_check_callout() function
2295 callout_reset(&pi->link_check_ch, hz, link_check_callout, pi); in check_link_status()
2306 callout_reset(&pi->link_check_ch, hz / 4, link_check_callout, pi); in t3_os_link_intr()