Searched defs:nvm_dev (Results 1 – 1 of 1) sorted by relevance
240 struct nvm_dev { struct241 struct nvm_dev_ops *ops; argument243 struct list_head devices;244 struct list_head online_targets;247 struct nvmm_type *mt;248 void *mp;251 int nr_chnls;252 int nr_planes;253 int luns_per_chnl;254 int sec_per_pg; /* only sectors for a single page */[all …]