Symbol: nvme_ctrl_state
drivers/nvme/host/apple.c
1030
enum nvme_ctrl_state state = nvme_ctrl_state(&anv->ctrl);
drivers/nvme/host/apple.c
838
enum nvme_ctrl_state state = nvme_ctrl_state(&anv->ctrl);
drivers/nvme/host/apple.c
923
if (nvme_ctrl_state(&anv->ctrl) != NVME_CTRL_LIVE) {
drivers/nvme/host/auth.c
962
if (nvme_ctrl_state(ctrl) != NVME_CTRL_LIVE)
drivers/nvme/host/core.c
1358
enum nvme_ctrl_state state = nvme_ctrl_state(ctrl);
drivers/nvme/host/core.c
163
if (nvme_ctrl_state(ctrl) == NVME_CTRL_LIVE && ctrl->tagset)
drivers/nvme/host/core.c
175
if (nvme_ctrl_state(ctrl) != NVME_CTRL_RESETTING)
drivers/nvme/host/core.c
188
if (nvme_ctrl_state(ctrl) != NVME_CTRL_CONNECTING)
drivers/nvme/host/core.c
232
if (nvme_ctrl_state(ctrl) != NVME_CTRL_LIVE)
drivers/nvme/host/core.c
3043
if (nvme_ctrl_state(ctrl) == NVME_CTRL_LIVE)
drivers/nvme/host/core.c
3808
switch (nvme_ctrl_state(ctrl)) {
drivers/nvme/host/core.c
4585
if (nvme_ctrl_state(ctrl) != NVME_CTRL_LIVE || !ctrl->tagset)
drivers/nvme/host/core.c
4664
if (nvme_ctrl_state(ctrl) == NVME_CTRL_DEAD)
drivers/nvme/host/core.c
4747
if (nvme_ctrl_state(ctrl) == NVME_CTRL_LIVE)
drivers/nvme/host/core.c
575
enum nvme_ctrl_state new_state)
drivers/nvme/host/core.c
577
enum nvme_ctrl_state old_state;
drivers/nvme/host/core.c
583
old_state = nvme_ctrl_state(ctrl);
drivers/nvme/host/core.c
679
return nvme_ctrl_state(ctrl) == NVME_CTRL_RESETTING;
drivers/nvme/host/core.c
775
enum nvme_ctrl_state state = nvme_ctrl_state(ctrl);
drivers/nvme/host/core.c
792
bool queue_live, enum nvme_ctrl_state state)
drivers/nvme/host/fabrics.h
184
enum nvme_ctrl_state state = nvme_ctrl_state(ctrl);
drivers/nvme/host/fc.c
2053
nvme_ctrl_state(&ctrl->ctrl) != NVME_CTRL_RESETTING)
drivers/nvme/host/fc.c
2501
enum nvme_ctrl_state state = nvme_ctrl_state(&ctrl->ctrl);
drivers/nvme/host/fc.c
3291
if (nvme_ctrl_state(&ctrl->ctrl) != NVME_CTRL_CONNECTING)
drivers/nvme/host/fc.c
554
switch (nvme_ctrl_state(&ctrl->ctrl)) {
drivers/nvme/host/multipath.c
227
if (nvme_ctrl_state(ns->ctrl) == NVME_CTRL_LIVE)
drivers/nvme/host/multipath.c
293
enum nvme_ctrl_state state = nvme_ctrl_state(ns->ctrl);
drivers/nvme/host/multipath.c
446
return nvme_ctrl_state(ns->ctrl) == NVME_CTRL_LIVE &&
drivers/nvme/host/multipath.c
486
switch (nvme_ctrl_state(ns->ctrl)) {
drivers/nvme/host/multipath.c
890
nvme_ctrl_state(ns->ctrl) == NVME_CTRL_LIVE)
drivers/nvme/host/multipath.c
992
if (nvme_ctrl_state(ctrl) != NVME_CTRL_LIVE)
drivers/nvme/host/nvme.h
338
enum nvme_ctrl_state state;
drivers/nvme/host/nvme.h
477
static inline enum nvme_ctrl_state nvme_ctrl_state(struct nvme_ctrl *ctrl)
drivers/nvme/host/nvme.h
847
switch (nvme_ctrl_state(ctrl)) {
drivers/nvme/host/nvme.h
884
enum nvme_ctrl_state new_state);
drivers/nvme/host/nvme.h
931
bool queue_live, enum nvme_ctrl_state state);
drivers/nvme/host/nvme.h
936
enum nvme_ctrl_state state = nvme_ctrl_state(ctrl);
drivers/nvme/host/pci.c
1832
switch (nvme_ctrl_state(&dev->ctrl)) {
drivers/nvme/host/pci.c
1935
switch (nvme_ctrl_state(&dev->ctrl)) {
drivers/nvme/host/pci.c
2212
if (nvme_ctrl_state(&dev->ctrl) != NVME_CTRL_CONNECTING) {
drivers/nvme/host/pci.c
3299
enum nvme_ctrl_state state = nvme_ctrl_state(&dev->ctrl);
drivers/nvme/host/pci.c
3392
if (nvme_ctrl_state(&dev->ctrl) != NVME_CTRL_RESETTING) {
drivers/nvme/host/pci.c
3971
if (nvme_ctrl_state(ctrl) != NVME_CTRL_LIVE)
drivers/nvme/host/rdma.c
1070
enum nvme_ctrl_state state = nvme_ctrl_state(&ctrl->ctrl);
drivers/nvme/host/rdma.c
1140
enum nvme_ctrl_state state = nvme_ctrl_state(&ctrl->ctrl);
drivers/nvme/host/rdma.c
1175
if (nvme_ctrl_state(&ctrl->ctrl) == NVME_CTRL_LIVE)
drivers/nvme/host/rdma.c
1968
if (nvme_ctrl_state(&ctrl->ctrl) != NVME_CTRL_LIVE) {
drivers/nvme/host/rdma.c
988
enum nvme_ctrl_state state = nvme_ctrl_state(&ctrl->ctrl);
drivers/nvme/host/sysfs.c
518
unsigned state = (unsigned)nvme_ctrl_state(ctrl);
drivers/nvme/host/tcp.c
2345
enum nvme_ctrl_state state = nvme_ctrl_state(ctrl);
drivers/nvme/host/tcp.c
2441
enum nvme_ctrl_state state = nvme_ctrl_state(ctrl);
drivers/nvme/host/tcp.c
2516
enum nvme_ctrl_state state = nvme_ctrl_state(ctrl);
drivers/nvme/host/tcp.c
2552
enum nvme_ctrl_state state = nvme_ctrl_state(ctrl);
drivers/nvme/host/tcp.c
2676
if (nvme_ctrl_state(ctrl) != NVME_CTRL_LIVE) {
drivers/nvme/target/loop.c
416
if (nvme_ctrl_state(&ctrl->ctrl) == NVME_CTRL_LIVE)
drivers/nvme/target/loop.c
450
enum nvme_ctrl_state state = nvme_ctrl_state(&ctrl->ctrl);