Searched refs:revision (Results 151 - 175 of 181) sorted by relevance

12345678

/freebsd-current/sys/dev/e1000/
H A De1000_82571.c454 * e1000_get_phy_id_82571 - Retrieve the PHY ID and revision
458 * revision in the hardware structure.
494 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK);
/freebsd-current/sys/dev/smartpqi/
H A Dsmartpqi_structures.h571 uint32_t revision; /* revision of init structure */ member in struct:init_base_struct
1087 uint8_t firmware_revision[8]; /* drive firmware revision */
/freebsd-current/sys/dev/ocs_fc/
H A Docs_hw.h1401 uint8_t revision[32]; member in struct:ocs_hw_grp_hdr
/freebsd-current/sys/cam/scsi/
H A Dscsi_sa.c4758 cam_strvis(tmpstr, cgd.inq_data.revision,
4759 sizeof(cgd.inq_data.revision), sizeof(tmpstr));
4760 SASBADDVARSTRDESC(sb, indent, tmpstr, %s, revision,
4761 sizeof(cgd.inq_data.revision) + 1, "SCSI Revision");
H A Dscsi_all.h2305 char revision[SID_REVISION_SIZE]; member in struct:scsi_inquiry_data
3742 const char *revision; member in struct:scsi_inquiry_pattern
3750 char revision[SID_REVISION_SIZE+1]; member in struct:scsi_static_inquiry_pattern
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h342 uint8_t revision; member in struct:pci_dev
/freebsd-current/sys/cam/
H A Dcam_ccb.h1031 int revision; /* SATA revision */ member in struct:ccb_trans_settings_sata
/freebsd-current/sys/dev/nvmf/controller/
H A Dctl_frontend_nvmf.c772 memcpy(np->fp.revision[0], np->cdata.fr, sizeof(np->cdata.fr));
/freebsd-current/contrib/ofed/infiniband-diags/src/
H A Dsaquery.c174 cl_ntoh16(ni->device_id), cl_ntoh32(ni->revision),
/freebsd-current/sys/dev/iwn/
H A Dif_iwnreg.h1285 uint8_t revision[8]; member in struct:iwn_ucode_info
/freebsd-current/sys/dev/ixgbe/
H A Dixgbe_phy.c442 hw->phy.revision = (u32)(phy_id_low & ~IXGBE_PHY_REVISION_MASK);
/freebsd-current/contrib/file/src/
H A Dcdf.c1355 DUMP("%d", revision);
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c322 pdev->revision = pci_get_revid(dev);
/freebsd-current/sys/contrib/dev/rtw88/
H A Dpci.c1808 pdev->vendor, pdev->device, pdev->revision);
/freebsd-current/tools/build/
H A Dcheckstyle9.pl54 --branch treat args as GIT revision list
1569 # check for RCS/CVS revision markers
/freebsd-current/sys/dev/nvme/
H A Dnvme.h605 /* Ignore Existing Key is used as defined in revision 1.3 or later */
1156 /** firmware revision */
1612 uint8_t revision[7][NVME_FIRMWARE_REVISION_LENGTH]; member in struct:nvme_firmware_page
/freebsd-current/contrib/ofed/opensm/include/iba/
H A Dib_types.h4424 ib_net32_t revision;
9584 uint16_t revision;
9655 * revision
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c761 props->hw_ver = mdev->pdev->revision;
2562 return sprintf(buf, "%x\n", dev->mdev->pdev->revision);
/freebsd-current/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c1289 mac_stats_buff->ver_hdr.revision = CUDBG_MAC_STATS_REV;
3319 tid1->ver_hdr.revision = CUDBG_TID_INFO_REV;
/freebsd-current/usr.sbin/bhyve/
H A Dpci_nvme.c660 memcpy(&sc->fw_log.revision[0], sc->ctrldata.fr,
661 sizeof(sc->fw_log.revision[0]));
/freebsd-current/sys/dev/sym/
H A Dsym_hipd.c1594 u_char revision_id; /* PCI device revision id */
3208 * regardless revision id (kind of post-chip-design feature. ;-))
3346 * For earliest C10 revision 0, we cannot use extra
8340 u_char revision; local
8346 revision = pci_get_revid(dev);
8352 if (revision > chip->revision_id)
/freebsd-current/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c512 /* revision is only significant for Windows guests */
513 vstor_packet->u.version.revision = 0;
/freebsd-current/sys/cam/ctl/
H A Dctl.c10229 * name and 4 bytes for the revision.
10273 "revision", NULL)) == NULL) {
10274 strncpy(inq_ptr->revision, "0001", sizeof(inq_ptr->revision));
10276 memset(inq_ptr->revision, ' ', sizeof(inq_ptr->revision));
10277 strncpy(inq_ptr->revision, val,
10278 min(sizeof(inq_ptr->revision), strlen(val)));
/freebsd-current/sys/dev/bxe/
H A Decore_hsi.h1348 /* Overide PCIE revision ID when enabled the,
1349 revision ID will set to B1=='0x11' */
11770 uint8_t revision /* firmware current revision version */; member in struct:fw_version
11776 uint8_t revision /* firmware current revision version */;
12115 uint8_t revision /* firmware current revision version */; member in struct:pram_fw_version
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c2000 /* check the driver version - the slave I/F revision
3233 dev->rev_id = pdev->revision;

Completed in 518 milliseconds

12345678