HomeSort by: relevance | last modified time | path
    Searched defs:ncr_sched_msgout (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
ncr5380sbc.c 188 static inline void ncr_sched_msgout(struct ncr5380_softc *, int);
228 ncr_sched_msgout(struct ncr5380_softc *sc, int msg_code) function in typeref:typename:void
492 * can not call ncr_sched_msgout() because
504 ncr_sched_msgout(sc, SEND_ABORT);
1615 ncr_sched_msgout(sc, SEND_PARITY_ERROR);
1622 ncr_sched_msgout(sc, SEND_REJECT);
1680 ncr_sched_msgout(sc, sc->sc_msgout);
1744 ncr_sched_msgout(sc, SEND_REJECT);
1751 ncr_sched_msgout(sc, SEND_ABORT);
2041 ncr_sched_msgout(sc, SEND_ABORT)
    [all...]
ncr5380sbc.c 188 static inline void ncr_sched_msgout(struct ncr5380_softc *, int);
228 ncr_sched_msgout(struct ncr5380_softc *sc, int msg_code) function in typeref:typename:void
492 * can not call ncr_sched_msgout() because
504 ncr_sched_msgout(sc, SEND_ABORT);
1615 ncr_sched_msgout(sc, SEND_PARITY_ERROR);
1622 ncr_sched_msgout(sc, SEND_REJECT);
1680 ncr_sched_msgout(sc, sc->sc_msgout);
1744 ncr_sched_msgout(sc, SEND_REJECT);
1751 ncr_sched_msgout(sc, SEND_ABORT);
2041 ncr_sched_msgout(sc, SEND_ABORT)
    [all...]

Completed in 25 milliseconds