Lines Matching defs:nvm_dev
240 struct nvm_dev { struct
241 struct nvm_dev_ops *ops; argument
243 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 */
255 int pgs_per_blk;
256 int blks_per_lun;
257 int sec_size;
258 int oob_size;
259 struct nvm_addr_format ppaf;
285 static inline struct ppa_addr generic_to_dev_addr(struct nvm_dev *dev, in generic_to_dev_addr() argument