Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/nvme/target/
Dloop.c467 if (!nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_CONNECTING)) { in nvme_loop_reset_ctrl_work()
603 if (!nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_CONNECTING)) in nvme_loop_create_ctrl()
/Linux-v5.15/drivers/nvme/host/
Dcore.c170 if (ctrl->state != NVME_CTRL_CONNECTING) in nvme_failfast_work()
449 case NVME_CTRL_CONNECTING: in nvme_change_ctrl_state()
466 case NVME_CTRL_CONNECTING: in nvme_change_ctrl_state()
480 case NVME_CTRL_CONNECTING: in nvme_change_ctrl_state()
520 if (old_state == NVME_CTRL_CONNECTING) in nvme_change_ctrl_state()
523 } else if (ctrl->state == NVME_CTRL_CONNECTING && in nvme_change_ctrl_state()
540 case NVME_CTRL_CONNECTING: in nvme_state_terminal()
707 case NVME_CTRL_CONNECTING: in __nvme_check_ready()
1243 ctrl->state == NVME_CTRL_CONNECTING) in nvme_keep_alive_end_io()
3317 [NVME_CTRL_CONNECTING] = "connecting", in nvme_sysfs_show_state()
Dfc.c561 case NVME_CTRL_CONNECTING: in nvme_fc_resume_controller()
813 case NVME_CTRL_CONNECTING: in nvme_fc_ctrl_connectivity_loss()
2530 if (ctrl->ctrl.state == NVME_CTRL_CONNECTING) { in nvme_fc_error_recovery()
3282 if (ctrl->ctrl.state != 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()
3558 !nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_CONNECTING)) { in nvme_fc_init_ctrl()
Dtcp.c1980 if (ctrl->state != NVME_CTRL_CONNECTING) { in nvme_tcp_reconnect_or_remove()
2106 if (!nvme_change_ctrl_state(ctrl, NVME_CTRL_CONNECTING)) { in nvme_tcp_error_recovery_work()
2143 if (!nvme_change_ctrl_state(ctrl, NVME_CTRL_CONNECTING)) { in nvme_reset_ctrl_work()
2577 if (!nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_CONNECTING)) { in nvme_tcp_create_ctrl()
Drdma.c1072 if (ctrl->ctrl.state != NVME_CTRL_CONNECTING) { in nvme_rdma_reconnect_or_remove()
1198 if (!nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_CONNECTING)) { in nvme_rdma_error_recovery_work()
2255 if (!nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_CONNECTING)) { in nvme_rdma_reset_ctrl_work()
2380 changed = nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_CONNECTING); in nvme_rdma_create_ctrl()
Dnvme.h216 NVME_CTRL_CONNECTING, enumerator
Dpci.c1213 case NVME_CTRL_CONNECTING: in nvme_should_reset()
1294 case NVME_CTRL_CONNECTING: in nvme_timeout()
1570 if (dev->ctrl.state != NVME_CTRL_CONNECTING) { in nvme_setup_io_queues_trylock()
2754 if (!nvme_change_ctrl_state(&dev->ctrl, NVME_CTRL_CONNECTING)) { in nvme_reset_work()
Dmultipath.c305 case NVME_CTRL_CONNECTING: in nvme_available_path()