/titanic_44/usr/src/cmd/fwflash/plugins/transport/common/ |
H A D | sd.c | 105 free((thisdev)->ident->revid); \ 733 if ((newdev->ident->revid = calloc(1, strlen(sp_temp) + 1)) == in fw_identify() 743 strlcpy(newdev->ident->revid, sp_temp, strlen(sp_temp) + 1); in fw_identify() 811 tempdev->ident->revid, in fw_identify() 841 thisdev->ident->revid, in fw_devinfo() 875 free(thisdev->ident->revid); in fw_cleanup()
|
H A D | ses.c | 449 &newdev->ident->revid) != 0)) { in fw_identify() 479 newdev->ident->revid); in fw_identify() 537 tempdev->ident->revid, in fw_identify() 567 thisdev->ident->revid, in fw_devinfo()
|
H A D | hermon.c | 380 tempdev->ident->revid, in fw_identify() 430 thisdev->ident->revid); in fw_devinfo() 860 ((thisdev->ident->revid = calloc(1, MLX_VPR_REVLEN + 1)) == NULL)) { in cnx_identify() 872 snprintf(thisdev->ident->revid, MLX_VPR_REVLEN, "%d.%d.%03d", in cnx_identify() 1124 if (flashdev->ident->revid != NULL) in cnx_close() 1125 free(flashdev->ident->revid); in cnx_close()
|
H A D | tavor.c | 731 tempdev->ident->revid, in fw_identify() 783 thisdev->ident->revid, in fw_devinfo() 791 "device\n"), thisdev->ident->revid); in fw_devinfo() 946 ((thisdev->ident->revid = calloc(1, MLX_VPR_REVLEN + 1)) == NULL)) { in tavor_identify() 966 snprintf(thisdev->ident->revid, MLX_VPR_REVLEN, "%d.%d.%03d", in tavor_identify()
|
/titanic_44/usr/src/uts/intel/io/pci/ |
H A D | pci_boot.c | 1620 check_pciide_prop(uchar_t revid, ushort_t venid, ushort_t devid, in check_pciide_prop() argument 1639 venid, devid, subvenid, subdevid, revid); in check_pciide_prop() 1654 venid, devid, revid); in check_pciide_prop() 1666 is_pciide(uchar_t basecl, uchar_t subcl, uchar_t revid, in is_pciide() argument 1691 if (check_pciide_prop(revid, venid, devid, subvenid, subdevid)) in is_pciide() 1869 uchar_t basecl, subcl, progcl, intr, revid; in process_devfunc() local 1912 revid = revclass & 0xff; in process_devfunc() 1973 (void) ndi_prop_update_int(DDI_DEV_T_NONE, dip, "revision-id", revid); in process_devfunc() 2079 revid, classcode, pciex); in process_devfunc() 2095 if (is_pciide(basecl, subcl, revid, vendorid, deviceid, in process_devfunc() [all …]
|
/titanic_44/usr/src/cmd/fwflash/common/ |
H A D | fwflash.h | 172 char *revid; member
|
/titanic_44/usr/src/uts/common/io/sfe/ |
H A D | sfe.c | 156 uint8_t revid; /* revision from PCI configuration */ member 555 if (lp->revid == SIS630ET_900_REV) { in sfe_reset_chip_sis900() 564 if (lp->revid >= SIS635A_900_REV || in sfe_reset_chip_sis900() 565 lp->revid == SIS900B_900_REV) { in sfe_reset_chip_sis900() 834 if (lp->revid >= SIS635A_900_REV || lp->revid == SIS900B_900_REV) { in sfe_set_rx_filter_sis900() 1810 if (lp->revid == SIS630E_900_REV) { in sfe_mii_config_sis900() 1923 rev = lp->revid; in sfe_set_eq_sis630() 1997 rev = lp->revid; in sfe_chipinfo_init_sis900() 2294 lp->revid = rev; in sfeattach()
|
/titanic_44/usr/src/uts/common/io/iprb/ |
H A D | iprb.c | 544 ip->revid = pci_config_get8(ip->pcih, PCI_CONF_REVID); in iprb_identify() 550 if (ip->revid >= REV_82558_A4) { in iprb_identify() 556 if (ip->revid >= REV_82559_A0) in iprb_identify() 573 if (ip->revid >= REV_82558_A4) in iprb_identify() 578 if (ip->revid >= REV_82558_A4) in iprb_identify() 875 ((ip->revid < REV_82558_B0) ? 0 : 0x80) | in iprb_set_config() 892 if (iprb_ucode[i].rev == ip->revid) { in iprb_set_ucode()
|
H A D | iprb.h | 55 uint8_t revid; member
|
/titanic_44/usr/src/uts/sun4u/sys/pci/ |
H A D | db21554_config.h | 223 uint8_t revid; member
|
/titanic_44/usr/src/uts/sun4u/io/ |
H A D | sbbc.c | 982 uint8_t revid; in sbbc_config4pci() local 997 revid = pci_config_get8(conf_handle, PCI_CONF_REVID); in sbbc_config4pci() 1003 vendid, devid, comm, stat, revid); in sbbc_config4pci()
|
/titanic_44/usr/src/uts/common/io/ntxn/ |
H A D | unm_gem.c | 705 uint8_t revid = adapter->ahw.revision_id; in unm_check_options() local 777 adapter->maxmtu = NX_IS_REVISION_P2(revid) ? P2_MAX_MTU : P3_MAX_MTU; in unm_check_options() 823 if (NX_IS_REVISION_P2(revid)) in unm_check_options()
|
/titanic_44/usr/src/uts/common/io/mxfe/ |
H A D | mxfe.c | 310 uint16_t revid; in mxfe_attach() local 345 revid = pci_config_get16(pci, PCI_RID); in mxfe_attach() 357 ((revid & mxfe_cards[i].card_revmask) == in mxfe_attach() 363 ((revid & mxfe_cards[i].card_revmask) == in mxfe_attach() 423 DBG(DPCI, "PCI revision id = %x", revid); in mxfe_attach()
|
/titanic_44/usr/src/uts/common/io/hxge/ |
H A D | hxge_impl.h | 287 uint8_t revid; member
|
/titanic_44/usr/src/uts/common/io/audio/drv/audiohd/ |
H A D | audiohd.h | 776 uint32_t revid; /* revision id */ member
|
H A D | audiohd.c | 2958 codec->revid = in audiohd_create_codec()
|
/titanic_44/usr/src/uts/intel/io/dnet/ |
H A D | dnet.c | 507 uint16_t revid; in dnet_attach() local 573 revid = pci_config_get8(handle, PCI_CONF_REVID); in dnet_attach() 675 ((dnetp->board_type == DEVICE_ID_21140 && revid >= 0x20) || in dnet_attach() 676 (dnetp->board_type == DEVICE_ID_21143 && revid <= 0x30)) ? 1 : 0; in dnet_attach()
|
/titanic_44/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 3365 uint8_t revid, pif, pclass, psubclass; in pcicfg_set_childnode_props() local 3387 revid = pci_config_get8(config_handle, PCI_CONF_REVID); in pcicfg_set_childnode_props() 3453 did, sub_vid, sub_sid, revid); in pcicfg_set_childnode_props() 3475 (void) sprintf(buffer, "%s%x,%x.%x", pprefix, vid, did, revid); in pcicfg_set_childnode_props()
|
/titanic_44/usr/src/uts/common/sys/nxge/ |
H A D | nxge_impl.h | 693 uint8_t revid; member
|
/titanic_44/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 3608 uint8_t revid, pif, pclass, psubclass; in pcicfg_set_childnode_props() local 3623 revid = pci_config_get8(config_handle, PCI_CONF_REVID); in pcicfg_set_childnode_props() 3711 sub_vid, sub_sid, revid); in pcicfg_set_childnode_props() 3729 (void) sprintf(buffer, "%s%x,%x.%x", pprefix, vid, did, revid); in pcicfg_set_childnode_props()
|
/titanic_44/usr/src/uts/common/crypto/io/ |
H A D | dca.c | 573 ushort_t revid; in dca_attach() local 627 revid = pci_config_get8(pci, PCI_REVID); in dca_attach() 719 i, venid, devid, revid); in dca_attach()
|
/titanic_44/usr/src/uts/common/io/hme/ |
H A D | hme.c | 1175 uint8_t revid; in hmeattach() member 1407 hm_rev = ddi_get8(cfg_handle, &cfg_ptr->revid); in hmeattach()
|
/titanic_44/usr/src/uts/sun4u/io/pci/ |
H A D | db21554.c | 1620 ph->revid = pci_config_get8(config_handle, hdr_off + PCI_CONF_REVID); in db_pci_get_header()
|