Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ntb/
H A Dntb_transport.c177 struct work_struct link_cleanup; member
241 struct work_struct link_cleanup; member
962 link_cleanup); in ntb_qp_link_cleanup_work()
974 schedule_work(&qp->link_cleanup); in ntb_qp_link_down()
990 cancel_work_sync(&qp->link_cleanup); in ntb_transport_link_cleanup()
1012 container_of(work, struct ntb_transport_ctx, link_cleanup); in ntb_transport_link_cleanup_work()
1024 schedule_work(&nt->link_cleanup); in ntb_transport_event_callback()
1234 INIT_WORK(&qp->link_cleanup, ntb_qp_link_cleanup_work); in ntb_transport_init_queue()
1378 INIT_WORK(&nt->link_cleanup, ntb_transport_link_cleanup_work); in ntb_transport_probe()
1418 cancel_work_sync(&nt->link_cleanup); in ntb_transport_free()
[all...]
/kernel/linux/linux-6.6/drivers/ntb/
H A Dntb_transport.c177 struct work_struct link_cleanup; member
241 struct work_struct link_cleanup; member
960 link_cleanup); in ntb_qp_link_cleanup_work()
972 schedule_work(&qp->link_cleanup); in ntb_qp_link_down()
988 cancel_work_sync(&qp->link_cleanup); in ntb_transport_link_cleanup()
1010 container_of(work, struct ntb_transport_ctx, link_cleanup); in ntb_transport_link_cleanup_work()
1022 schedule_work(&nt->link_cleanup); in ntb_transport_event_callback()
1232 INIT_WORK(&qp->link_cleanup, ntb_qp_link_cleanup_work); in ntb_transport_init_queue()
1376 INIT_WORK(&nt->link_cleanup, ntb_transport_link_cleanup_work); in ntb_transport_probe()
1416 cancel_work_sync(&nt->link_cleanup); in ntb_transport_free()
[all...]

Completed in 7 milliseconds