Home
last modified time | relevance | path

Searched refs:MSG_EXT_SDTR (Results 1 – 5 of 5) sorted by relevance

/drivers/scsi/aic7xxx/
Dscsi_message.h52 #define MSG_EXT_SDTR 0x01 macro
Daic7xxx_core.c1880 MSG_EXT_SDTR, FALSE)) { in ahc_handle_scsiint()
3612 case MSG_EXT_SDTR: in ahc_parse_msg()
3664 if (ahc_sent_msg(ahc, AHCMSG_EXT, MSG_EXT_SDTR, TRUE)) { in ahc_parse_msg()
4050 } else if (ahc_sent_msg(ahc, AHCMSG_EXT, MSG_EXT_SDTR, /*full*/FALSE)) { in ahc_handle_msg_reject()
Daic79xx_core.c3180 } else if (ahd_sent_msg(ahd, AHDMSG_EXT, MSG_EXT_SDTR, FALSE) in ahd_handle_nonpkt_busfree()
5117 case MSG_EXT_SDTR: in ahd_parse_msg()
5165 if (ahd_sent_msg(ahd, AHDMSG_EXT, MSG_EXT_SDTR, TRUE)) { in ahd_parse_msg()
5572 } else if (ahd_sent_msg(ahd, AHDMSG_EXT, MSG_EXT_SDTR, /*full*/FALSE)) { in ahd_handle_msg_reject()
/drivers/scsi/pcmcia/
Dnsp_cs.h382 #define MSG_EXT_SDTR 0x01 macro
Dnsp_cs.c1233 data->MsgBuffer[i] = MSG_EXT_SDTR; i++; in nspintr()
1262 data->MsgBuffer[2] == MSG_EXT_SDTR ) { in nspintr()