Searched refs:sc_tx_snd (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/next68k/dev/
H A Dmb8795var.h67 struct ifaltq sc_tx_snd; member in struct:mb8795_softc
H A Dmb8795.c387 if ((ifp->if_flags & IFF_RUNNING) && !IF_IS_EMPTY(&sc->sc_tx_snd)) {
547 if (! IF_IS_EMPTY(&sc->sc_tx_snd)) {
716 IF_ENQUEUE(&sc->sc_tx_snd, m);
756 IF_DEQUEUE(&sc->sc_tx_snd, m);
H A Dif_xe.c576 if ((ifp->if_flags & IFF_RUNNING) && !IF_IS_EMPTY(&sc->sc_tx_snd)) {

Completed in 59 milliseconds