Searched refs:MSG_EXT_WDTR (Results 1 – 5 of 5) sorted by relevance
/drivers/scsi/aic7xxx_old/ |
D | scsi_message.h | 37 #define MSG_EXT_WDTR 0x03 macro
|
/drivers/scsi/aic7xxx/ |
D | scsi_message.h | 55 #define MSG_EXT_WDTR 0x03 macro
|
D | aic7xxx_core.c | 1890 MSG_EXT_WDTR, FALSE)) { in ahc_handle_scsiint() 3714 case MSG_EXT_WDTR: in ahc_parse_msg() 3748 if (ahc_sent_msg(ahc, AHCMSG_EXT, MSG_EXT_WDTR, TRUE)) { in ahc_parse_msg() 4048 } else if (ahc_sent_msg(ahc, AHCMSG_EXT, MSG_EXT_WDTR, /*full*/FALSE)) { in ahc_handle_msg_reject()
|
D | aic79xx_core.c | 3186 } else if (ahd_sent_msg(ahd, AHDMSG_EXT, MSG_EXT_WDTR, FALSE) in ahd_handle_nonpkt_busfree() 5226 case MSG_EXT_WDTR: in ahd_parse_msg() 5260 if (ahd_sent_msg(ahd, AHDMSG_EXT, MSG_EXT_WDTR, TRUE)) { in ahd_parse_msg() 5581 } else if (ahd_sent_msg(ahd, AHDMSG_EXT, MSG_EXT_WDTR, /*full*/FALSE)) { in ahd_handle_msg_reject()
|
/drivers/scsi/ |
D | aic7xxx_old.c | 3796 p->msg_buf[p->msg_index++] = MSG_EXT_WDTR; in aic7xxx_construct_wdtr() 5117 case MSG_EXT_WDTR: in aic7xxx_parse_msg()
|