Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/nvme/
H A Dnvme.h1555 uint64_t data_units_read[2]; member
2155 nvme_le128toh((void *)s->data_units_read); in nvme_health_information_page_swapbytes()
/freebsd-14.2/sbin/nvmecontrol/
H A Dlogpage.c326 uint128_to_str(to128(health->data_units_read), cbuf, sizeof(cbuf))); in print_log_health()
/freebsd-14.2/usr.sbin/bhyve/
H A Dpci_nvme.c1435 memcpy(&sc->health_log.data_units_read, &sc->read_data_units, in nvme_opc_get_log_page()
1436 sizeof(sc->health_log.data_units_read)); in nvme_opc_get_log_page()