Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/ntb/
Dntb_transport.c177 struct work_struct link_cleanup; member
241 struct work_struct link_cleanup; member
953 link_cleanup); in ntb_qp_link_cleanup_work()
965 schedule_work(&qp->link_cleanup); in ntb_qp_link_down()
981 cancel_work_sync(&qp->link_cleanup); in ntb_transport_link_cleanup()
1003 container_of(work, struct ntb_transport_ctx, link_cleanup); in ntb_transport_link_cleanup_work()
1015 schedule_work(&nt->link_cleanup); in ntb_transport_event_callback()
1225 INIT_WORK(&qp->link_cleanup, ntb_qp_link_cleanup_work); in ntb_transport_init_queue()
1369 INIT_WORK(&nt->link_cleanup, ntb_transport_link_cleanup_work); in ntb_transport_probe()
1409 cancel_work_sync(&nt->link_cleanup); in ntb_transport_free()