Searched refs:nvme_le128toh (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/nvme/
H A Dnvme.h2185 void nvme_le128toh(void *p __unused) function
2208 nvme_le128toh((void *)s->data_units_read);
2209 nvme_le128toh((void *)s->data_units_written);
2210 nvme_le128toh((void *)s->host_read_commands);
2211 nvme_le128toh((void *)s->host_write_commands);
2212 nvme_le128toh((void *)s->controller_busy_time);
2213 nvme_le128toh((void *)s->power_cycles);
2214 nvme_le128toh((void *)s->power_on_hours);
2215 nvme_le128toh((void *)s->unsafe_shutdowns);
2216 nvme_le128toh((voi
[all...]

Completed in 101 milliseconds