| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_pci.c | 27 for (; id_table->vendor_id != 0; id_table++) in pci_id_table_size_get() 51 const struct rte_pci_id *id_table) in pci_id_insert() argument 56 for (; id_table->vendor_id != 0; id_table++) { in pci_id_insert() 59 new_table[*next_idx] = *id_table; in pci_id_insert() 133 const struct rte_pci_id *id_table; in mlx5_dev_pci_match() local 138 for (id_table = drv->id_table; id_table->vendor_id != 0; in mlx5_dev_pci_match() 139 id_table++) { in mlx5_dev_pci_match() 142 id_table->vendor_id != RTE_PCI_ANY_ID) in mlx5_dev_pci_match() 147 if (id_table->subsystem_vendor_id != in mlx5_dev_pci_match() 151 if (id_table->subsystem_device_id != in mlx5_dev_pci_match() [all …]
|
| /dpdk/drivers/bus/pci/ |
| H A D | pci_common.c | 131 const struct rte_pci_id *id_table; in rte_pci_match() local 133 for (id_table = pci_drv->id_table; id_table->vendor_id != 0; in rte_pci_match() 134 id_table++) { in rte_pci_match() 136 if (id_table->vendor_id != pci_dev->id.vendor_id && in rte_pci_match() 137 id_table->vendor_id != RTE_PCI_ANY_ID) in rte_pci_match() 139 if (id_table->device_id != pci_dev->id.device_id && in rte_pci_match() 140 id_table->device_id != RTE_PCI_ANY_ID) in rte_pci_match() 142 if (id_table->subsystem_vendor_id != in rte_pci_match() 146 if (id_table->subsystem_device_id != in rte_pci_match() 150 if (id_table->class_id != pci_dev->id.class_id && in rte_pci_match() [all …]
|
| H A D | rte_bus_pci.h | 169 const struct rte_pci_id *id_table; /**< ID table, NULL terminated. */ member
|
| /dpdk/drivers/bus/vmbus/ |
| H A D | vmbus_common.c | 79 const rte_uuid_t *id_table; in vmbus_match() local 81 for (id_table = dr->id_table; !rte_uuid_is_null(*id_table); ++id_table) { in vmbus_match() 82 if (rte_uuid_compare(*id_table, dev->class_id) == 0) in vmbus_match()
|
| H A D | rte_bus_vmbus.h | 101 const rte_uuid_t *id_table; /**< ID table. */ member
|
| /dpdk/drivers/bus/ifpga/ |
| H A D | ifpga_bus.c | 268 const struct rte_afu_uuid *id_table; in rte_afu_match() local 270 for (id_table = afu_drv->id_table; in rte_afu_match() 271 ((id_table->uuid_low != 0) && (id_table->uuid_high != 0)); in rte_afu_match() 272 id_table++) { in rte_afu_match() 274 if ((id_table->uuid_low != afu_dev->id.uuid.uuid_low) || in rte_afu_match() 275 id_table->uuid_high != in rte_afu_match()
|
| H A D | rte_bus_ifpga.h | 112 const struct rte_afu_uuid *id_table; /**< AFU uuid within FPGA. */ member
|
| /dpdk/app/test/ |
| H A D | virtual_pmd.c | 509 struct rte_pci_id *id_table = NULL; in virtual_ethdev_create() local 526 id_table = rte_zmalloc_socket(name, sizeof(*id_table), 0, socket_id); in virtual_ethdev_create() 527 if (id_table == NULL) in virtual_ethdev_create() 529 id_table->device_id = 0xBEEF; in virtual_ethdev_create() 555 pci_drv->id_table = id_table; in virtual_ethdev_create() 604 rte_free(id_table); in virtual_ethdev_create()
|
| /dpdk/drivers/event/octeontx/ |
| H A D | ssovf_probe.c | 208 .id_table = pci_ssowvf_map, 284 .id_table = pci_ssovf_map,
|
| H A D | timvf_probe.c | 159 .id_table = pci_timvf_map,
|
| /dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev.c | 109 .id_table = pci_id_cpt_table,
|
| /dpdk/drivers/crypto/nitrox/ |
| H A D | nitrox_device.c | 117 .id_table = pci_id_nitrox_map,
|
| /dpdk/drivers/crypto/cnxk/ |
| H A D | cn9k_cryptodev.c | 151 .id_table = pci_id_cpt_table,
|
| H A D | cn10k_cryptodev.c | 151 .id_table = pci_id_cpt_table,
|
| /dpdk/drivers/net/virtio/ |
| H A D | virtio_pci_ethdev.c | 215 .id_table = pci_id_virtio_map,
|
| /dpdk/drivers/mempool/cnxk/ |
| H A D | cnxk_mempool.c | 184 .id_table = npa_pci_map,
|
| /dpdk/drivers/regex/mlx5/ |
| H A D | mlx5_regex.c | 173 .id_table = mlx5_regex_pci_id_map,
|
| /dpdk/drivers/net/cxgbe/ |
| H A D | cxgbevf_ethdev.c | 203 .id_table = cxgb4vf_pci_tbl,
|
| /dpdk/drivers/net/octeontx/base/ |
| H A D | octeontx_pkivf.c | 234 .id_table = pci_pkivf_map,
|
| /dpdk/drivers/event/dlb2/pf/ |
| H A D | dlb2_pf.c | 775 .id_table = pci_id_dlb2_map, 782 .id_table = pci_id_dlb2_5_map,
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cnxk_ethdev_sec.c | 322 .id_table = cnxk_nix_inl_pci_map,
|
| /dpdk/drivers/vdpa/sfc/ |
| H A D | sfc_vdpa.c | 354 .id_table = pci_id_sfc_vdpa_efx_map,
|
| /dpdk/drivers/crypto/ccp/ |
| H A D | rte_ccp_pmd.c | 331 .id_table = ccp_pci_id,
|
| /dpdk/drivers/raw/cnxk_bphy/ |
| H A D | cnxk_bphy_cgx.c | 325 .id_table = cnxk_bphy_cgx_map,
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x_ethdev.c | 792 .id_table = pci_id_bnx2x_map, 802 .id_table = pci_id_bnx2xvf_map,
|