Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/nvme/
H A Dnvme.h1560 uint64_t host_write_commands[2]; member
2158 nvme_le128toh((void *)s->host_write_commands); in nvme_health_information_page_swapbytes()
/freebsd-14.2/sbin/nvmecontrol/
H A Dlogpage.c332 uint128_to_str(to128(health->host_write_commands), cbuf, sizeof(cbuf))); in print_log_health()
/freebsd-14.2/usr.sbin/bhyve/
H A Dpci_nvme.c1441 memcpy(&sc->health_log.host_write_commands, &sc->write_commands, in nvme_opc_get_log_page()
1442 sizeof(sc->health_log.host_write_commands)); in nvme_opc_get_log_page()