Home
last modified time | relevance | path

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

/drivers/message/i2o/
Dexec-osm.c403 msg->u.head[0] = cpu_to_le32(EIGHT_WORD_MSG_SIZE | SGL_OFFSET_6); in i2o_exec_lct_notify()
556 cpu_to_le32(EIGHT_WORD_MSG_SIZE | SGL_OFFSET_6); in i2o_exec_lct_get()
Diop.c445 msg->u.head[0] = cpu_to_le32(EIGHT_WORD_MSG_SIZE | SGL_OFFSET_6); in i2o_iop_init_outbound_queue()
726 msg->u.head[0] = cpu_to_le32(I2O_MESSAGE_SIZE(12) | SGL_OFFSET_6); in i2o_iop_systab_set()
/drivers/scsi/dpt/
Ddpti_i2o.h400 #define SGL_OFFSET_6 (0x0060 | I2OVERSION) macro
/drivers/scsi/
Ddpt_i2o.c2929 writel(EIGHT_WORD_MSG_SIZE| SGL_OFFSET_6, &msg[0]); in adpt_i2o_init_outbound_q()
3150 msg[0] = EIGHT_WORD_MSG_SIZE|SGL_OFFSET_6; in adpt_i2o_lct_get()
3587 msg[0] = I2O_MESSAGE_SIZE(12) | SGL_OFFSET_6; in adpt_i2o_systab_send()