Home
last modified time | relevance | path

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

/linux/drivers/scsi/cxlflash/
H A Dvlun.c837 __be64 __iomem *fc_port_luns; in cxlflash_restore_luntable() local
850 fc_port_luns = get_fc_port_luns(cfg, k); in cxlflash_restore_luntable()
851 writeq_be(lli->lun_id[k], &fc_port_luns[lind]); in cxlflash_restore_luntable()
892 __be64 __iomem *fc_port_luns; in init_luntable() local
928 fc_port_luns = get_fc_port_luns(cfg, k); in init_luntable()
929 writeq_be(lli->lun_id[k], &fc_port_luns[lind]); in init_luntable()
946 fc_port_luns = get_fc_port_luns(cfg, chan); in init_luntable()
947 writeq_be(lli->lun_id[chan], &fc_port_luns[lind]); in init_luntable()
H A Dsislite.h439 __be64 fc_port_luns[CXLFLASH_NUM_FC_PORTS_PER_BANK][CXLFLASH_NUM_VLUNS]; member
H A Dcommon.h326 return &fcpb->fc_port_luns[CHAN2BANKPORT(i)][0]; in get_fc_port_luns()
H A Dmain.c2763 __be64 __iomem *fc_port_luns; in cxlflash_show_port_lun_table() local
2775 fc_port_luns = get_fc_port_luns(cfg, port); in cxlflash_show_port_lun_table()
2780 i, readq_be(&fc_port_luns[i])); in cxlflash_show_port_lun_table()