Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/message/i2o/
Ddevice.c352 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()
[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()
/linux-3.4.99/include/linux/
Di2o.h547 struct i2o_dma dlct; /* Temp LCT */ member