Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/i2o/
Di2o_config.c673 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()
Dpci.c212 I2O_MAX_OUTBOUND_MSG_FRAMES * I2O_OUTBOUND_MSG_FRAME_SIZE * in i2o_pci_alloc()
Diop.c453 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()
Di2o.h361 #define I2O_OUTBOUND_MSG_FRAME_SIZE 128 /* in 32-bit words */ macro