Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/host/
H A Dcore.c2135 static void nvme_configure_opal(struct nvme_ctrl *ctrl, bool was_suspended) in nvme_configure_opal() argument
2140 else if (was_suspended) in nvme_configure_opal()
2148 static void nvme_configure_opal(struct nvme_ctrl *ctrl, bool was_suspended) in nvme_configure_opal() argument
3185 int nvme_init_ctrl_finish(struct nvme_ctrl *ctrl, bool was_suspended) in nvme_init_ctrl_finish() argument
3216 nvme_configure_opal(ctrl, was_suspended); in nvme_init_ctrl_finish()
H A Dnvme.h809 int nvme_init_ctrl_finish(struct nvme_ctrl *ctrl, bool was_suspended);