Home
last modified time | relevance | path

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

/dpdk/lib/eal/include/
H A Drte_vfio.h72 #define RTE_VFIO_CAP_MSIX_MAPPABLE VFIO_REGION_INFO_CAP_MSIX_MAPPABLE macro
74 #define RTE_VFIO_CAP_MSIX_MAPPABLE 3
/dpdk/drivers/bus/pci/linux/
H A Dpci_vfio.c714 ret = pci_vfio_info_cap(info, RTE_VFIO_CAP_MSIX_MAPPABLE) != NULL; in pci_vfio_msix_is_mappable()