Home
last modified time | relevance | path

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

/drivers/scsi/aic7xxx_old/
Dscsi_message.h3 #define MSG_EXTENDED 0x01 /* O/O */ macro
Daic7xxx.seq782 cmp A,MSG_EXTENDED je mesgin_extended;
/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
Daic7xxx_old.c3752 p->msg_buf[p->msg_index++] = MSG_EXTENDED; in aic7xxx_construct_ppr()
3775 p->msg_buf[p->msg_index++] = MSG_EXTENDED; in aic7xxx_construct_sdtr()
3794 p->msg_buf[p->msg_index++] = MSG_EXTENDED; in aic7xxx_construct_wdtr()
4931 if (p->msg_buf[0] != MSG_EXTENDED) in aic7xxx_parse_msg()
Ddc395x.c1420 *ptr++ = MSG_EXTENDED; /* (01h) */ in build_sdtr()
1444 *ptr++ = MSG_EXTENDED; /* (01h) */ in build_wdtr()
/drivers/scsi/pcmcia/
Dnsp_cs.h386 #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()