Home
last modified time | relevance | path

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

/drivers/scsi/aic7xxx_old/
Dscsi_message.h43 #define MSG_EXT_PPR 0x04 macro
/drivers/scsi/aic7xxx/
Dscsi_message.h61 #define MSG_EXT_PPR 0x04 /* SPI3 */ macro
Daic7xxx_core.c1871 MSG_EXT_PPR, FALSE)) { in ahc_handle_scsiint()
3811 case MSG_EXT_PPR: in ahc_parse_msg()
3871 if (ahc_sent_msg(ahc, AHCMSG_EXT, MSG_EXT_PPR, TRUE)) { in ahc_parse_msg()
4030 if (ahc_sent_msg(ahc, AHCMSG_EXT, MSG_EXT_PPR, /*full*/FALSE)) { in ahc_handle_msg_reject()
Daic79xx_core.c3133 } else if (ahd_sent_msg(ahd, AHDMSG_EXT, MSG_EXT_PPR, FALSE) in ahd_handle_nonpkt_busfree()
5313 case MSG_EXT_PPR: in ahd_parse_msg()
5368 if (ahd_sent_msg(ahd, AHDMSG_EXT, MSG_EXT_PPR, TRUE)) { in ahd_parse_msg()
5534 if (ahd_sent_msg(ahd, AHDMSG_EXT, MSG_EXT_PPR, /*full*/FALSE)) { in ahd_handle_msg_reject()
5535 if (ahd_sent_msg(ahd, AHDMSG_EXT, MSG_EXT_PPR, /*full*/TRUE) in ahd_handle_msg_reject()
/drivers/scsi/
Daic7xxx_old.c3760 p->msg_buf[p->msg_index++] = MSG_EXT_PPR; in aic7xxx_construct_ppr()
5291 case MSG_EXT_PPR: in aic7xxx_parse_msg()