Searched refs:stop_ctrl (Results 1 – 4 of 4) sorted by relevance
566 void (*stop_ctrl)(struct nvme_ctrl *ctrl); member
4385 if (ctrl->ops->stop_ctrl) in nvme_stop_ctrl() 4386 ctrl->ops->stop_ctrl(ctrl); in nvme_stop_ctrl()
2187 .stop_ctrl = nvme_rdma_stop_ctrl,
2540 .stop_ctrl = nvme_tcp_stop_ctrl, in nvme_tcp_create_ctrl()