Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nvme/host/
Dmultipath.c85 nvme_reset_ctrl(ns->ctrl); in nvme_failover_req()
438 nvme_reset_ctrl(ctrl); in nvme_anatt_timeout()
Dnvme.h454 int nvme_reset_ctrl(struct nvme_ctrl *ctrl);
Dpci.c1148 nvme_reset_ctrl(&dev->ctrl); in nvme_timeout()
1191 nvme_reset_ctrl(&dev->ctrl); in nvme_timeout()
2604 nvme_reset_ctrl(&ndev->ctrl); in nvme_resume()
2643 nvme_reset_ctrl(&dev->ctrl); in nvme_slot_reset()
Dcore.c129 int nvme_reset_ctrl(struct nvme_ctrl *ctrl) in nvme_reset_ctrl() function
137 EXPORT_SYMBOL_GPL(nvme_reset_ctrl);
143 ret = nvme_reset_ctrl(ctrl); in nvme_reset_ctrl_sync()
872 nvme_reset_ctrl(ctrl); in nvme_keep_alive_work()
3398 nvme_reset_ctrl(ctrl); in nvme_fw_act_work()
Dfc.c772 if (nvme_reset_ctrl(&ctrl->ctrl)) { in nvme_fc_ctrl_connectivity_loss()
2049 nvme_reset_ctrl(&ctrl->ctrl); in nvme_fc_error_recovery()
/Linux-v4.19/drivers/nvme/target/
Dloop.c146 nvme_reset_ctrl(&iod->queue->ctrl->ctrl); in nvme_loop_timeout()