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_lock.c464 nvme_t *const nvme = minor->nm_ctrl; in nvme_rwlock()
585 ASSERT3P(info->nli_nvme, ==, minor->nm_ctrl); in nvme_rwlock()
H A Dnvme.c5380 minor->nm_ctrl = nvme; in nvme_open()
5454 nvme = minor->nm_ctrl; in nvme_close()
5525 nvme_t *const nvme = minor->nm_ctrl; in nvme_ioctl_excl_check()
5696 nvme_t *const nvme = minor->nm_ctrl; in nvme_ioctl_ctrl_info()
5769 nvme_t *const nvme = minor->nm_ctrl; in nvme_ioctl_ns_info()
5851 nvme_t *const nvme = minor->nm_ctrl; in nvme_ioctl_identify()
6033 nvme_t *const nvme = minor->nm_ctrl; in nvme_ioctl_get_logpage()
6139 nvme_t *const nvme = minor->nm_ctrl; in nvme_ioctl_get_feature()
6248 nvme_t *const nvme = minor->nm_ctrl; in nvme_ioctl_format()
6735 nvme_t *nvme = minor->nm_ctrl; in nvme_ioctl_lock()
[all …]
H A Dnvme_var.h131 nvme_t *nm_ctrl; member