Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/dpt/
Ddpti_i2o.h396 #define I2OVERSION I2OVER15 macro
397 #define SGL_OFFSET_0 I2OVERSION
398 #define SGL_OFFSET_4 (0x0040 | I2OVERSION)
399 #define SGL_OFFSET_5 (0x0050 | I2OVERSION)
400 #define SGL_OFFSET_6 (0x0060 | I2OVERSION)
401 #define SGL_OFFSET_7 (0x0070 | I2OVERSION)
402 #define SGL_OFFSET_8 (0x0080 | I2OVERSION)
403 #define SGL_OFFSET_9 (0x0090 | I2OVERSION)
404 #define SGL_OFFSET_10 (0x00A0 | I2OVERSION)
405 #define SGL_OFFSET_12 (0x00C0 | I2OVERSION)
[all …]
/linux-3.4.99/include/linux/
Di2o.h316 #define I2OVERSION I2OVER15 macro
318 #define SGL_OFFSET_0 I2OVERSION
319 #define SGL_OFFSET_4 (0x0040 | I2OVERSION)
320 #define SGL_OFFSET_5 (0x0050 | I2OVERSION)
321 #define SGL_OFFSET_6 (0x0060 | I2OVERSION)
322 #define SGL_OFFSET_7 (0x0070 | I2OVERSION)
323 #define SGL_OFFSET_8 (0x0080 | I2OVERSION)
324 #define SGL_OFFSET_9 (0x0090 | I2OVERSION)
325 #define SGL_OFFSET_10 (0x00A0 | I2OVERSION)
326 #define SGL_OFFSET_11 (0x00B0 | I2OVERSION)
[all …]
/linux-3.4.99/drivers/message/i2o/
Diop.c847 systab->version = I2OVERSION; in i2o_systab_build()
/linux-3.4.99/drivers/scsi/
Ddpt_i2o.c3219 sys_tbl->version = I2OVERSION; in adpt_i2o_build_sys_table()