Searched refs:dlct (Results 1 – 4 of 4) sorted by relevance
352 u32 *dlct = c->dlct.virt; in i2o_device_parse_lct() local361 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()[all …]
391 if (i2o_dma_realloc(dev, &c->dlct, in i2o_exec_lct_notify()410 msg->body[2] = cpu_to_le32(0xd0000000 | c->dlct.len); in i2o_exec_lct_notify()411 msg->body[3] = cpu_to_le32(c->dlct.phys); in i2o_exec_lct_notify()562 msg->body[2] = cpu_to_le32(0xd0000000 | c->dlct.len); in i2o_exec_lct_get()563 msg->body[3] = cpu_to_le32(c->dlct.phys); in i2o_exec_lct_get()
64 i2o_dma_free(dev, &c->dlct); in i2o_pci_free()201 if (i2o_dma_alloc(dev, &c->dlct, 8192)) { in i2o_pci_alloc()
547 struct i2o_dma dlct; /* Temp LCT */ member