Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/virtio/
H A Dvirtio_pci.c25 #define PCI_CAP_ID_MSIX 0x11 macro
370 if (cap.cap_vndr == PCI_CAP_ID_MSIX) { in virtio_read_caps()
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_pci.c25 #define PCI_CAP_ID_MSIX 0x11 macro
595 if (cap.cap_vndr == PCI_CAP_ID_MSIX) { in virtio_read_caps()
748 if (cap[0] == PCI_CAP_ID_MSIX) { in vtpci_msix_detect()
/f-stack/dpdk/drivers/bus/pci/linux/
H A Dpci_vfio.c105 if (cap_id != PCI_CAP_ID_MSIX) { in pci_vfio_get_msix_bar()
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.h39 #define PCIY_MSIX PCI_CAP_ID_MSIX
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_vf.c137 pos = hns3vf_find_pci_capability(device, PCI_CAP_ID_MSIX); in hns3vf_enable_msix()