Home
last modified time | relevance | path

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

/freebsd/sys/dev/ntb/
H A Dntb_transport.c292 static void ntb_transport_link_cleanup_work(void *, int);
495 TASK_INIT(&nt->link_cleanup, 0, ntb_transport_link_cleanup_work, nt); in ntb_transport_attach()
1434 ntb_transport_link_cleanup_work(void *arg, int pending __unused) in ntb_transport_link_cleanup_work() function