Home
last modified time | relevance | path

Searched refs:MSG_EXTENDED (Results 1 – 7 of 7) sorted by relevance

/drivers/scsi/aic7xxx/
Dscsi_message.h9 #define MSG_EXTENDED 0x01 /* O/O */ macro
Daic7xxx_core.c3546 if (ahc->msgout_buf[index] == MSG_EXTENDED) { in ahc_sent_msg()
3629 case MSG_EXTENDED: in ahc_parse_msg()
Daic79xx_core.c5062 if (ahd->msgout_buf[index] == MSG_EXTENDED) { in ahd_sent_msg()
5145 case MSG_EXTENDED: in ahd_parse_msg()
/drivers/scsi/
Ddc395x.h185 #define MSG_EXTENDED 0x01 macro
Ddc395x.c1420 *ptr++ = MSG_EXTENDED; /* (01h) */ in build_sdtr()
1444 *ptr++ = MSG_EXTENDED; /* (01h) */ in build_wdtr()
/drivers/scsi/pcmcia/
Dnsp_cs.h381 #define MSG_EXTENDED 0x01 macro
Dnsp_cs.c1232 data->MsgBuffer[i] = MSG_EXTENDED; i++; in nspintr()
1261 data->MsgBuffer[0] == MSG_EXTENDED && in nspintr()
1281 if (data->MsgBuffer[i] == MSG_EXTENDED) { in nspintr()