Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/cavium/
H A Dthunder_pcie_pem.c732 uint16_t pci_vendor_id; in thunder_pem_probe() local
735 pci_vendor_id = pci_get_vendor(dev); in thunder_pem_probe()
738 if ((pci_vendor_id == THUNDER_PEM_VENDOR_ID) && in thunder_pem_probe()
/f-stack/freebsd/net/
H A Diflib.c4496 uint16_t pci_vendor_id; in iflib_device_probe() local
4501 pci_vendor_id = pci_get_vendor(dev); in iflib_device_probe()
4511 if (pci_vendor_id != ent->pvi_vendor_id) { in iflib_device_probe()