Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dcore.c2579 static void nvme_configure_opal(struct nvme_ctrl *ctrl, bool was_suspended) in nvme_configure_opal() argument
2584 else if (was_suspended) in nvme_configure_opal()
2592 static void nvme_configure_opal(struct nvme_ctrl *ctrl, bool was_suspended) in nvme_configure_opal() argument
3664 int nvme_init_ctrl_finish(struct nvme_ctrl *ctrl, bool was_suspended) in nvme_init_ctrl_finish() argument
3706 nvme_configure_opal(ctrl, was_suspended); in nvme_init_ctrl_finish()
H A Dnvme.h874 int nvme_init_ctrl_finish(struct nvme_ctrl *ctrl, bool was_suspended);