Home
last modified time | relevance | path

Searched refs:NVME_CTRL_STOPPED (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/nvme/host/
Dnvme.h269 NVME_CTRL_STOPPED = 3, enumerator
Dcore.c4952 if (!test_and_set_bit(NVME_CTRL_STOPPED, &ctrl->flags)) in nvme_quiesce_io_queues()
4963 if (test_and_clear_bit(NVME_CTRL_STOPPED, &ctrl->flags)) in nvme_unquiesce_io_queues()