Home
last modified time | relevance | path

Searched refs:dlct (Results 1 – 3 of 3) sorted by relevance

/drivers/message/i2o/
Ddevice.c362 u32 *dlct = c->dlct.virt; in i2o_device_parse_lct() local
371 buf = le32_to_cpu(*dlct++); in i2o_device_parse_lct()
383 lct->change_ind = le32_to_cpu(*dlct++); in i2o_device_parse_lct()
384 lct->iop_flags = le32_to_cpu(*dlct++); in i2o_device_parse_lct()
395 buf = le32_to_cpu(*dlct++); in i2o_device_parse_lct()
399 entry->change_ind = le32_to_cpu(*dlct++); in i2o_device_parse_lct()
400 entry->device_flags = le32_to_cpu(*dlct++); in i2o_device_parse_lct()
402 buf = le32_to_cpu(*dlct++); in i2o_device_parse_lct()
407 entry->sub_class = le32_to_cpu(*dlct++); in i2o_device_parse_lct()
409 buf = le32_to_cpu(*dlct++); in i2o_device_parse_lct()
[all …]
Dexec-osm.c391 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()
Dpci.c64 i2o_dma_free(dev, &c->dlct); in i2o_pci_free()
201 if (i2o_dma_alloc(dev, &c->dlct, 8192)) { in i2o_pci_alloc()