Searched refs:stop_ctrl (Results 1 – 3 of 3) sorted by relevance
664 void (*stop_ctrl)(struct nvme_ctrl *ctrl); member
5097 if (ctrl->ops->stop_ctrl) in nvme_stop_ctrl()5098 ctrl->ops->stop_ctrl(ctrl); in nvme_stop_ctrl()
2944 .stop_ctrl = nvme_tcp_stop_ctrl,