Searched refs:ch_rmap (Results 1 – 1 of 1) sorted by relevance
168 struct nvm_ch_map *ch_rmap = &dev_rmap->chnls[i + bch]; in nvm_create_tgt_dev() local169 int *lun_roffs = ch_rmap->lun_offs; in nvm_create_tgt_dev()178 ch_map->ch_off = ch_rmap->ch_off = bch; in nvm_create_tgt_dev()520 struct nvm_ch_map *ch_rmap; in nvm_register_map() local524 ch_rmap = &rmap->chnls[i]; in nvm_register_map()526 ch_rmap->ch_off = -1; in nvm_register_map()527 ch_rmap->num_lun = luns_in_chnl; in nvm_register_map()536 ch_rmap->lun_offs = lun_roffs; in nvm_register_map()577 struct nvm_ch_map *ch_rmap = &dev_rmap->chnls[p->a.ch]; in nvm_map_to_tgt() local578 int lun_roff = ch_rmap->lun_offs[p->a.lun]; in nvm_map_to_tgt()[all …]