Lines Matching defs:lct
243 struct i2o_lct *lct;
255 lct = (struct i2o_lct *)buf;
256 ent = lct->entry;
257 nent = ((le16toh(lct->tablesize) << 2) -
261 show("flags", "0x%x", le16toh(lct->flags));
262 show("iop flags", "0x%x", le32toh(lct->iopflags));
263 show("lct change indicator", "%d", le32toh(lct->changeindicator));
270 show("lct entry", "%d", i);
319 show("expected lct size", "%d", le32toh(status.expectedlctsize));