Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/disk/nvme/
Dnvme_controller.c325 const struct nvme_controller_config *nvme_ctrlr_cfg = dev->config; in nvme_controller_pcie_configure() local
330 if (nvme_ctrlr_cfg->pcie->bdf == PCIE_BDF_NONE) { in nvme_controller_pcie_configure()
336 PCIE_ID_TO_VEND(nvme_ctrlr_cfg->pcie->id), in nvme_controller_pcie_configure()
337 PCIE_ID_TO_DEV(nvme_ctrlr_cfg->pcie->id), in nvme_controller_pcie_configure()
338 PCIE_BDF_TO_BUS(nvme_ctrlr_cfg->pcie->bdf), in nvme_controller_pcie_configure()
339 PCIE_BDF_TO_DEV(nvme_ctrlr_cfg->pcie->bdf), in nvme_controller_pcie_configure()
340 PCIE_BDF_TO_FUNC(nvme_ctrlr_cfg->pcie->bdf)); in nvme_controller_pcie_configure()
342 if (!pcie_get_mbar(nvme_ctrlr_cfg->pcie->bdf, in nvme_controller_pcie_configure()
352 n_vectors = pcie_msi_vectors_allocate(nvme_ctrlr_cfg->pcie->bdf, in nvme_controller_pcie_configure()
363 if (!pcie_msi_enable(nvme_ctrlr_cfg->pcie->bdf, in nvme_controller_pcie_configure()
Dnvme_cmd.c488 const struct nvme_controller_config *nvme_ctrlr_cfg = in nvme_cmd_qpair_setup() local
509 if (!pcie_msi_vector_connect(nvme_ctrlr_cfg->pcie->bdf, in nvme_cmd_qpair_setup()