Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnvme/common/
H A Dlibnvme_log.c103 return (disc->nld_scope); in nvme_log_disc_scopes()
317 disc->nld_scope = scope; in nvme_log_discover_one()
610 if ((disc->nld_scope & NVME_LOG_SCOPE_NS) != 0) { in nvme_log_req_init_by_disc()
612 if ((disc->nld_scope & ~NVME_LOG_SCOPE_NS) != 0) { in nvme_log_req_init_by_disc()
H A Dlibnvme_impl.h237 nvme_log_disc_scope_t nld_scope; member