Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic7xxx/
Dscsi_message.h52 #define MSG_EXT_SDTR 0x01 macro
Daic7xxx_core.c1902 MSG_EXT_SDTR, FALSE)) { in ahc_handle_scsiint()
3635 case MSG_EXT_SDTR: in ahc_parse_msg()
3687 if (ahc_sent_msg(ahc, AHCMSG_EXT, MSG_EXT_SDTR, TRUE)) { in ahc_parse_msg()
4073 } else if (ahc_sent_msg(ahc, AHCMSG_EXT, MSG_EXT_SDTR, /*full*/FALSE)) { in ahc_handle_msg_reject()
Daic79xx_core.c3211 } else if (ahd_sent_msg(ahd, AHDMSG_EXT, MSG_EXT_SDTR, FALSE) in ahd_handle_nonpkt_busfree()
5151 case MSG_EXT_SDTR: in ahd_parse_msg()
5199 if (ahd_sent_msg(ahd, AHDMSG_EXT, MSG_EXT_SDTR, TRUE)) { in ahd_parse_msg()
5606 } else if (ahd_sent_msg(ahd, AHDMSG_EXT, MSG_EXT_SDTR, /*full*/FALSE)) { in ahd_handle_msg_reject()
/Linux-v4.19/drivers/scsi/pcmcia/
Dnsp_cs.h386 #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()