Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/cxlflash/
Dvlun.c838 __be64 __iomem *fc_port_luns; in cxlflash_restore_luntable() local
851 fc_port_luns = get_fc_port_luns(cfg, k); in cxlflash_restore_luntable()
852 writeq_be(lli->lun_id[k], &fc_port_luns[lind]); in cxlflash_restore_luntable()
893 __be64 __iomem *fc_port_luns; in init_luntable() local
929 fc_port_luns = get_fc_port_luns(cfg, k); in init_luntable()
930 writeq_be(lli->lun_id[k], &fc_port_luns[lind]); in init_luntable()
947 fc_port_luns = get_fc_port_luns(cfg, chan); in init_luntable()
948 writeq_be(lli->lun_id[chan], &fc_port_luns[lind]); in init_luntable()
Dsislite.h439 __be64 fc_port_luns[CXLFLASH_NUM_FC_PORTS_PER_BANK][CXLFLASH_NUM_VLUNS]; member
Dcommon.h326 return &fcpb->fc_port_luns[CHAN2BANKPORT(i)][0]; in get_fc_port_luns()
Dmain.c2758 __be64 __iomem *fc_port_luns; in cxlflash_show_port_lun_table() local
2770 fc_port_luns = get_fc_port_luns(cfg, port); in cxlflash_show_port_lun_table()
2775 i, readq_be(&fc_port_luns[i])); in cxlflash_show_port_lun_table()