Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_vfio.h71 #define RTE_VFIO_CAP_MSIX_MAPPABLE VFIO_REGION_INFO_CAP_MSIX_MAPPABLE macro
73 #define RTE_VFIO_CAP_MSIX_MAPPABLE 3
/f-stack/dpdk/drivers/bus/pci/linux/
H A Dpci_vfio.c688 ret = pci_vfio_info_cap(info, RTE_VFIO_CAP_MSIX_MAPPABLE) != NULL; in pci_vfio_msix_is_mappable()