Home
last modified time | relevance | path

Searched refs:tag_msgs (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx_osm.c4109 uint8_t tag_msgs[2]; local
4111 msg_bytes = scsi_populate_tag_msg(cmd, tag_msgs);
4112 if (msg_bytes && tag_msgs[0] != MSG_SIMPLE_TASK) {
4113 hscb->control |= tag_msgs[0];
4114 if (tag_msgs[0] == MSG_ORDERED_TASK)
Daic7xxx_osm.c3728 uint8_t tag_msgs[2]; local
3730 msg_bytes = scsi_populate_tag_msg(cmd, tag_msgs);
3731 if (msg_bytes && tag_msgs[0] != MSG_SIMPLE_TASK) {
3732 hscb->control |= tag_msgs[0];
3733 if (tag_msgs[0] == MSG_ORDERED_TASK)