Lines Matching refs:cfg
33 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in create_local() local
34 struct device *dev = &cfg->dev->dev; in create_local()
61 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in create_global() local
62 struct device *dev = &cfg->dev->dev; in create_global()
84 static struct llun_info *lookup_local(struct cxlflash_cfg *cfg, u8 *wwid) in lookup_local() argument
88 list_for_each_entry_safe(lli, temp, &cfg->lluns, list) in lookup_local()
134 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in find_and_create_lun() local
135 struct device *dev = &cfg->dev->dev; in find_and_create_lun()
142 lli = lookup_local(cfg, wwid); in find_and_create_lun()
153 list_add(&lli->list, &cfg->lluns); in find_and_create_lun()
165 list_add(&lli->list, &cfg->lluns); in find_and_create_lun()
178 void cxlflash_term_local_luns(struct cxlflash_cfg *cfg) in cxlflash_term_local_luns() argument
183 list_for_each_entry_safe(lli, temp, &cfg->lluns, list) { in cxlflash_term_local_luns()
230 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in cxlflash_manage_lun() local
231 struct device *dev = &cfg->dev->dev; in cxlflash_manage_lun()