Home
last modified time | relevance | path

Searched refs:pci_vendor_id (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/sfxge/
H A Dsfxge.c1141 uint16_t pci_vendor_id; in sfxge_probe() local
1147 pci_vendor_id = pci_get_vendor(dev); in sfxge_probe()
1150 DBGPRINT(dev, "PCI ID %04x:%04x", pci_vendor_id, pci_device_id); in sfxge_probe()
1151 rc = efx_family(pci_vendor_id, pci_device_id, &family, &mem_bar); in sfxge_probe()
/freebsd/sys/arm64/cavium/
H A Dthunder_pcie_pem.c743 uint16_t pci_vendor_id; in thunder_pem_probe() local
746 pci_vendor_id = pci_get_vendor(dev); in thunder_pem_probe()
749 if ((pci_vendor_id == THUNDER_PEM_VENDOR_ID) && in thunder_pem_probe()
/freebsd/sys/dev/mana/
H A Dgdma_main.c1734 uint16_t pci_vendor_id = 0; in mana_gd_probe() local
1737 pci_vendor_id = pci_get_vendor(dev); in mana_gd_probe()
1742 if ((pci_vendor_id == ent->vendor_id) && in mana_gd_probe()
1745 pci_vendor_id, pci_device_id); in mana_gd_probe()
/freebsd/sys/dev/ena/
H A Dena.c303 uint16_t pci_vendor_id = 0; in ena_probe() local
306 pci_vendor_id = pci_get_vendor(dev); in ena_probe()
311 if ((pci_vendor_id == ent->vendor_id) && in ena_probe()
313 ena_log_raw(DBG, "vendor=%x device=%x\n", pci_vendor_id, in ena_probe()
/freebsd/sys/dev/al_eth/
H A Dal_eth.c3405 uint16_t pci_vendor_id = pci_get_vendor(dev); in al_is_device_supported() local
3408 return (pci_vendor_id == PCI_VENDOR_ID_ANNAPURNA_LABS && in al_is_device_supported()
/freebsd/sys/net/
H A Diflib.c4729 uint16_t pci_vendor_id; in iflib_device_probe() local
4734 pci_vendor_id = pci_get_vendor(dev); in iflib_device_probe()
4744 if (pci_vendor_id != ent->pvi_vendor_id) { in iflib_device_probe()
/freebsd/sys/dev/oce/
H A Doce_hw.h1898 uint16_t pci_vendor_id; member
/freebsd/sys/dev/ocs_fc/
H A Dsli4.h1913 uint32_t pci_vendor_id:16, member