Searched refs:ch_rmap (Results 1 – 1 of 1) sorted by relevance
178 struct nvm_ch_map *ch_rmap = &dev_rmap->chnls[i + bch]; in nvm_create_tgt_dev() local179 int *lun_roffs = ch_rmap->lun_offs; in nvm_create_tgt_dev()188 ch_map->ch_off = ch_rmap->ch_off = bch; in nvm_create_tgt_dev()513 struct nvm_ch_map *ch_rmap; in nvm_register_map() local517 ch_rmap = &rmap->chnls[i]; in nvm_register_map()519 ch_rmap->ch_off = -1; in nvm_register_map()520 ch_rmap->num_lun = luns_in_chnl; in nvm_register_map()529 ch_rmap->lun_offs = lun_roffs; in nvm_register_map()570 struct nvm_ch_map *ch_rmap = &dev_rmap->chnls[p->a.ch]; in nvm_map_to_tgt() local571 int lun_roff = ch_rmap->lun_offs[p->a.lun]; in nvm_map_to_tgt()[all …]