Searched refs:PCI_VENDOR_ID_DELL (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/gpxe/src/include/gpxe/ |
D | pci_ids.h | 148 #define PCI_VENDOR_ID_DELL 0x1028 macro
|
/external/syslinux/gpxe/src/drivers/net/ |
D | tg3.c | 2441 { PCI_VENDOR_ID_DELL, 0x00d1, PHY_ID_BCM5401 }, /* VIPER */ 2442 { PCI_VENDOR_ID_DELL, 0x0106, PHY_ID_BCM5401 }, /* JAGUAR */ 2443 { PCI_VENDOR_ID_DELL, 0x0109, PHY_ID_BCM5411 }, /* MERLOT */ 2444 { PCI_VENDOR_ID_DELL, 0x010a, PHY_ID_BCM5411 }, /* SLIM_MERLOT */ 2445 { PCI_VENDOR_ID_DELL, 0x0179, PHY_ID_BCM5751 }, /* EtherXpress */ 2616 else if (tp->subsystem_vendor == PCI_VENDOR_ID_DELL) { in tg3_phy_probe()
|