Home
last modified time | relevance | path

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

/drivers/misc/ibmasm/
Di2o.h46 #define I2O_MESSAGE_SIZE 0x1000 macro
47 #define I2O_COMMAND_SIZE (I2O_MESSAGE_SIZE - sizeof(struct i2o_header))
/drivers/scsi/dpt/
Ddpti_i2o.h427 #define I2O_MESSAGE_SIZE(x) ((x)<<16) macro
/drivers/message/i2o/
Di2o_scsi.c677 cpu_to_le32(I2O_MESSAGE_SIZE(mptr - &msg->u.head[0]) | sgl_offset); in i2o_scsi_queuecommand()
Ddevice.c488 cpu_to_le32(I2O_MESSAGE_SIZE(i + sizeof(struct i2o_message) / 4) | in i2o_parm_issue()
Di2o_block.c854 cpu_to_le32(I2O_MESSAGE_SIZE(mptr - &msg->u.head[0]) | sgl_offset); in i2o_block_transfer()
Diop.c725 msg->u.head[0] = cpu_to_le32(I2O_MESSAGE_SIZE(12) | SGL_OFFSET_6); in i2o_iop_systab_set()
/drivers/scsi/
Ddpt_i2o.c3555 msg[0] = I2O_MESSAGE_SIZE(12) | SGL_OFFSET_6; in adpt_i2o_systab_send()