Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/aic7xxx/
H A Daic79xx_core.c151 static int ahd_sent_msg(struct ahd_softc *ahd, ahd_msgtype type,
3053 if (ahd_sent_msg(ahd, AHDMSG_1B, ABORT_TASK, TRUE) in ahd_handle_nonpkt_busfree()
3054 || ahd_sent_msg(ahd, AHDMSG_1B, ABORT_TASK_SET, TRUE)) { in ahd_handle_nonpkt_busfree()
3095 } else if (ahd_sent_msg(ahd, AHDMSG_1B, in ahd_handle_nonpkt_busfree()
3101 } else if (ahd_sent_msg(ahd, AHDMSG_EXT, EXTENDED_PPR, FALSE) in ahd_handle_nonpkt_busfree()
3206 && ahd_sent_msg(ahd, AHDMSG_1B, in ahd_handle_nonpkt_busfree()
3215 && ahd_sent_msg(ahd, AHDMSG_1B, in ahd_handle_nonpkt_busfree()
5163 if (ahd_sent_msg(ahd, AHDMSG_EXT, EXTENDED_SDTR, TRUE)) { in ahd_parse_msg()
5224 if (ahd_sent_msg(ahd, AHDMSG_EXT, EXTENDED_WDTR, TRUE)) { in ahd_parse_msg()
5341 if (ahd_sent_msg(ahd, AHDMSG_EXT, EXTENDED_PPR, TRUE)) { in ahd_parse_msg()
[all …]