| /f-stack/dpdk/lib/librte_eventdev/ |
| H A D | rte_eventdev_pmd_pci.h | 41 rte_event_pmd_pci_probe_named(struct rte_pci_driver *pci_drv, in rte_event_pmd_pci_probe_named() argument 79 " failed", pci_drv->driver.name, in rte_event_pmd_pci_probe_named() 94 rte_event_pmd_pci_probe(struct rte_pci_driver *pci_drv, in rte_event_pmd_pci_probe() argument 104 return rte_event_pmd_pci_probe_named(pci_drv, in rte_event_pmd_pci_probe()
|
| /f-stack/dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev.c | 30 otx_cpt_pci_probe(struct rte_pci_driver *pci_drv, in otx_cpt_pci_probe() argument 37 if (pci_drv == NULL) in otx_cpt_pci_probe() 47 cryptodev->device->driver = &pci_drv->driver; in otx_cpt_pci_probe() 60 pci_drv->driver.name, in otx_cpt_pci_probe()
|
| /f-stack/dpdk/app/test/ |
| H A D | virtual_pmd.c | 516 struct rte_pci_driver *pci_drv = NULL; in virtual_ethdev_create() local 530 pci_drv = rte_zmalloc_socket(name, sizeof(*pci_drv), 0, socket_id); in virtual_ethdev_create() 531 if (pci_drv == NULL) in virtual_ethdev_create() 562 pci_drv->driver.name = virtual_ethdev_driver_name; in virtual_ethdev_create() 563 pci_drv->id_table = id_table; in virtual_ethdev_create() 566 pci_drv->drv_flags |= RTE_PCI_DRV_INTR_LSC; in virtual_ethdev_create() 568 pci_drv->drv_flags &= ~RTE_PCI_DRV_INTR_LSC; in virtual_ethdev_create() 572 eth_dev->device->driver = &pci_drv->driver; in virtual_ethdev_create() 599 pci_dev->device.driver = &pci_drv->driver; in virtual_ethdev_create() 611 rte_free(pci_drv); in virtual_ethdev_create()
|
| /f-stack/dpdk/drivers/bus/pci/ |
| H A D | rte_bus_pci.h | 265 #define RTE_PMD_REGISTER_PCI(nm, pci_drv) \ argument 268 (pci_drv).driver.name = RTE_STR(nm);\ 269 rte_pci_register(&pci_drv); \
|
| H A D | private.h | 223 rte_pci_match(const struct rte_pci_driver *pci_drv, 234 pci_device_iova_mode(const struct rte_pci_driver *pci_drv,
|
| H A D | pci_common.c | 127 rte_pci_match(const struct rte_pci_driver *pci_drv, in rte_pci_match() argument 132 for (id_table = pci_drv->id_table; id_table->vendor_id != 0; in rte_pci_match()
|
| /f-stack/dpdk/drivers/event/octeontx/ |
| H A D | ssovf_probe.c | 138 ssowvf_probe(struct rte_pci_driver *pci_drv, struct rte_pci_device *pci_dev) in ssowvf_probe() argument 145 RTE_SET_USED(pci_drv); in ssowvf_probe() 218 ssovf_probe(struct rte_pci_driver *pci_drv, struct rte_pci_device *pci_dev) in ssovf_probe() argument 226 RTE_SET_USED(pci_drv); in ssovf_probe()
|
| H A D | timvf_probe.c | 103 timvf_probe(struct rte_pci_driver *pci_drv, struct rte_pci_device *pci_dev) in timvf_probe() argument 109 RTE_SET_USED(pci_drv); in timvf_probe()
|
| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_pci.c | 225 drivers_probe(struct mlx5_pci_device *dev, struct rte_pci_driver *pci_drv, in drivers_probe() argument 246 ret = driver->pci_driver.probe(pci_drv, pci_dev); in drivers_probe() 276 mlx5_common_pci_probe(struct rte_pci_driver *pci_drv __rte_unused, in mlx5_common_pci_probe() 308 ret = drivers_probe(dev, pci_drv, pci_dev, user_classes); in mlx5_common_pci_probe()
|
| /f-stack/dpdk/drivers/net/octeontx/base/ |
| H A D | octeontx_pkivf.c | 184 pkivf_probe(struct rte_pci_driver *pci_drv, struct rte_pci_device *pci_dev) in pkivf_probe() argument 193 RTE_SET_USED(pci_drv); in pkivf_probe()
|
| H A D | octeontx_pkovf.c | 573 pkovf_probe(struct rte_pci_driver *pci_drv, struct rte_pci_device *pci_dev) in pkovf_probe() argument 583 RTE_SET_USED(pci_drv); in pkovf_probe()
|
| /f-stack/dpdk/drivers/crypto/nitrox/ |
| H A D | nitrox_device.c | 66 nitrox_pci_probe(struct rte_pci_driver *pci_drv __rte_unused, in nitrox_pci_probe()
|
| /f-stack/dpdk/drivers/crypto/octeontx2/ |
| H A D | otx2_cryptodev.c | 41 otx2_cpt_pci_probe(struct rte_pci_driver *pci_drv __rte_unused, in otx2_cpt_pci_probe()
|
| /f-stack/dpdk/drivers/event/skeleton/ |
| H A D | skeleton_eventdev.c | 403 event_skeleton_pci_probe(struct rte_pci_driver *pci_drv, in event_skeleton_pci_probe() argument 406 return rte_event_pmd_pci_probe(pci_drv, pci_dev, in event_skeleton_pci_probe()
|
| /f-stack/dpdk/drivers/mempool/octeontx2/ |
| H A D | otx2_mempool.c | 421 npa_probe(struct rte_pci_driver *pci_drv, struct rte_pci_device *pci_dev) in npa_probe() argument 423 RTE_SET_USED(pci_drv); in npa_probe()
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x_ethdev.c | 779 static int eth_bnx2x_pci_probe(struct rte_pci_driver *pci_drv, in eth_bnx2x_pci_probe() argument 782 if (pci_drv == &rte_bnx2x_pmd) in eth_bnx2x_pci_probe() 785 else if (pci_drv == &rte_bnx2xvf_pmd) in eth_bnx2x_pci_probe()
|
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | cxgbevf_ethdev.c | 195 static int eth_cxgbevf_pci_probe(struct rte_pci_driver *pci_drv __rte_unused, in eth_cxgbevf_pci_probe()
|
| /f-stack/dpdk/drivers/event/dlb2/pf/ |
| H A D | dlb2_pf.c | 687 event_dlb2_pci_probe(struct rte_pci_driver *pci_drv, in event_dlb2_pci_probe() argument 692 ret = rte_event_pmd_pci_probe_named(pci_drv, pci_dev, in event_dlb2_pci_probe()
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4.c | 759 mlx4_pci_probe(struct rte_pci_driver *pci_drv, struct rte_pci_device *pci_dev) in mlx4_pci_probe() argument 775 (void)pci_drv; in mlx4_pci_probe() 782 MLX4_ASSERT(pci_drv == &mlx4_driver); in mlx4_pci_probe()
|
| /f-stack/dpdk/drivers/event/dlb/pf/ |
| H A D | dlb_pf.c | 730 event_dlb_pci_probe(struct rte_pci_driver *pci_drv, in event_dlb_pci_probe() argument 733 return rte_event_pmd_pci_probe_named(pci_drv, pci_dev, in event_dlb_pci_probe()
|
| /f-stack/dpdk/drivers/mempool/octeontx/ |
| H A D | octeontx_fpavf.c | 775 fpavf_probe(struct rte_pci_driver *pci_drv, struct rte_pci_device *pci_dev) in fpavf_probe() argument 781 RTE_SET_USED(pci_drv); in fpavf_probe()
|
| /f-stack/dpdk/drivers/raw/octeontx2_ep/ |
| H A D | otx2_ep_rawdev.c | 261 otx2_sdp_rawdev_probe(struct rte_pci_driver *pci_drv __rte_unused, in otx2_sdp_rawdev_probe()
|
| /f-stack/dpdk/drivers/regex/mlx5/ |
| H A D | mlx5_regex.c | 113 mlx5_regex_pci_probe(struct rte_pci_driver *pci_drv __rte_unused, in mlx5_regex_pci_probe()
|
| /f-stack/dpdk/drivers/common/qat/ |
| H A D | qat_device.c | 310 static int qat_pci_probe(struct rte_pci_driver *pci_drv __rte_unused, in qat_pci_probe()
|
| /f-stack/dpdk/drivers/raw/octeontx2_dma/ |
| H A D | otx2_dpi_rawdev.c | 348 otx2_dpi_rawdev_probe(struct rte_pci_driver *pci_drv __rte_unused, in otx2_dpi_rawdev_probe()
|