Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/esp/
Dncr53c9x.c570 ecb = sc->sc_nexus; in ncr53c9x_clear()
635 sc->sc_nexus = NULL; in ncr53c9x_init()
1321 sc->sc_nexus = ecb; in ncr53c9x_sched()
1328 sc->sc_nexus = ecb; in ncr53c9x_sched()
1372 if (ecb == sc->sc_nexus) in ncr53c9x_sense()
1468 if (ecb == sc->sc_nexus) { in ncr53c9x_done()
1469 sc->sc_nexus = NULL; in ncr53c9x_done()
1715 sc->sc_nexus = ecb; in ncr53c9x_reselect()
1850 ecb = sc->sc_nexus; in ncr53c9x_msgin()
2180 ecb = sc->sc_nexus; in ncr53c9x_msgout()
[all …]
Dncr53c9xvar.h333 struct ncr53c9x_ecb *sc_nexus; /* Current command */ member