Searched refs:ahc_sent_msg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 179 static int ahc_sent_msg(struct ahc_softc *ahc, ahc_msgtype type, 1821 if (ahc_sent_msg(ahc, AHCMSG_1B, MSG_ABORT_TAG, TRUE) in ahc_handle_scsiint() 1822 || ahc_sent_msg(ahc, AHCMSG_1B, MSG_ABORT, TRUE)) { in ahc_handle_scsiint() 1835 } else if (ahc_sent_msg(ahc, AHCMSG_1B, in ahc_handle_scsiint() 1848 } else if (ahc_sent_msg(ahc, AHCMSG_EXT, in ahc_handle_scsiint() 1867 } else if (ahc_sent_msg(ahc, AHCMSG_EXT, in ahc_handle_scsiint() 1879 } else if (ahc_sent_msg(ahc, AHCMSG_EXT, in ahc_handle_scsiint() 3514 ahc_sent_msg(struct ahc_softc *ahc, ahc_msgtype type, u_int msgval, int full) in ahc_sent_msg() function 3664 if (ahc_sent_msg(ahc, AHCMSG_EXT, MSG_EXT_SDTR, TRUE)) { in ahc_parse_msg() 3725 if (ahc_sent_msg(ah in ahc_parse_msg() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 179 static int ahc_sent_msg(struct ahc_softc *ahc, ahc_msgtype type, 1820 if (ahc_sent_msg(ahc, AHCMSG_1B, ABORT_TASK, TRUE) in ahc_handle_scsiint() 1821 || ahc_sent_msg(ahc, AHCMSG_1B, ABORT_TASK_SET, TRUE)) { in ahc_handle_scsiint() 1834 } else if (ahc_sent_msg(ahc, AHCMSG_1B, in ahc_handle_scsiint() 1847 } else if (ahc_sent_msg(ahc, AHCMSG_EXT, in ahc_handle_scsiint() 1866 } else if (ahc_sent_msg(ahc, AHCMSG_EXT, in ahc_handle_scsiint() 1878 } else if (ahc_sent_msg(ahc, AHCMSG_EXT, in ahc_handle_scsiint() 3512 ahc_sent_msg(struct ahc_softc *ahc, ahc_msgtype type, u_int msgval, int full) in ahc_sent_msg() function 3662 if (ahc_sent_msg(ahc, AHCMSG_EXT, EXTENDED_SDTR, TRUE)) { in ahc_parse_msg() 3723 if (ahc_sent_msg(ah in ahc_parse_msg() [all...] |
Completed in 11 milliseconds