Searched defs:nvme_feat_info (Results 1 – 1 of 1) sorted by relevance
360 struct nvme_feat_info { struct361 const char *nfeat_short;362 const char *nfeat_spec;363 uint32_t nfeat_fid;368 const nvme_version_t *nfeat_vers;369 const nvme_feat_sup_f nfeat_sup_func;370 nvme_feat_kind_t nfeat_kind;394 extern const nvme_feat_info_t nvme_std_feats[]; argument