Home
last modified time | relevance | path

Searched refs:PCI_CAPABILITY_LIST (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/crypto/virtio/
H A Dvirtio_pci.c23 #define PCI_CAPABILITY_LIST 0x34 macro
356 ret = rte_pci_read_config(dev, &pos, 1, PCI_CAPABILITY_LIST); in virtio_read_caps()
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_pci.c23 #define PCI_CAPABILITY_LIST 0x34 macro
579 ret = rte_pci_read_config(dev, &pos, 1, PCI_CAPABILITY_LIST); in virtio_read_caps()
730 ret = rte_pci_read_config(dev, &pos, 1, PCI_CAPABILITY_LIST); in vtpci_msix_detect()
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dadapter.h535 #define PCI_CAPABILITY_LIST 0x34 macro
653 t4_os_pci_read_cfg(adapter, PCI_CAPABILITY_LIST, &pos); in t4_os_find_pci_capability()
/f-stack/dpdk/drivers/vdpa/ifc/base/
H A Difcvf.c42 ret = PCI_READ_CONFIG_BYTE(dev, &pos, PCI_CAPABILITY_LIST); in ifcvf_init_hw()
/f-stack/dpdk/drivers/bus/pci/linux/
H A Dpci_vfio.c79 PCI_CAPABILITY_LIST); in pci_vfio_get_msix_bar()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_vf.c97 PCI_CAPABILITY_LIST); in hns3vf_find_pci_capability()
100 PCI_CAPABILITY_LIST); in hns3vf_find_pci_capability()
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c9613 pci_read(sc, PCI_CAPABILITY_LIST, &pci_cap.next, 1);