Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c6215 minor->nm_ctrl = nvme; in nvme_open()
6289 nvme = minor->nm_ctrl; in nvme_close()
6359 nvme_t *const nvme = minor->nm_ctrl; in nvme_ioctl_excl_check()
6514 if (ioc->nioc_nsid > minor->nm_ctrl->n_namespace_count && in nvme_ioctl_check()
6539 nvme_t *const nvme = minor->nm_ctrl; in nvme_ioctl_ctrl_info()
6612 nvme_t *const nvme = minor->nm_ctrl; in nvme_ioctl_ns_info()
6686 nvme_t *const nvme = minor->nm_ctrl; in nvme_ioctl_identify()
6858 nvme_t *const nvme = minor->nm_ctrl; in nvme_ioctl_get_logpage()
6964 nvme_t *const nvme = minor->nm_ctrl; in nvme_ioctl_get_feature()
7073 nvme_t *const nvme = minor->nm_ctrl; in nvme_ioctl_format()
[all …]
H A Dnvme_lock.c463 nvme_t *const nvme = minor->nm_ctrl; in nvme_rwlock()
583 ASSERT3P(info->nli_nvme, ==, minor->nm_ctrl); in nvme_rwlock()
H A Dnvme_var.h146 nvme_t *nm_ctrl; member