Lines Matching +full:library +full:- +full:sel
19 * there are vendor-specific features, we currently don't support issuing them
54 if (data->vcd_id->id_oncs.on_save != 0) { in nvme_get_feat_supported_sel()
60 field->nlfi_human, field->nlfi_spec); in nvme_get_feat_supported_sel()
85 .nlfi_spec = "sel",
90 * current value, we end up opting to make this a non-required
125 return (data->vcd_id->id_vwc.vwc_present != 0); in nvme_feat_write_cache_sup()
132 return (data->vcd_id->id_apsta.ap_sup != 0); in nvme_feat_apst_sup()
203 * most NVMe 1.0-1.2 devices. The introduction of both namespace
246 * PCIe controllers with this library right now we don't do anything
334 * 1) If this is a vendor-specific feature that we have identified is present on
353 if (info->nfeat_kind == NVME_FEAT_VENDOR_SPECIFIC) { in nvme_feat_supported()
357 if (info->nfeat_vers != NULL && in nvme_feat_supported()
358 !nvme_vers_atleast(data->vcd_vers, info->nfeat_vers)) { in nvme_feat_supported()
362 if (info->nfeat_kind == NVME_FEAT_MANDATORY) { in nvme_feat_supported()
363 ASSERT3P(info->nfeat_sup_func, ==, NULL); in nvme_feat_supported()
367 if (info->nfeat_sup_func != NULL) { in nvme_feat_supported()
368 if (info->nfeat_sup_func(data, info)) { in nvme_feat_supported()