Searched refs:MSG_EXT_SDTR (Results 1 – 5 of 5) sorted by relevance
/drivers/scsi/aic7xxx/ |
D | scsi_message.h | 52 #define MSG_EXT_SDTR 0x01 macro
|
D | aic7xxx_core.c | 1880 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()
|
D | aic79xx_core.c | 3180 } 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/ |
D | nsp_cs.h | 382 #define MSG_EXT_SDTR 0x01 macro
|
D | nsp_cs.c | 1233 data->MsgBuffer[i] = MSG_EXT_SDTR; i++; in nspintr() 1262 data->MsgBuffer[2] == MSG_EXT_SDTR ) { in nspintr()
|