Lines Matching refs:dlct
352 u32 *dlct = c->dlct.virt; in i2o_device_parse_lct() local
361 buf = le32_to_cpu(*dlct++); 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()
385 buf = le32_to_cpu(*dlct++); in i2o_device_parse_lct()
389 entry->change_ind = le32_to_cpu(*dlct++); in i2o_device_parse_lct()
390 entry->device_flags = le32_to_cpu(*dlct++); in i2o_device_parse_lct()
392 buf = le32_to_cpu(*dlct++); in i2o_device_parse_lct()
397 entry->sub_class = le32_to_cpu(*dlct++); in i2o_device_parse_lct()
399 buf = le32_to_cpu(*dlct++); in i2o_device_parse_lct()
404 memcpy(&entry->identity_tag, dlct, 8); in i2o_device_parse_lct()
405 dlct += 2; in i2o_device_parse_lct()
407 entry->event_capabilities = le32_to_cpu(*dlct++); in i2o_device_parse_lct()