Searched refs:lind (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | vlun.c | 835 u32 lind; in cxlflash_restore_luntable() local 846 lind = lli->lun_index; in cxlflash_restore_luntable() 847 dev_dbg(dev, "%s: Virtual LUNs on slot %d:\n", __func__, lind); in cxlflash_restore_luntable() 852 writeq_be(lli->lun_id[k], &fc_port_luns[lind]); in cxlflash_restore_luntable() 888 u32 lind; in init_luntable() local 922 lind = lli->lun_index = cfg->promote_lun_index; in init_luntable() 923 dev_dbg(dev, "%s: Virtual LUNs on slot %d:\n", __func__, lind); in init_luntable() 930 writeq_be(lli->lun_id[k], &fc_port_luns[lind]); in init_luntable() 946 lind = lli->lun_index = cfg->last_lun_index[chan]; in init_luntable() 948 writeq_be(lli->lun_id[chan], &fc_port_luns[lind]); in init_luntable() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | vlun.c | 835 u32 lind; in cxlflash_restore_luntable() local 846 lind = lli->lun_index; in cxlflash_restore_luntable() 847 dev_dbg(dev, "%s: Virtual LUNs on slot %d:\n", __func__, lind); in cxlflash_restore_luntable() 852 writeq_be(lli->lun_id[k], &fc_port_luns[lind]); in cxlflash_restore_luntable() 888 u32 lind; in init_luntable() local 922 lind = lli->lun_index = cfg->promote_lun_index; in init_luntable() 923 dev_dbg(dev, "%s: Virtual LUNs on slot %d:\n", __func__, lind); in init_luntable() 930 writeq_be(lli->lun_id[k], &fc_port_luns[lind]); in init_luntable() 946 lind = lli->lun_index = cfg->last_lun_index[chan]; in init_luntable() 948 writeq_be(lli->lun_id[chan], &fc_port_luns[lind]); in init_luntable() [all...] |
Completed in 4 milliseconds