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.h697 * fw_timestamp: Firmware timestamp taken after PHYs are started
702 uint64_t fw_timestamp; member in struct:pmcs_hw
H A Dpmcs_def.h546 uint64_t fw_timestamp; member in struct:__anon8954
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c94 * If fwtime < ss.fw_timestamp, then we need to adjust the clock
98 if (fwtime >= ss.fw_timestamp) {
99 fwtime -= ss.fw_timestamp;
101 fwtime = ss.fw_timestamp - fwtime;
2350 tbuf.fw_timestamp);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c2902 if (pwp->fw_timestamp != 0) {
2904 pmcs_tbuf_ptr->fw_timestamp = pwp->fw_timestamp +
2907 pmcs_tbuf_ptr->fw_timestamp = 0;
H A Dpmcs_subr.c719 rval = pmcs_get_time_stamp(pwp, &pwp->fw_timestamp, &pwp->hrtimestamp);
725 "Firmware timestamp: 0x%" PRIx64, pwp->fw_timestamp);

Completed in 262 milliseconds