Home
last modified time | relevance | path

Searched refs:PCI_CAP_ID_MSIX (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/pcie/
Dcap.h40 #define PCI_CAP_ID_MSIX 0x11U /**< MSI-X */ macro
/Zephyr-latest/drivers/pcie/host/
Dshell.c42 { PCI_CAP_ID_MSIX, "MSI-X" },
109 msi = pcie_get_cap(bdf, PCI_CAP_ID_MSIX); in show_msi()
Dmsi.c26 base_msix = pcie_get_cap(bdf, PCI_CAP_ID_MSIX); in pcie_msi_base()