Home
last modified time | relevance | path

Searched refs:lluns (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/scsi/cxlflash/
H A Dlunmgt.c88 list_for_each_entry_safe(lli, temp, &cfg->lluns, list) in lookup_local()
153 list_add(&lli->list, &cfg->lluns); in find_and_create_lun()
165 list_add(&lli->list, &cfg->lluns); in find_and_create_lun()
183 list_for_each_entry_safe(lli, temp, &cfg->lluns, list) { in cxlflash_term_local_luns()
H A Dcommon.h144 struct list_head lluns; /* list of llun_info structs */ member
H A Dvlun.c842 list_for_each_entry_safe(lli, temp, &cfg->lluns, list) { in cxlflash_restore_luntable()
H A Dmain.c3711 INIT_LIST_HEAD(&cfg->lluns); in cxlflash_probe()