Home
last modified time | relevance | path

Searched refs:NVME_CTRL_CONNECTING (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/nvme/host/
H A Dcore.c188 if (nvme_ctrl_state(ctrl) != NVME_CTRL_CONNECTING) in nvme_failfast_work()
575 case NVME_CTRL_CONNECTING: in nvme_change_ctrl_state()
592 case NVME_CTRL_CONNECTING: in nvme_change_ctrl_state()
606 case NVME_CTRL_CONNECTING: in nvme_change_ctrl_state()
646 if (old_state == NVME_CTRL_CONNECTING) in nvme_change_ctrl_state()
649 } else if (new_state == NVME_CTRL_CONNECTING && in nvme_change_ctrl_state()
803 case NVME_CTRL_CONNECTING: in __nvme_check_ready()
1372 if (state == NVME_CTRL_LIVE || state == NVME_CTRL_CONNECTING) in nvme_keep_alive_end_io()
4766 if (!nvme_change_ctrl_state(ctrl, NVME_CTRL_CONNECTING) || in nvme_fw_act_work()
H A Dnvme.h309 NVME_CTRL_CONNECTING, enumerator
838 case NVME_CTRL_CONNECTING: in nvme_state_terminal()
H A Drdma.c991 if (state != NVME_CTRL_CONNECTING) { in nvme_rdma_reconnect_or_remove()
1136 if (!nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_CONNECTING)) { in nvme_rdma_error_recovery_work()
2175 if (!nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_CONNECTING)) { in nvme_rdma_reset_ctrl_work()
2334 changed = nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_CONNECTING); in nvme_rdma_create_ctrl()
H A Dpci.c1695 if (!nvme_change_ctrl_state(ctrl, NVME_CTRL_CONNECTING) || in nvme_pci_subsystem_reset()
1803 case NVME_CTRL_CONNECTING: in nvme_should_reset()
1905 case NVME_CTRL_CONNECTING: in nvme_timeout()
2181 if (nvme_ctrl_state(&dev->ctrl) != NVME_CTRL_CONNECTING) { in nvme_setup_io_queues_trylock()
3384 if (!nvme_change_ctrl_state(&dev->ctrl, NVME_CTRL_CONNECTING)) { in nvme_reset_work()
3749 if (!nvme_change_ctrl_state(&dev->ctrl, NVME_CTRL_CONNECTING)) { in nvme_probe()
H A Dfc.c556 case NVME_CTRL_CONNECTING: in nvme_fc_resume_controller()
2510 if (state == NVME_CTRL_CONNECTING) { in nvme_fc_error_recovery()
3284 if (nvme_ctrl_state(&ctrl->ctrl) != NVME_CTRL_CONNECTING) in nvme_fc_reconnect_or_delete()
3337 if (!nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_CONNECTING)) in nvme_fc_reset_ctrl_work()
3561 if (!nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_CONNECTING)) { in nvme_fc_init_ctrl()
H A Dtcp.c2341 if (state != NVME_CTRL_CONNECTING) { in nvme_tcp_reconnect_or_remove()
2505 if (!nvme_change_ctrl_state(ctrl, NVME_CTRL_CONNECTING)) { in nvme_tcp_error_recovery_work()
2541 if (!nvme_change_ctrl_state(ctrl, NVME_CTRL_CONNECTING)) { in nvme_reset_ctrl_work()
2999 if (!nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_CONNECTING)) { in nvme_tcp_create_ctrl()
H A Dsysfs.c426 [NVME_CTRL_CONNECTING] = "connecting", in nvme_sysfs_show_state()
H A Dmultipath.c475 case NVME_CTRL_CONNECTING: in nvme_available_path()
H A Dapple.c1171 if (!nvme_change_ctrl_state(&anv->ctrl, NVME_CTRL_CONNECTING)) { in apple_nvme_reset_work()