Searched refs:sc_tx_loaded (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/next68k/dev/
H A Dif_xevar.h38 int sc_tx_loaded; member in struct:xe_softc
H A Dif_xe.c217 xsc->sc_tx_loaded = 0;
328 if (xsc->sc_tx_loaded) {
333 xsc->sc_tx_loaded = 0;
493 if (xsc->sc_tx_loaded != 0) {
494 panic("%s: xsc->sc_tx_loaded is %d",sc->sc_dev.dv_xname,
495 xsc->sc_tx_loaded);
510 return (xsc->sc_tx_loaded != 0);
528 if (!xsc->sc_tx_loaded) {
548 if (!xsc->sc_tx_loaded) {
555 if (xsc->sc_tx_loaded) {
[all...]

Completed in 101 milliseconds