Searched refs:fc_port_luns (Results 1 – 4 of 4) sorted by relevance
837 __be64 __iomem *fc_port_luns; in cxlflash_restore_luntable() local850 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() local928 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()
439 __be64 fc_port_luns[CXLFLASH_NUM_FC_PORTS_PER_BANK][CXLFLASH_NUM_VLUNS]; member
326 return &fcpb->fc_port_luns[CHAN2BANKPORT(i)][0]; in get_fc_port_luns()
2763 __be64 __iomem *fc_port_luns; in cxlflash_show_port_lun_table() local2775 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()