Home
last modified time | relevance | path

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

/freebsd/tools/tools/nvmf/nvmfd/
H A Dio.c373 hip_add(ioc->hip.data_units_read, len / 1000); in handle_read()
/freebsd/sys/dev/nvme/
H A Dnvme.h1588 uint64_t data_units_read[2]; member
2225 nvme_le128toh((void *)s->data_units_read); in nvme_health_information_page_swapbytes()
/freebsd/sbin/nvmecontrol/
H A Dlogpage.c325 uint128_to_str(to128(health->data_units_read), cbuf, sizeof(cbuf)));
/freebsd/sys/dev/nvmf/controller/
H A Dctl_frontend_nvmf.c605 hip_add(ctrlr->hip.data_units_read, len / 1000); in nvmft_done()
/freebsd/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()