Searched refs:nvme_identify_int (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/nvme/ |
H A D | nvme.c | 667 static boolean_t nvme_identify_int(nvme_t *, uint32_t, uint8_t, void **); 3215 nvme_identify_int(nvme_t *nvme, uint32_t nsid, uint8_t cns, void **buf) in nvme_identify_int() function 3725 if (nvme_identify_int(nvme, 0, cns, (void **)&nslist)) in nvme_update_nsid_list() 3851 if (!nvme_identify_int(nvme, nsid, NVME_IDENTIFY_NSID, in nvme_init_ns() 4272 if (!nvme_identify_int(nvme, 0, NVME_IDENTIFY_CTRL, in nvme_init() 4289 if (!nvme_identify_int(nvme, nsid, NVME_IDENTIFY_NSID, in nvme_init()
|