Searched refs:I2O_OUTBOUND_MSG_FRAME_SIZE (Results 1 – 4 of 4) sorted by relevance
673 u32 rmsg[I2O_OUTBOUND_MSG_FRAME_SIZE]; in i2o_cfg_passthru32()681 memset(&rmsg, 0, I2O_OUTBOUND_MSG_FRAME_SIZE * 4); in i2o_cfg_passthru32()913 u32 rmsg[I2O_OUTBOUND_MSG_FRAME_SIZE]; in i2o_cfg_passthru()921 memset(&rmsg, 0, I2O_OUTBOUND_MSG_FRAME_SIZE * 4); in i2o_cfg_passthru()
212 I2O_MAX_OUTBOUND_MSG_FRAMES * I2O_OUTBOUND_MSG_FRAME_SIZE * in i2o_pci_alloc()
453 msg->body[1] = cpu_to_le32(I2O_OUTBOUND_MSG_FRAME_SIZE << 16 | 0x80); in i2o_iop_init_outbound_queue()475 m += I2O_OUTBOUND_MSG_FRAME_SIZE * sizeof(u32); in i2o_iop_init_outbound_queue()
361 #define I2O_OUTBOUND_MSG_FRAME_SIZE 128 /* in 32-bit words */ macro