Searched refs:I2O_MESSAGE_SIZE (Results 1 – 7 of 7) sorted by relevance
46 #define I2O_MESSAGE_SIZE 0x1000 macro47 #define I2O_COMMAND_SIZE (I2O_MESSAGE_SIZE - sizeof(struct i2o_header))
427 #define I2O_MESSAGE_SIZE(x) ((x)<<16) macro
677 cpu_to_le32(I2O_MESSAGE_SIZE(mptr - &msg->u.head[0]) | sgl_offset); in i2o_scsi_queuecommand()
488 cpu_to_le32(I2O_MESSAGE_SIZE(i + sizeof(struct i2o_message) / 4) | in i2o_parm_issue()
854 cpu_to_le32(I2O_MESSAGE_SIZE(mptr - &msg->u.head[0]) | sgl_offset); in i2o_block_transfer()
725 msg->u.head[0] = cpu_to_le32(I2O_MESSAGE_SIZE(12) | SGL_OFFSET_6); in i2o_iop_systab_set()
3555 msg[0] = I2O_MESSAGE_SIZE(12) | SGL_OFFSET_6; in adpt_i2o_systab_send()