Lines Matching refs:lct
351 i2o_lct *lct; in i2o_device_parse_lct() local
359 kfree(c->lct); in i2o_device_parse_lct()
364 lct = c->lct = kmalloc(table_size * 4, GFP_KERNEL); in i2o_device_parse_lct()
365 if (!lct) { in i2o_device_parse_lct()
370 lct->lct_ver = buf >> 28; in i2o_device_parse_lct()
371 lct->boot_tid = buf >> 16 & 0xfff; in i2o_device_parse_lct()
372 lct->table_size = table_size; in i2o_device_parse_lct()
373 lct->change_ind = le32_to_cpu(*dlct++); in i2o_device_parse_lct()
374 lct->iop_flags = le32_to_cpu(*dlct++); in i2o_device_parse_lct()
379 lct->table_size); in i2o_device_parse_lct()
382 i2o_lct_entry *entry = &lct->lct_entry[max]; in i2o_device_parse_lct()
429 if (lct->lct_entry[i].tid == dev->lct_data.tid) { in i2o_device_parse_lct()