Searched refs:spc_sched_msgout (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | mb89352.c | 182 integrate void spc_sched_msgout(struct spc_softc *, uint8_t); 633 spc_sched_msgout(struct spc_softc *sc, uint8_t m) in spc_sched_msgout() function 758 spc_sched_msgout(sc, SEND_DEV_RESET); in spc_reselect() 760 spc_sched_msgout(sc, SEND_ABORT); in spc_reselect() 771 spc_sched_msgout(sc, SEND_DEV_RESET); in spc_reselect() 775 spc_sched_msgout(sc, SEND_ABORT); in spc_reselect() 949 spc_sched_msgout(sc, SEND_PARITY_ERROR); in spc_msgin() 1003 spc_sched_msgout(sc, SEND_REJECT); in spc_msgin() 1067 spc_sched_msgout(sc, sc->sc_lastmsg); in spc_msgin() 1095 spc_sched_msgout(sc, SEND_ABORT); in spc_msgin() [all …]
|