Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
A Dmultipath.c172 if (nvme_ctrl_state(ns->ctrl) == NVME_CTRL_LIVE) in nvme_kick_requeue_lists()
247 if (state != NVME_CTRL_LIVE && state != NVME_CTRL_DELETING) in nvme_path_is_disabled()
391 return nvme_ctrl_state(ns->ctrl) == NVME_CTRL_LIVE && in nvme_path_is_optimized()
431 case NVME_CTRL_LIVE: in nvme_available_path()
765 nvme_ctrl_state(ns->ctrl) == NVME_CTRL_LIVE) in nvme_update_ns_ana_state()
847 if (nvme_ctrl_state(ctrl) != NVME_CTRL_LIVE) in nvme_ana_work()
A Dnvme.h248 NVME_CTRL_LIVE, enumerator
755 case NVME_CTRL_LIVE: in nvme_state_terminal()
844 if (likely(state == NVME_CTRL_LIVE)) in nvme_check_ready()
A Dcore.c157 if (nvme_ctrl_state(ctrl) == NVME_CTRL_LIVE && ctrl->tagset) in nvme_queue_scan()
226 if (nvme_ctrl_state(ctrl) != NVME_CTRL_LIVE) in nvme_reset_ctrl_sync()
563 case NVME_CTRL_LIVE: in nvme_change_ctrl_state()
577 case NVME_CTRL_LIVE: in nvme_change_ctrl_state()
596 case NVME_CTRL_LIVE: in nvme_change_ctrl_state()
637 if (new_state == NVME_CTRL_LIVE) { in nvme_change_ctrl_state()
1334 if (state == NVME_CTRL_LIVE || state == NVME_CTRL_CONNECTING) in nvme_keep_alive_finish()
2754 if (nvme_ctrl_state(ctrl) == NVME_CTRL_LIVE) in nvme_set_latency_tolerance()
3465 case NVME_CTRL_LIVE: in nvme_dev_open()
4362 if (nvme_ctrl_state(ctrl) == NVME_CTRL_LIVE) in nvme_async_event_work()
[all …]
A Dapple.c812 if (state == NVME_CTRL_LIVE || in apple_nvme_disable()
885 if (nvme_ctrl_state(&anv->ctrl) != NVME_CTRL_LIVE) { in apple_nvme_timeout()
1150 if (!nvme_change_ctrl_state(&anv->ctrl, NVME_CTRL_LIVE)) { in apple_nvme_reset_work()
A Drdma.c992 WARN_ON_ONCE(state == NVME_CTRL_NEW || state == NVME_CTRL_LIVE); in nvme_rdma_reconnect_or_remove()
1063 changed = nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_LIVE); in nvme_rdma_setup_ctrl()
1179 if (nvme_ctrl_state(&ctrl->ctrl) == NVME_CTRL_LIVE) in nvme_rdma_wr_error()
1973 if (nvme_ctrl_state(&ctrl->ctrl) != NVME_CTRL_LIVE) { in nvme_rdma_timeout()
A Dpci.c1170 nvme_change_ctrl_state(ctrl, NVME_CTRL_LIVE); in nvme_pci_subsystem_reset()
2645 if (state == NVME_CTRL_LIVE || state == NVME_CTRL_RESETTING) { in nvme_dev_disable()
2827 if (!nvme_change_ctrl_state(&dev->ctrl, NVME_CTRL_LIVE)) { in nvme_reset_work()
3146 if (!nvme_change_ctrl_state(&dev->ctrl, NVME_CTRL_LIVE)) { in nvme_probe()
3297 if (nvme_ctrl_state(ctrl) != NVME_CTRL_LIVE) in nvme_suspend()
A Dtcp.c2198 WARN_ON_ONCE(state == NVME_CTRL_NEW || state == NVME_CTRL_LIVE); in nvme_tcp_reconnect_or_remove()
2253 if (!nvme_change_ctrl_state(ctrl, NVME_CTRL_LIVE)) { in nvme_tcp_setup_ctrl()
2484 if (nvme_ctrl_state(ctrl) != NVME_CTRL_LIVE) { in nvme_tcp_timeout()
A Dsysfs.c369 [NVME_CTRL_LIVE] = "live", in nvme_sysfs_show_state()
A Dfc.c791 case NVME_CTRL_LIVE: in nvme_fc_ctrl_connectivity_loss()
2554 if (ctrl->ctrl.state != NVME_CTRL_LIVE) in nvme_fc_error_recovery()
3176 changed = nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_LIVE); in nvme_fc_create_association()
A Dauth.c899 if (nvme_ctrl_state(ctrl) != NVME_CTRL_LIVE) in nvme_ctrl_auth_work()
/linux/drivers/nvme/target/
A Dloop.c416 if (nvme_ctrl_state(&ctrl->ctrl) == NVME_CTRL_LIVE) in nvme_loop_shutdown_ctrl()
474 if (!nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_LIVE)) in nvme_loop_reset_ctrl_work()
612 if (!nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_LIVE)) in nvme_loop_create_ctrl()

Completed in 64 milliseconds