Home
last modified time | relevance | path

Searched refs:host_timestamp (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/nvme/
H A Dnvme.h560 uint64_t host_timestamp; /* Timestamp sent by the host */ member
H A Dctrl.c6006 n->host_timestamp = le64_to_cpu(ts); in nvme_set_timestamp()
6027 ts.timestamp = n->host_timestamp + elapsed_time; in nvme_get_timestamp()
6030 ts.origin = n->host_timestamp ? 0x01 : 0x00; in nvme_get_timestamp()