Home
last modified time | relevance | path

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

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