Searched refs:pci_vendor_id (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/sys/dev/ixl/
H A Dif_ixl.c289 u16 pci_vendor_id, pci_device_id; local
296 pci_vendor_id = pci_get_vendor(dev);
297 if (pci_vendor_id != I40E_INTEL_VENDOR_ID)
306 if ((pci_vendor_id == ent->vendor_id) &&
H A Dif_ixlv.c262 u16 pci_vendor_id, pci_device_id; local
270 pci_vendor_id = pci_get_vendor(dev);
271 if (pci_vendor_id != I40E_INTEL_VENDOR_ID)
280 if ((pci_vendor_id == ent->vendor_id) &&
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge.c1157 uint16_t pci_vendor_id; local
1162 pci_vendor_id = pci_get_vendor(dev);
1165 DBGPRINT(dev, "PCI ID %04x:%04x", pci_vendor_id, pci_device_id);
1166 rc = efx_family(pci_vendor_id, pci_device_id, &family);
/freebsd-11-stable/sys/arm64/cavium/
H A Dthunder_pcie_pem.c734 uint16_t pci_vendor_id; local
737 pci_vendor_id = pci_get_vendor(dev);
740 if ((pci_vendor_id == THUNDER_PEM_VENDOR_ID) &&
/freebsd-11-stable/sys/dev/ixgbe/
H A Dif_ixv.c228 u16 pci_vendor_id = 0; local
235 pci_vendor_id = pci_get_vendor(dev);
236 if (pci_vendor_id != IXGBE_INTEL_VENDOR_ID)
245 if ((pci_vendor_id == ent->vendor_id) &&
H A Dif_ix.c4731 u16 pci_vendor_id = 0; local
4739 pci_vendor_id = pci_get_vendor(dev);
4740 if (pci_vendor_id != IXGBE_INTEL_VENDOR_ID)
4749 if ((pci_vendor_id == ent->vendor_id) &&
/freebsd-11-stable/sys/dev/ixgb/
H A Dif_ixgb.c199 u_int16_t pci_vendor_id = 0; local
207 pci_vendor_id = pci_get_vendor(dev);
208 if (pci_vendor_id != IXGB_VENDOR_ID)
217 if ((pci_vendor_id == ent->vendor_id) &&
/freebsd-11-stable/sys/dev/e1000/
H A Dif_lem.c359 u16 pci_vendor_id = 0; local
367 pci_vendor_id = pci_get_vendor(dev);
368 if (pci_vendor_id != EM_VENDOR_ID)
377 if ((pci_vendor_id == ent->vendor_id) &&
H A Dif_igb.c361 uint16_t pci_vendor_id = 0; local
369 pci_vendor_id = pci_get_vendor(dev);
370 if (pci_vendor_id != IGB_INTEL_VENDOR_ID)
379 if ((pci_vendor_id == ent->vendor_id) &&
H A Dif_em.c480 uint16_t pci_vendor_id = 0; local
488 pci_vendor_id = pci_get_vendor(dev);
489 if (pci_vendor_id != EM_VENDOR_ID)
498 if ((pci_vendor_id == ent->vendor_id) &&
/freebsd-11-stable/sys/dev/ena/
H A Dena.c309 uint16_t pci_vendor_id = 0; local
312 pci_vendor_id = pci_get_vendor(dev);
317 if ((pci_vendor_id == ent->vendor_id) &&
320 pci_vendor_id, pci_device_id);
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge.c53 u16 pci_vendor_id = 0; local
58 pci_vendor_id = pci_get_vendor(ndev);
59 if (pci_vendor_id != VXGE_PCI_VENDOR_ID)
/freebsd-11-stable/sys/net/
H A Diflib.c4227 uint16_t pci_vendor_id, pci_device_id; local
4235 pci_vendor_id = pci_get_vendor(dev);
4245 if (pci_vendor_id != ent->pvi_vendor_id) {
/freebsd-11-stable/sys/dev/oce/
H A Doce_hw.h1926 uint16_t pci_vendor_id; member in struct:mgmt_cntl_attr
/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.h1871 uint32_t pci_vendor_id:16, member in struct:sli4_res_common_get_cntl_attributes_s

Completed in 374 milliseconds