Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dcore.c186 container_of(work, struct nvmet_ctrl, async_event_work); in nvmet_async_event_work()
208 schedule_work(&ctrl->async_event_work); in nvmet_add_async_event()
1347 INIT_WORK(&ctrl->async_event_work, nvmet_async_event_work); in nvmet_alloc_ctrl()
1431 flush_work(&ctrl->async_event_work); in nvmet_ctrl_free()
H A Dnvmet.h187 struct work_struct async_event_work; member
H A Dadmin-cmd.c917 schedule_work(&ctrl->async_event_work); in nvmet_execute_async_event()
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dnvme.h319 struct work_struct async_event_work; member
H A Dcore.c1517 queue_work(nvme_wq, &ctrl->async_event_work); in nvme_enable_aen()
4336 container_of(work, struct nvme_ctrl, async_event_work); in nvme_async_event_work()
4467 queue_work(nvme_wq, &ctrl->async_event_work); in nvme_complete_async_event()
4475 flush_work(&ctrl->async_event_work); in nvme_stop_ctrl()
4566 INIT_WORK(&ctrl->async_event_work, nvme_async_event_work); in nvme_init_ctrl()
H A Drdma.c847 cancel_work_sync(&ctrl->ctrl.async_event_work); in nvme_rdma_destroy_admin_queue()
1211 flush_work(&ctrl->ctrl.async_event_work); in nvme_rdma_error_recovery_work()
H A Dtcp.c1667 cancel_work_sync(&ctrl->async_event_work); in nvme_tcp_free_admin_queue()
2116 flush_work(&ctrl->async_event_work); in nvme_tcp_error_recovery_work()
H A Dfc.c2179 cancel_work_sync(&ctrl->ctrl.async_event_work); in nvme_fc_term_aen_ops()