Symbol: nvme_change_ctrl_state
drivers/nvme/host/apple.c
1171
if (!nvme_change_ctrl_state(&anv->ctrl, NVME_CTRL_CONNECTING)) {
drivers/nvme/host/apple.c
1208
if (!nvme_change_ctrl_state(&anv->ctrl, NVME_CTRL_LIVE)) {
drivers/nvme/host/apple.c
1226
nvme_change_ctrl_state(&anv->ctrl, NVME_CTRL_DELETING);
drivers/nvme/host/apple.c
1641
nvme_change_ctrl_state(&anv->ctrl, NVME_CTRL_DELETING);
drivers/nvme/host/core.c
217
if (!nvme_change_ctrl_state(ctrl, NVME_CTRL_RESETTING))
drivers/nvme/host/core.c
261
if (!nvme_change_ctrl_state(ctrl, NVME_CTRL_DELETING))
drivers/nvme/host/core.c
276
if (nvme_change_ctrl_state(ctrl, NVME_CTRL_DELETING))
drivers/nvme/host/core.c
4578
nvme_change_ctrl_state(ctrl, NVME_CTRL_DELETING_NOIO);
drivers/nvme/host/core.c
4729
if (!nvme_change_ctrl_state(ctrl, NVME_CTRL_CONNECTING) ||
drivers/nvme/host/core.c
4730
!nvme_change_ctrl_state(ctrl, NVME_CTRL_LIVE))
drivers/nvme/host/core.c
4766
if (nvme_change_ctrl_state(ctrl, NVME_CTRL_RESETTING)) {
drivers/nvme/host/core.c
650
EXPORT_SYMBOL_GPL(nvme_change_ctrl_state);
drivers/nvme/host/core.c
659
nvme_change_ctrl_state(ctrl, NVME_CTRL_RESETTING) ||
drivers/nvme/host/fc.c
3146
if (!nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_LIVE)) {
drivers/nvme/host/fc.c
3337
if (!nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_CONNECTING))
drivers/nvme/host/fc.c
3561
if (!nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_CONNECTING)) {
drivers/nvme/host/fc.c
3583
nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_DELETING);
drivers/nvme/host/nvme.h
864
bool nvme_change_ctrl_state(struct nvme_ctrl *ctrl,
drivers/nvme/host/pci.c
1688
if (!nvme_change_ctrl_state(ctrl, NVME_CTRL_RESETTING)) {
drivers/nvme/host/pci.c
1695
if (!nvme_change_ctrl_state(ctrl, NVME_CTRL_CONNECTING) ||
drivers/nvme/host/pci.c
1696
!nvme_change_ctrl_state(ctrl, NVME_CTRL_LIVE))
drivers/nvme/host/pci.c
1864
nvme_change_ctrl_state(&dev->ctrl, NVME_CTRL_DELETING);
drivers/nvme/host/pci.c
1906
nvme_change_ctrl_state(&dev->ctrl, NVME_CTRL_DELETING);
drivers/nvme/host/pci.c
1972
if (!nvme_change_ctrl_state(&dev->ctrl, NVME_CTRL_RESETTING)) {
drivers/nvme/host/pci.c
3383
if (!nvme_change_ctrl_state(&dev->ctrl, NVME_CTRL_CONNECTING)) {
drivers/nvme/host/pci.c
3435
if (!nvme_change_ctrl_state(&dev->ctrl, NVME_CTRL_LIVE)) {
drivers/nvme/host/pci.c
3454
nvme_change_ctrl_state(&dev->ctrl, NVME_CTRL_DELETING);
drivers/nvme/host/pci.c
3459
nvme_change_ctrl_state(&dev->ctrl, NVME_CTRL_DEAD);
drivers/nvme/host/pci.c
3748
if (!nvme_change_ctrl_state(&dev->ctrl, NVME_CTRL_CONNECTING)) {
drivers/nvme/host/pci.c
3785
if (!nvme_change_ctrl_state(&dev->ctrl, NVME_CTRL_LIVE)) {
drivers/nvme/host/pci.c
3800
nvme_change_ctrl_state(&dev->ctrl, NVME_CTRL_DELETING);
drivers/nvme/host/pci.c
3855
nvme_change_ctrl_state(&dev->ctrl, NVME_CTRL_DELETING);
drivers/nvme/host/pci.c
3859
nvme_change_ctrl_state(&dev->ctrl, NVME_CTRL_DEAD);
drivers/nvme/host/pci.c
4021
if (!nvme_change_ctrl_state(&dev->ctrl, NVME_CTRL_RESETTING)) {
drivers/nvme/host/rdma.c
1063
changed = nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_LIVE);
drivers/nvme/host/rdma.c
1136
if (!nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_CONNECTING)) {
drivers/nvme/host/rdma.c
1150
if (!nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_RESETTING))
drivers/nvme/host/rdma.c
2175
if (!nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_CONNECTING)) {
drivers/nvme/host/rdma.c
2326
changed = nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_CONNECTING);
drivers/nvme/host/tcp.c
2414
if (!nvme_change_ctrl_state(ctrl, NVME_CTRL_LIVE)) {
drivers/nvme/host/tcp.c
2491
if (!nvme_change_ctrl_state(ctrl, NVME_CTRL_CONNECTING)) {
drivers/nvme/host/tcp.c
2527
if (!nvme_change_ctrl_state(ctrl, NVME_CTRL_CONNECTING)) {
drivers/nvme/host/tcp.c
2985
if (!nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_CONNECTING)) {
drivers/nvme/host/tcp.c
615
if (!nvme_change_ctrl_state(ctrl, NVME_CTRL_RESETTING))
drivers/nvme/target/loop.c
460
if (!nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_CONNECTING)) {
drivers/nvme/target/loop.c
485
if (!nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_LIVE))
drivers/nvme/target/loop.c
587
if (!nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_CONNECTING))
drivers/nvme/target/loop.c
623
if (!nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_LIVE))