Searched refs:gppaf (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/lightnvm/ |
D | pblk-sysfs.c | 120 struct nvm_addrf_12 *gppaf = (struct nvm_addrf_12 *)&geo->addrf; in pblk_sysfs_ppaf() local 134 gppaf->blk_offset, gppaf->blk_len, in pblk_sysfs_ppaf() 135 gppaf->pg_offset, gppaf->pg_len, in pblk_sysfs_ppaf() 136 gppaf->lun_offset, gppaf->lun_len, in pblk_sysfs_ppaf() 137 gppaf->ch_offset, gppaf->ch_len, in pblk_sysfs_ppaf() 138 gppaf->pln_offset, gppaf->pln_len, in pblk_sysfs_ppaf() 139 gppaf->sec_offset, gppaf->sec_len); in pblk_sysfs_ppaf() 142 struct nvm_addrf *gppaf = &geo->addrf; in pblk_sysfs_ppaf() local 154 gppaf->ch_offset, gppaf->ch_len, in pblk_sysfs_ppaf() 155 gppaf->lun_offset, gppaf->lun_len, in pblk_sysfs_ppaf() [all …]
|