Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nvme/host/
Dnvme.h420 void nvme_stop_ctrl(struct nvme_ctrl *ctrl);
Dcore.c164 nvme_stop_ctrl(ctrl); in nvme_delete_ctrl_work()
3459 void nvme_stop_ctrl(struct nvme_ctrl *ctrl) in nvme_stop_ctrl() function
3469 EXPORT_SYMBOL_GPL(nvme_stop_ctrl);
Drdma.c1819 nvme_stop_ctrl(&ctrl->ctrl); in nvme_rdma_reset_ctrl_work()
Dfc.c2863 nvme_stop_ctrl(&ctrl->ctrl); in nvme_fc_reset_ctrl_work()
Dpci.c2577 nvme_stop_ctrl(&dev->ctrl); in nvme_remove()
/Linux-v4.19/drivers/nvme/target/
Dloop.c471 nvme_stop_ctrl(&ctrl->ctrl); in nvme_loop_reset_ctrl_work()