Home
last modified time | relevance | path

Searched refs:NVME_CTRL_LIVE (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/nvme/host/
Dfabrics.h173 if (likely(ctrl->state == NVME_CTRL_LIVE || in nvmf_check_ready()
Dmultipath.c118 if (ns->ctrl->state != NVME_CTRL_LIVE || in __nvme_find_path()
140 return ns->ctrl->state == NVME_CTRL_LIVE && in nvme_path_is_optimized()
Dcore.c125 if (ctrl->state == NVME_CTRL_LIVE) in nvme_queue_scan()
146 if (ctrl->state != NVME_CTRL_LIVE && in nvme_reset_ctrl_sync()
302 case NVME_CTRL_LIVE: in nvme_change_ctrl_state()
316 case NVME_CTRL_LIVE: in nvme_change_ctrl_state()
336 case NVME_CTRL_LIVE: in nvme_change_ctrl_state()
363 if (changed && ctrl->state == NVME_CTRL_LIVE) in nvme_change_ctrl_state()
2510 case NVME_CTRL_LIVE: in nvme_dev_open()
2791 [NVME_CTRL_LIVE] = "live", in nvme_sysfs_show_state()
3272 if (ctrl->state != NVME_CTRL_LIVE) in nvme_scan_work()
3404 if (ctrl->state != NVME_CTRL_LIVE) in nvme_fw_act_work()
Dnvme.h139 NVME_CTRL_LIVE, enumerator
Drdma.c931 ctrl->ctrl.state == NVME_CTRL_LIVE); in nvme_rdma_reconnect_or_remove()
987 changed = nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_LIVE); in nvme_rdma_setup_ctrl()
1063 if (ctrl->ctrl.state == NVME_CTRL_LIVE) in nvme_rdma_wr_error()
Dfc.c764 case NVME_CTRL_LIVE: in nvme_fc_ctrl_connectivity_loss()
2040 if (ctrl->ctrl.state != NVME_CTRL_LIVE) in nvme_fc_error_recovery()
2680 changed = nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_LIVE); in nvme_fc_create_association()
Dpci.c2151 if (dev->ctrl.state == NVME_CTRL_LIVE || in nvme_dev_disable()
2247 enum nvme_ctrl_state new_state = NVME_CTRL_LIVE; in nvme_reset_work()
/Linux-v4.19/drivers/nvme/target/
Dloop.c437 if (ctrl->ctrl.state == NVME_CTRL_LIVE) in nvme_loop_shutdown_ctrl()
495 changed = nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_LIVE); in nvme_loop_reset_ctrl_work()
644 changed = nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_LIVE); in nvme_loop_create_ctrl()