Searched refs:subven (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/common/io/rge/ |
H A D | rge.h | 345 uint16_t subven; /* subsystem-vendor-id */ member
|
H A D | rge_chip.c | 811 cidp->subven = pci_config_get16(handle, PCI_CONF_SUBVENID); in rge_chip_cfg_init() 828 cidp->subven, cidp->subdev)); in rge_chip_cfg_init()
|
/titanic_50/usr/src/uts/common/io/nge/ |
H A D | nge_kstats.c | 156 (knp++)->value.ui64 = infop->subven; in nge_chipinfo_update()
|
H A D | nge.h | 582 uint16_t subven; /* subsystem-vendor-id */ member
|
H A D | nge_chip.c | 609 infop->subven = pci_config_get16(handle, in nge_chip_cfg_init()
|
/titanic_50/usr/src/uts/common/io/bge/ |
H A D | bge_impl.h | 619 uint16_t subven; /* subsystem-vendor-id */ member
|
H A D | bge_chip2.c | 389 cidp->subven = pci_config_get16(handle, PCI_CONF_SUBVENID); in bge_chip_cfg_init() 409 cidp->subven, cidp->subdev, cidp->asic_rev)); in bge_chip_cfg_init() 2671 cidp->chip_label = cidp->subven == VENDOR_ID_SUN ? 5793 : 5703; in bge_chip_id_init() 2680 cidp->chip_label = cidp->subven == VENDOR_ID_SUN ? 5794 : 5704; in bge_chip_id_init() 4196 (bgep->chipid.subdev << 16) | bgep->chipid.subven); in bge_chip_reset()
|
H A D | bge_kstats.c | 326 (knp++)->value.ui64 = bgep->chipid.subven; in bge_chipid_update()
|
H A D | bge_main2.c | 3817 cidp->subven = ddi_prop_get_int(DDI_DEV_T_ANY, devinfo, 3818 DDI_PROP_DONTPASS, subven_propname, cidp->subven);
|