Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dmultipath.c153 if (ns->ctrl->state != NVME_CTRL_LIVE && in nvme_path_is_disabled()
256 return ns->ctrl->state == NVME_CTRL_LIVE && in nvme_path_is_optimized()
282 case NVME_CTRL_LIVE: in nvme_available_path()
497 ns->ctrl->state == NVME_CTRL_LIVE) in nvme_update_ns_ana_state()
578 if (ctrl->state != NVME_CTRL_LIVE) in nvme_ana_work()
H A Dfabrics.h186 if (likely(ctrl->state == NVME_CTRL_LIVE || in nvmf_check_ready()
H A Dcore.c130 if (ctrl->state == NVME_CTRL_LIVE && ctrl->tagset) in nvme_queue_scan()
167 if (ctrl->state != NVME_CTRL_LIVE) in nvme_reset_ctrl_sync()
385 case NVME_CTRL_LIVE: in nvme_change_ctrl_state()
399 case NVME_CTRL_LIVE: in nvme_change_ctrl_state()
418 case NVME_CTRL_LIVE: in nvme_change_ctrl_state()
456 if (changed && ctrl->state == NVME_CTRL_LIVE) in nvme_change_ctrl_state()
469 case NVME_CTRL_LIVE: in nvme_state_terminal()
1182 if (ctrl->state == NVME_CTRL_LIVE || in nvme_keep_alive_end_io()
2669 if (ctrl->state == NVME_CTRL_LIVE) in nvme_set_latency_tolerance()
3260 case NVME_CTRL_LIVE: in nvme_dev_open()
[all …]
H A Drdma.c1090 ctrl->ctrl.state == NVME_CTRL_LIVE); in nvme_rdma_reconnect_or_remove()
1148 changed = nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_LIVE); in nvme_rdma_setup_ctrl()
1252 if (ctrl->ctrl.state == NVME_CTRL_LIVE) in nvme_rdma_wr_error()
2020 if (ctrl->ctrl.state != NVME_CTRL_LIVE) { in nvme_rdma_timeout()
H A Dnvme.h229 NVME_CTRL_LIVE, enumerator
H A Dtcp.c2005 ctrl->state == NVME_CTRL_LIVE); in nvme_tcp_reconnect_or_remove()
2052 if (!nvme_change_ctrl_state(ctrl, NVME_CTRL_LIVE)) { in nvme_tcp_setup_ctrl()
2279 if (ctrl->state != NVME_CTRL_LIVE) { in nvme_tcp_timeout()
H A Dpci.c2484 if (dev->ctrl.state == NVME_CTRL_LIVE || in nvme_dev_disable()
2718 if (!nvme_change_ctrl_state(&dev->ctrl, NVME_CTRL_LIVE)) { in nvme_reset_work()
3088 if (ctrl->state != NVME_CTRL_LIVE) in nvme_suspend()
H A Dfc.c797 case NVME_CTRL_LIVE: in nvme_fc_ctrl_connectivity_loss()
2536 if (ctrl->ctrl.state != NVME_CTRL_LIVE) in nvme_fc_error_recovery()
3153 changed = nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_LIVE); in nvme_fc_create_association()
/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dloop.c420 if (ctrl->ctrl.state == NVME_CTRL_LIVE) in nvme_loop_shutdown_ctrl()
478 if (!nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_LIVE)) in nvme_loop_reset_ctrl_work()
628 if (!nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_LIVE)) in nvme_loop_create_ctrl()