Searched refs:nfeat_scope (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/common/nvme/ |
H A D | nvme_feature.c | 151 .nfeat_scope = NVME_FEAT_SCOPE_CTRL, 160 .nfeat_scope = NVME_FEAT_SCOPE_CTRL, 169 .nfeat_scope = NVME_FEAT_SCOPE_NS, 182 .nfeat_scope = NVME_FEAT_SCOPE_CTRL, 218 .nfeat_scope = NVME_FEAT_SCOPE_NS, 229 .nfeat_scope = NVME_FEAT_SCOPE_CTRL, 238 .nfeat_scope = NVME_FEAT_SCOPE_CTRL, 256 .nfeat_scope = NVME_FEAT_SCOPE_CTRL, 265 .nfeat_scope = NVME_FEAT_SCOPE_CTRL, 275 .nfeat_scope = NVME_FEAT_SCOPE_CTRL, [all …]
|
H A D | nvme_common.h | 375 nvme_feat_scope_t nfeat_scope; member
|
/illumos-gate/usr/src/lib/libnvme/common/ |
H A D | libnvme_feature.c | 195 if ((iter->nfi_scope & info->nfeat_scope) == 0) { in nvme_feat_discover_one() 205 disc->nfd_scope = info->nfeat_scope; in nvme_feat_discover_one()
|