Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/aic7xxx/
Daic79xx.c165 static int ahd_sent_msg(struct ahd_softc *ahd, ahd_msgtype type,
2222 if (ahd_sent_msg(ahd, AHDMSG_1B, MSG_ABORT_TAG, TRUE) in ahd_handle_nonpkt_busfree()
2223 || ahd_sent_msg(ahd, AHDMSG_1B, MSG_ABORT, TRUE)) { in ahd_handle_nonpkt_busfree()
2264 } else if (ahd_sent_msg(ahd, AHDMSG_1B, in ahd_handle_nonpkt_busfree()
2283 } else if (ahd_sent_msg(ahd, AHDMSG_EXT, MSG_EXT_PPR, FALSE) in ahd_handle_nonpkt_busfree()
2333 } else if (ahd_sent_msg(ahd, AHDMSG_EXT, MSG_EXT_WDTR, FALSE) in ahd_handle_nonpkt_busfree()
2355 } else if (ahd_sent_msg(ahd, AHDMSG_EXT, MSG_EXT_SDTR, FALSE) in ahd_handle_nonpkt_busfree()
2379 && ahd_sent_msg(ahd, AHDMSG_1B, in ahd_handle_nonpkt_busfree()
2388 && ahd_sent_msg(ahd, AHDMSG_1B, in ahd_handle_nonpkt_busfree()
4242 ahd_sent_msg(struct ahd_softc *ahd, ahd_msgtype type, u_int msgval, int full) in ahd_sent_msg() function
[all …]