Home
last modified time | relevance | path

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

/dpdk/lib/eal/include/
H A Drte_vfio.h59 #define VFIO_CAP_OFFSET(x) (x->cap_offset) macro
62 #define VFIO_CAP_OFFSET(x) (x->resv)
/dpdk/drivers/bus/pci/linux/
H A Dpci_vfio.c694 offset = VFIO_CAP_OFFSET(info); in pci_vfio_info_cap()