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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/i2o/
H A Diop.c46 static struct i2o_dma i2o_systab; variable in typeref:struct:i2o_dma
719 i2o_systab.phys = dma_map_single(dev, i2o_systab.virt, i2o_systab.len,
721 if (!i2o_systab.phys) {
739 msg->body[2] = cpu_to_le32(0x54000000 | i2o_systab.len);
740 msg->body[3] = cpu_to_le32(i2o_systab.phys);
748 dma_unmap_single(dev, i2o_systab.phys, i2o_systab.len,
827 struct i2o_sys_tbl *systab = i2o_systab
[all...]

Completed in 39 milliseconds