Home
last modified time | relevance | path

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

/drivers/message/i2o/
Diop.c45 static struct i2o_dma i2o_systab; variable
718 i2o_systab.phys = dma_map_single(dev, i2o_systab.virt, i2o_systab.len, in i2o_iop_systab_set()
720 if (!i2o_systab.phys) { in i2o_iop_systab_set()
738 msg->body[2] = cpu_to_le32(0x54000000 | i2o_systab.len); in i2o_iop_systab_set()
739 msg->body[3] = cpu_to_le32(i2o_systab.phys); in i2o_iop_systab_set()
747 dma_unmap_single(dev, i2o_systab.phys, i2o_systab.len, in i2o_iop_systab_set()
826 struct i2o_sys_tbl *systab = i2o_systab.virt; in i2o_systab_build()
833 kfree(i2o_systab.virt); in i2o_systab_build()
837 i2o_systab.len = sizeof(struct i2o_sys_tbl) + num_controllers * in i2o_systab_build()
840 systab = i2o_systab.virt = kzalloc(i2o_systab.len, GFP_KERNEL); in i2o_systab_build()