Home
last modified time | relevance | path

Searched refs:SGL_OFFSET_0 (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/drivers/message/i2o/
Diop.c297 msg->u.head[0] = cpu_to_le32(FOUR_WORD_MSG_SIZE | SGL_OFFSET_0); in i2o_iop_quiesce()
337 msg->u.head[0] = cpu_to_le32(FOUR_WORD_MSG_SIZE | SGL_OFFSET_0); in i2o_iop_enable()
404 msg->u.head[0] = cpu_to_le32(FOUR_WORD_MSG_SIZE | SGL_OFFSET_0); in i2o_iop_clear()
509 msg->u.head[0] = cpu_to_le32(EIGHT_WORD_MSG_SIZE | SGL_OFFSET_0); in i2o_iop_reset()
934 msg->u.head[0] = cpu_to_le32(NINE_WORD_MSG_SIZE | SGL_OFFSET_0); in i2o_status_get()
1169 msg->u.head[0] = cpu_to_le32(FIVE_WORD_MSG_SIZE | SGL_OFFSET_0); in i2o_event_register()
Di2o_block.c144 msg->u.head[0] = cpu_to_le32(FIVE_WORD_MSG_SIZE | SGL_OFFSET_0); in i2o_block_device_flush()
172 msg->u.head[0] = cpu_to_le32(FIVE_WORD_MSG_SIZE | SGL_OFFSET_0); in i2o_block_device_mount()
201 msg->u.head[0] = cpu_to_le32(FIVE_WORD_MSG_SIZE | SGL_OFFSET_0); in i2o_block_device_lock()
229 msg->u.head[0] = cpu_to_le32(FIVE_WORD_MSG_SIZE | SGL_OFFSET_0); in i2o_block_device_unlock()
259 msg->u.head[0] = cpu_to_le32(FOUR_WORD_MSG_SIZE | SGL_OFFSET_0); in i2o_block_device_power()
Di2o_scsi.c552 sgl_offset = SGL_OFFSET_0; in i2o_scsi_queuecommand_lck()
660 if (sgl_offset != SGL_OFFSET_0) { in i2o_scsi_queuecommand_lck()
724 msg->u.head[0] = cpu_to_le32(FIVE_WORD_MSG_SIZE | SGL_OFFSET_0); in DEF_SCSI_QCMD()
Dbus-osm.c48 msg->u.head[0] = cpu_to_le32(FIVE_WORD_MSG_SIZE | SGL_OFFSET_0); in i2o_bus_scan()
Di2o_config.c400 msg->u.head[0] = cpu_to_le32(SEVEN_WORD_MSG_SIZE | SGL_OFFSET_0); in i2o_cfg_swdel()
435 msg->u.head[0] = cpu_to_le32(FOUR_WORD_MSG_SIZE | SGL_OFFSET_0); in i2o_cfg_validate()
477 msg->u.head[0] = cpu_to_le32(FOUR_WORD_MSG_SIZE | SGL_OFFSET_0); in i2o_cfg_evt_reg()
Ddevice.c44 msg->u.head[0] = cpu_to_le32(FIVE_WORD_MSG_SIZE | SGL_OFFSET_0); in i2o_device_issue_claim()
/linux-2.6.39/drivers/scsi/dpt/
Ddpti_i2o.h397 #define SGL_OFFSET_0 I2OVERSION macro
/linux-2.6.39/include/linux/
Di2o.h317 #define SGL_OFFSET_0 I2OVERSION macro
908 THREE_WORD_MSG_SIZE | SGL_OFFSET_0, in i2o_msg_nop_mfa()
/linux-2.6.39/drivers/scsi/
Ddpt_i2o.c790 msg[0] = FIVE_WORD_MSG_SIZE|SGL_OFFSET_0; in adpt_abort()
832 msg[0] = FOUR_WORD_MSG_SIZE|SGL_OFFSET_0; in adpt_device_reset()
870 msg[0] = FOUR_WORD_MSG_SIZE|SGL_OFFSET_0; in adpt_bus_reset()
1476 msg[0]=EIGHT_WORD_MSG_SIZE|SGL_OFFSET_0; in adpt_i2o_reset_hba()
2416 msg[0] = reqlen<<16 | ((reqlen > 12) ? SGL_OFFSET_12 : SGL_OFFSET_0); in adpt_scsi_to_i2o()
2885 writel( THREE_WORD_MSG_SIZE | SGL_OFFSET_0,&msg[0]); in adpt_send_nop()
3042 writel(NINE_WORD_MSG_SIZE|SGL_OFFSET_0, &msg[0]); in adpt_i2o_status_get()
3529 msg[0] = FOUR_WORD_MSG_SIZE|SGL_OFFSET_0; in adpt_i2o_quiesce_hba()
3565 msg[0]=FOUR_WORD_MSG_SIZE|SGL_OFFSET_0; in adpt_i2o_enable_hba()