Home
last modified time | relevance | path

Searched refs:fw_timestamp (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h702 uint64_t fw_timestamp; member
H A Dpmcs_def.h546 uint64_t fw_timestamp; member
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c99 if (fwtime >= ss.fw_timestamp) { in pmcs_fwtime_to_systime()
100 fwtime -= ss.fw_timestamp; in pmcs_fwtime_to_systime()
102 fwtime = ss.fw_timestamp - fwtime; in pmcs_fwtime_to_systime()
2357 tbuf.fw_timestamp); in pmcs_dump_tracelog()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c2902 if (pwp->fw_timestamp != 0) { in pmcs_prt_impl()
2904 pmcs_tbuf_ptr->fw_timestamp = pwp->fw_timestamp + in pmcs_prt_impl()
2907 pmcs_tbuf_ptr->fw_timestamp = 0; in pmcs_prt_impl()
H A Dpmcs_subr.c721 rval = pmcs_get_time_stamp(pwp, &pwp->fw_timestamp, &pwp->hrtimestamp); in pmcs_start_phys()
727 "Firmware timestamp: 0x%" PRIx64, pwp->fw_timestamp); in pmcs_start_phys()