| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_pci.c | 134 for (id_table = drv->pci_driver.id_table; id_table->vendor_id != 0; in mlx5_bus_match() 137 if (id_table->vendor_id != pci_dev->id.vendor_id && in mlx5_bus_match() 138 id_table->vendor_id != PCI_ANY_ID) in mlx5_bus_match() 424 for (; id_table->vendor_id != 0; id_table++) in pci_id_table_size_get() 438 id->vendor_id == table[i].vendor_id && in pci_id_exists() 453 for (; id_table->vendor_id != 0; id_table++) { in pci_id_insert() 482 for (id_iter = driver_id_table; id_iter->vendor_id != 0; in pci_ids_table_update() 487 for (id_iter = old_table; id_iter->vendor_id != 0; in pci_ids_table_update() 494 updated_table[i].vendor_id = 0; in pci_ids_table_update() 518 .vendor_id = 0 in mlx5_common_pci_init()
|
| /f-stack/dpdk/drivers/net/ionic/ |
| H A D | ionic_mac_api.c | 39 if (hw->vendor_id != IONIC_PENSANDO_VENDOR_ID) { in ionic_set_mac_type() 41 hw->vendor_id); in ionic_set_mac_type()
|
| H A D | ionic.h | 42 uint16_t vendor_id; member
|
| /f-stack/dpdk/drivers/bus/pci/ |
| H A D | pci_common.c | 132 for (id_table = pci_drv->id_table; id_table->vendor_id != 0; in rte_pci_match() 135 if (id_table->vendor_id != pci_dev->id.vendor_id && in rte_pci_match() 136 id_table->vendor_id != PCI_ANY_ID) in rte_pci_match() 204 RTE_LOG(DEBUG, EAL, " probe driver: %x:%x %s\n", dev->id.vendor_id, in rte_pci_probe_one_driver() 239 dr->driver.name, dev->id.vendor_id, dev->id.device_id, in rte_pci_probe_one_driver() 283 RTE_LOG(DEBUG, EAL, " remove driver: %x:%x %s\n", dev->id.vendor_id, in rte_pci_detach_dev() 370 fprintf(f, " - vendor:%x device:%x\n", dev->id.vendor_id, in pci_dump_one_device()
|
| H A D | rte_bus_pci.h | 109 .vendor_id = (vend), \
|
| /f-stack/dpdk/drivers/event/skeleton/ |
| H A D | skeleton_eventdev.c | 370 skel->vendor_id = pci_dev->id.vendor_id; in skeleton_eventdev_init() 375 pci_dev->id.vendor_id, pci_dev->id.device_id, in skeleton_eventdev_init() 381 skel->vendor_id, skel->device_id); in skeleton_eventdev_init() 398 .vendor_id = 0,
|
| H A D | skeleton_eventdev.h | 26 uint16_t vendor_id; member
|
| /f-stack/dpdk/drivers/bus/pci/windows/ |
| H A D | pci.c | 275 uint16_t vendor_id, device_id; in parse_pci_hardware_id() local 279 PRIx32, &vendor_id, &device_id, &subvendor_id); in parse_pci_hardware_id() 283 pci_id->vendor_id = vendor_id; in parse_pci_hardware_id()
|
| /f-stack/dpdk/drivers/net/fm10k/base/ |
| H A D | fm10k_api.c | 21 if (hw->vendor_id != FM10K_INTEL_VENDOR_ID) { in fm10k_set_mac_type() 23 "Unsupported vendor id: %x\n", hw->vendor_id); in fm10k_set_mac_type()
|
| /f-stack/dpdk/lib/librte_pci/ |
| H A D | rte_pci.h | 81 uint16_t vendor_id; /**< Vendor ID or PCI_ANY_ID. */ member
|
| /f-stack/dpdk/drivers/raw/ifpga/ |
| H A D | ifpga_rawdev.c | 66 { .vendor_id = 0, /* sentinel */ }, 187 uint32_t *dev_id, uint32_t *vendor_id) in ifpga_get_dev_vendor_id() argument 205 (*vendor_id) = header & 0xffff; in ifpga_get_dev_vendor_id() 227 uint32_t dev_id, vendor_id; in ifpga_rawdev_fill_info() local 307 &dev_id, &vendor_id)) in ifpga_rawdev_fill_info() 309 if (vendor_id == 0x8086 && in ifpga_rawdev_fill_info() 1490 data->vendor_id = pci_dev->id.vendor_id; in ifpga_rawdev_create()
|
| /f-stack/dpdk/drivers/event/octeontx/ |
| H A D | ssovf_probe.c | 203 .vendor_id = 0, 279 .vendor_id = 0,
|
| H A D | timvf_probe.c | 154 .vendor_id = 0,
|
| /f-stack/dpdk/lib/librte_eventdev/ |
| H A D | rte_eventdev_pmd_pci.h | 80 (unsigned int) pci_dev->id.vendor_id, in rte_event_pmd_pci_probe_named()
|
| /f-stack/dpdk/drivers/raw/skeleton/ |
| H A D | skeleton_rawdev.h | 102 uint16_t vendor_id; member
|
| /f-stack/dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev.c | 61 (unsigned int) pci_dev->id.vendor_id, in otx_cpt_pci_probe()
|
| /f-stack/dpdk/drivers/net/thunderx/ |
| H A D | nicvf_struct.h | 98 uint16_t vendor_id; member
|
| H A D | nicvf_ethdev.c | 212 regs->version = nic->vendor_id << 16 | nic->device_id; in nicvf_dev_get_regs() 2162 nic->vendor_id = pci_dev->id.vendor_id; in nicvf_eth_dev_init() 2167 pci_dev->id.vendor_id, pci_dev->id.device_id, in nicvf_eth_dev_init() 2249 eth_dev->data->port_id, nic->vendor_id, nic->device_id, in nicvf_eth_dev_init() 2267 .vendor_id = PCI_VENDOR_ID_CAVIUM, 2274 .vendor_id = PCI_VENDOR_ID_CAVIUM, 2281 .vendor_id = PCI_VENDOR_ID_CAVIUM, 2288 .vendor_id = PCI_VENDOR_ID_CAVIUM, 2294 .vendor_id = 0,
|
| /f-stack/dpdk/drivers/raw/ifpga/base/ |
| H A D | opae_debug.c | 61 opae_log("PCI Vendor ID: 0x%04x\n", d_pci->vendor_id); in opae_adapter_data_dump()
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x_ethdev.c | 36 { .vendor_id = 0, } 45 { .vendor_id = 0, } 656 sc->devinfo.vendor_id = pci_dev->id.vendor_id; in bnx2x_common_dev_init()
|
| /f-stack/dpdk/drivers/crypto/octeontx2/ |
| H A D | otx2_cryptodev.c | 140 pci_dev->id.vendor_id, pci_dev->id.device_id); in otx2_cpt_pci_probe()
|
| /f-stack/freebsd/mips/conf/ |
| H A D | AR933X_BASE.hints | 44 hint.ath.0.vendor_id=0x168c
|
| H A D | AR934X_BASE.hints | 48 hint.ath.0.vendor_id=0x168c
|
| /f-stack/dpdk/drivers/crypto/ccp/ |
| H A D | ccp_dev.c | 641 for (id = ccp_id, i = 0; id->vendor_id != 0; id++, i++) { in is_ccp_device() 642 if (vendor == id->vendor_id && in is_ccp_device() 679 pci->id.vendor_id = (uint16_t)tmp; in ccp_probe_device()
|
| /f-stack/dpdk/drivers/net/vmxnet3/ |
| H A D | vmxnet3_ethdev.h | 73 uint16_t vendor_id; member
|