Home
last modified time | relevance | path

Searched refs:host_read_commands (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/nvme/
H A Dnvme.h1596 uint64_t host_read_commands[2]; member
2227 nvme_le128toh((void *)s->host_read_commands); in nvme_health_information_page_swapbytes()
/freebsd/sbin/nvmecontrol/
H A Dlogpage.c329 uint128_to_str(to128(health->host_read_commands), cbuf, sizeof(cbuf))); in print_log_health()
/freebsd/sys/dev/nvmf/controller/
H A Dctl_frontend_nvmf.c602 hip_add(ctrlr->hip.host_read_commands, 1); in nvmft_done()
/freebsd/usr.sbin/bhyve/
H A Dpci_nvme.c1439 memcpy(&sc->health_log.host_read_commands, &sc->read_commands, in nvme_opc_get_log_page()
1440 sizeof(sc->health_log.host_read_commands)); in nvme_opc_get_log_page()