Lines Matching defs:lind
835 u32 lind;
846 lind = lli->lun_index;
847 dev_dbg(dev, "%s: Virtual LUNs on slot %d:\n", __func__, lind);
852 writeq_be(lli->lun_id[k], &fc_port_luns[lind]);
888 u32 lind;
922 lind = lli->lun_index = cfg->promote_lun_index;
923 dev_dbg(dev, "%s: Virtual LUNs on slot %d:\n", __func__, lind);
930 writeq_be(lli->lun_id[k], &fc_port_luns[lind]);
946 lind = lli->lun_index = cfg->last_lun_index[chan];
948 writeq_be(lli->lun_id[chan], &fc_port_luns[lind]);
951 __func__, lind, chan, lli->lun_id[chan]);