Home
last modified time | relevance | path

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

/freebsd/sys/dev/ntb/
H A Dntb_transport.c215 struct task link_cleanup; member
495 TASK_INIT(&nt->link_cleanup, 0, ntb_transport_link_cleanup_work, nt); in ntb_transport_attach()
542 taskqueue_drain(taskqueue_swi, &nt->link_cleanup); in ntb_transport_detach()
1124 taskqueue_enqueue(taskqueue_swi, &nt->link_cleanup); in ntb_transport_event_callback()