Lines Matching refs:nvme_controller
9 #define DT_DRV_COMPAT nvme_controller
28 struct nvme_controller *nvme_ctrlr = dev->data; in nvme_controller_wait_for_ready()
97 struct nvme_controller *nvme_ctrlr = dev->data; in nvme_controller_enable()
141 struct nvme_controller *nvme_ctrlr = dev->data; in nvme_controller_setup_admin_queues()
169 struct nvme_controller *nvme_ctrlr = dev->data; in nvme_controller_setup_io_queues()
257 struct nvme_controller *nvme_ctrlr = dev->data; in nvme_controller_gather_info()
326 struct nvme_controller *nvme_ctrlr = dev->data; in nvme_controller_pcie_configure()
372 static int nvme_controller_identify(struct nvme_controller *nvme_ctrlr) in nvme_controller_identify()
402 static void nvme_controller_setup_namespaces(struct nvme_controller *nvme_ctrlr) in nvme_controller_setup_namespaces()
420 struct nvme_controller *nvme_ctrlr = dev->data; in nvme_controller_init()
473 static struct nvme_controller nvme_ctrlr_data_##n = { \