Searched refs:ahc_sent_msg (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 192 static int ahc_sent_msg(struct ahc_softc *ahc, ahc_msgtype type, 1245 if (ahc_sent_msg(ahc, AHCMSG_1B, MSG_ABORT_TAG, TRUE) in ahc_handle_scsiint() 1246 || ahc_sent_msg(ahc, AHCMSG_1B, MSG_ABORT, TRUE)) { in ahc_handle_scsiint() 1259 } else if (ahc_sent_msg(ahc, AHCMSG_1B, in ahc_handle_scsiint() 1287 } else if (ahc_sent_msg(ahc, AHCMSG_EXT, in ahc_handle_scsiint() 1306 } else if (ahc_sent_msg(ahc, AHCMSG_EXT, in ahc_handle_scsiint() 1318 } else if (ahc_sent_msg(ahc, AHCMSG_EXT, in ahc_handle_scsiint() 2941 ahc_sent_msg(struct ahc_softc *ahc, ahc_msgtype type, u_int msgval, int full) in ahc_sent_msg() function 3091 if (ahc_sent_msg(ahc, AHCMSG_EXT, MSG_EXT_SDTR, TRUE)) { in ahc_parse_msg() 3152 if (ahc_sent_msg(ahc, AHCMSG_EXT, MSG_EXT_WDTR, TRUE)) { in ahc_parse_msg() [all …]
|