Home
last modified time | relevance | path

Searched refs:capture_timestamp (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_diag.c89 const unsigned long capture_timestamp = jiffies; in zfcp_diag_update_xdata() local
95 if (!time_after_eq(capture_timestamp, hdr->timestamp)) in zfcp_diag_update_xdata()
98 hdr->timestamp = capture_timestamp; in zfcp_diag_update_xdata()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_tmpl.h20 __le32 capture_timestamp; member
H A Dqla_tmpl.c877 tmp->capture_timestamp = cpu_to_le32(jiffies); in qla27xx_time_stamp()