Home
last modified time | relevance | path

Searched refs:pci_device_id (Results 1 – 14 of 14) sorted by relevance

/freebsd-12-stable/sys/dev/iavf/
Diavf_sysctls_common.h119 u16 pci_device_id = pci_get_device(dev); in iavf_save_tunables() local
125 if (pci_device_id == IAVF_DEV_ID_VF || in iavf_save_tunables()
126 pci_device_id == IAVF_DEV_ID_X722_VF) in iavf_save_tunables()
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
Dpci.h58 struct pci_device_id { struct
195 const struct pci_device_id *id_table;
196 int (*probe)(struct pci_dev *dev, const struct pci_device_id *id);
707 const struct pci_device_id _table[] __devinitdata
1050 const struct pci_device_id *, struct pci_dev *);
1054 pci_dev_present(const struct pci_device_id *cur) in pci_dev_present()
/freebsd-12-stable/sys/x86/pci/
Dpci_early_quirks.c47 struct pci_device_id { struct
204 static const struct pci_device_id intel_ids[] = {
/freebsd-12-stable/sys/compat/linuxkpi/common/src/
Dlinux_pci.c170 linux_pci_find(device_t dev, const struct pci_device_id **idp) in linux_pci_find()
172 const struct pci_device_id *id; in linux_pci_find()
204 const struct pci_device_id *id; in linux_pci_probe()
218 const struct pci_device_id *id; in linux_pci_attach()
233 const struct pci_device_id *id, struct pci_dev *pdev) in linux_pci_attach_device()
/freebsd-12-stable/sys/dev/sfxge/
Dsfxge.c1160 uint16_t pci_device_id; in sfxge_probe() local
1165 pci_device_id = pci_get_device(dev); in sfxge_probe()
1167 DBGPRINT(dev, "PCI ID %04x:%04x", pci_vendor_id, pci_device_id); in sfxge_probe()
1168 rc = efx_family(pci_vendor_id, pci_device_id, &family); in sfxge_probe()
/freebsd-12-stable/sys/arm64/cavium/
Dthunder_pcie_pem.c735 uint16_t pci_device_id; in thunder_pem_probe() local
738 pci_device_id = pci_get_device(dev); in thunder_pem_probe()
741 (pci_device_id == THUNDER_PEM_DEVICE_ID)) { in thunder_pem_probe()
/freebsd-12-stable/sys/dev/al_eth/
Dal_eth.c3452 uint16_t pci_device_id = pci_get_device(dev); in al_is_device_supported() local
3455 (pci_device_id == PCI_DEVICE_ID_AL_ETH || in al_is_device_supported()
3456 pci_device_id == PCI_DEVICE_ID_AL_ETH_ADVANCED || in al_is_device_supported()
3457 pci_device_id == PCI_DEVICE_ID_AL_ETH_NIC || in al_is_device_supported()
3458 pci_device_id == PCI_DEVICE_ID_AL_ETH_FPGA_NIC)); in al_is_device_supported()
/freebsd-12-stable/sys/dev/mthca/
Dmthca_main.c1138 static int mthca_init_one(struct pci_dev *pdev, const struct pci_device_id *id) in mthca_init_one()
1167 static struct pci_device_id mthca_pci_table[] = {
/freebsd-12-stable/sys/dev/ena/
Dena.c299 uint16_t pci_device_id = 0; in ena_probe() local
302 pci_device_id = pci_get_device(dev); in ena_probe()
307 (pci_device_id == ent->device_id)) { in ena_probe()
309 pci_device_id); in ena_probe()
/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
Dmlx5_main.c1321 const struct pci_device_id *id) in init_one()
1975 static const struct pci_device_id mlx5_core_pci_table[] = {
/freebsd-12-stable/sys/net/
Diflib.c4560 uint16_t pci_vendor_id, pci_device_id; in iflib_device_probe() local
4569 pci_device_id = pci_get_device(dev); in iflib_device_probe()
4574 sctx->isc_parse_devinfo(&pci_device_id, &pci_subvendor_id, &pci_subdevice_id, &pci_rev_id); in iflib_device_probe()
4582 if ((pci_device_id == ent->pvi_device_id) && in iflib_device_probe()
/freebsd-12-stable/sys/dev/oce/
Doce_hw.h1929 uint16_t pci_device_id; member
/freebsd-12-stable/sys/dev/ocs_fc/
Dsli4.h1927 pci_device_id:16; member
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
Dmlx4_main.c3747 static int mlx4_init_one(struct pci_dev *pdev, const struct pci_device_id *id) in mlx4_init_one()