Searched refs:stop_ctrl (Results 1 – 3 of 3) sorted by relevance
353 void (*stop_ctrl)(struct nvme_ctrl *ctrl); member
3466 if (ctrl->ops->stop_ctrl) in nvme_stop_ctrl()3467 ctrl->ops->stop_ctrl(ctrl); in nvme_stop_ctrl()
1849 .stop_ctrl = nvme_rdma_stop_ctrl,