Searched refs:id_psd (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/nvmeadm/ |
H A D | nvmeadm_print.c | 564 idctl->id_psd[i].psd_mps == 1) { in nvme_print_identify_ctrl() 569 power = (double)idctl->id_psd[i].psd_mp * scale; in nvme_print_identify_ctrl() 578 idctl->id_psd[i].psd_nops, "yes", "no"); in nvme_print_identify_ctrl() 580 idctl->id_psd[i].psd_enlat, NULL, "us"); in nvme_print_identify_ctrl() 582 idctl->id_psd[i].psd_exlat, NULL, "us"); in nvme_print_identify_ctrl() 584 idctl->id_psd[i].psd_rrt, NULL, NULL); in nvme_print_identify_ctrl() 586 idctl->id_psd[i].psd_rrl, NULL, NULL); in nvme_print_identify_ctrl() 588 idctl->id_psd[i].psd_rwt, NULL, NULL); in nvme_print_identify_ctrl() 590 idctl->id_psd[i].psd_rwl, NULL, NULL); in nvme_print_identify_ctrl()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | nvme.h | 267 nvme_idctl_psd_t id_psd[32]; member
|
/titanic_44/usr/src/uts/common/io/nvme/ |
H A D | nvme.c | 270 CTASSERT(offsetof(nvme_identify_ctrl_t, id_psd) == 2048);
|