Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/nvme/
H A Dnvme.c376 #define NVME_MINOR(inst, nsid) (((inst) << NVME_MINOR_INST_SHIFT) | (nsid)) macro
379 #define NVME_MINOR_MAX (NVME_MINOR(1, 0) - 2)
2951 S_IFCHR, NVME_MINOR(ddi_get_instance(nvme->n_dip), i + 1), in nvme_attach()
2980 NVME_MINOR(ddi_get_instance(dip), 0), DDI_NT_NVME_NEXUS, 0) in nvme_attach()