Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/
H A Dcxgb_adapter.h110 struct task link_check_task; member
H A Dcxgb_main.c1007 TASK_INIT(&p->link_check_task, 0, check_link_status, p); in cxgb_port_attach()
1770 taskqueue_drain(sc->tq, &pi->link_check_task); in cxgb_uninit_synchronized()
2234 taskqueue_enqueue(sc->tq, &pi->link_check_task); in link_check_callout()