Searched refs:fc_port_luns (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | vlun.c | 838 __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()
|
H A D | common.h | 326 return &fcpb->fc_port_luns[CHAN2BANKPORT(i)][0]; in get_fc_port_luns()
|
H A D | sislite.h | 439 __be64 fc_port_luns[CXLFLASH_NUM_FC_PORTS_PER_BANK][CXLFLASH_NUM_VLUNS]; member
|
H A D | main.c | 2781 __be64 __iomem *fc_port_luns; in cxlflash_show_port_lun_table() local 2793 fc_port_luns = get_fc_port_luns(cfg, port); in cxlflash_show_port_lun_table() 2798 i, readq_be(&fc_port_luns[i])); in cxlflash_show_port_lun_table()
|
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | vlun.c | 838 __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()
|
H A D | common.h | 326 return &fcpb->fc_port_luns[CHAN2BANKPORT(i)][0]; in get_fc_port_luns()
|
H A D | sislite.h | 439 __be64 fc_port_luns[CXLFLASH_NUM_FC_PORTS_PER_BANK][CXLFLASH_NUM_VLUNS]; member
|
H A D | main.c | 2758 __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()
|
Completed in 17 milliseconds