Searched refs:ahc_sent_msg (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 186 static int ahc_sent_msg(struct ahc_softc *ahc, ahc_msgtype type, 1828 if (ahc_sent_msg(ahc, AHCMSG_1B, MSG_ABORT_TAG, TRUE) ahc_handle_scsiint() 1829 || ahc_sent_msg(ahc, AHCMSG_1B, MSG_ABORT, TRUE)) { ahc_handle_scsiint() 1842 } else if (ahc_sent_msg(ahc, AHCMSG_1B, ahc_handle_scsiint() 1870 } else if (ahc_sent_msg(ahc, AHCMSG_EXT, ahc_handle_scsiint() 1889 } else if (ahc_sent_msg(ahc, AHCMSG_EXT, ahc_handle_scsiint() 1901 } else if (ahc_sent_msg(ahc, AHCMSG_EXT, ahc_handle_scsiint() 3537 ahc_sent_msg(struct ahc_softc *ahc, ahc_msgtype type, u_int msgval, int full) ahc_sent_msg() function 3687 if (ahc_sent_msg(ahc, AHCMSG_EXT, MSG_EXT_SDTR, TRUE)) { ahc_parse_msg() 3748 if (ahc_sent_msg(ahc, AHCMSG_EXT, MSG_EXT_WDTR, TRUE)) { ahc_parse_msg() 3870 if (ahc_sent_msg(ahc, AHCMSG_EXT, MSG_EXT_PPR, TRUE)) { ahc_parse_msg() 4029 if (ahc_sent_msg(ahc, AHCMSG_EXT, MSG_EXT_PPR, /*full*/FALSE)) { ahc_handle_msg_reject() 4048 } else if (ahc_sent_msg(ahc, AHCMSG_EXT, MSG_EXT_WDTR, /*full*/FALSE)) { ahc_handle_msg_reject() 4073 } else if (ahc_sent_msg(ahc, AHCMSG_EXT, MSG_EXT_SDTR, /*full*/FALSE)) { ahc_handle_msg_reject()
|
Completed in 65 milliseconds