13 #include <linux/module.h>
16 #include <linux/string.h>
17 #include <linux/slab.h>
82 sg_flags = 0xd4000000;
85 sg_flags = 0xd0000000;
93 #ifdef CONFIG_I2O_EXT_ADAPTEC_DMA64
102 #ifdef CONFIG_I2O_EXT_ADAPTEC_DMA64
135 sg_flags = 0x14000000;
138 sg_flags = 0x10000000;
148 #ifdef CONFIG_I2O_EXT_ADAPTEC_DMA64
155 while (sg_count-- > 0) {
157 sg_flags |= 0xC0000000;
160 #ifdef CONFIG_I2O_EXT_ADAPTEC_DMA64
271 size_t size,
int min_nr)
283 pool->
mempool = mempool_create_slab_pool(min_nr, pool->
slab);