Searched refs:nvme_identify_cmds (Results 1 – 5 of 5) sorted by relevance
51 if (nvme_identify_cmds[i].nii_csi == csi && in nvme_id_req_init_by_cns()52 nvme_identify_cmds[i].nii_cns == cns) { in nvme_id_req_init_by_cns()53 info = &nvme_identify_cmds[i]; in nvme_id_req_init_by_cns()
96 const nvme_identify_info_t nvme_identify_cmds[] = { { variable155 size_t nvme_identify_ncmds = ARRAY_SIZE(nvme_identify_cmds);
272 extern const nvme_identify_info_t nvme_identify_cmds[];
454 if (nvme_identify_cmds[i].nii_csi == NVME_CSI_NVM && in identify_impl_test_one()455 nvme_identify_cmds[i].nii_cns == test->iit_cns) { in identify_impl_test_one()456 info = &nvme_identify_cmds[i]; in identify_impl_test_one()
556 if (nvme_identify_cmds[i].nii_csi == NVME_CSI_NVM && in nvme_validate_identify()557 nvme_identify_cmds[i].nii_cns == id->nid_cns) { in nvme_validate_identify()558 info = &nvme_identify_cmds[i]; in nvme_validate_identify()