Searched refs:sc_rxhead (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/arm/ti/
H A Dif_cpsw.c134 volatile u_int sc_rxhead; member in struct:cpsw_softc
991 sc->sc_rxhead = 0;
1165 KASSERT(sc->sc_rxhead < CPSW_NRXDESCS);
1167 i = sc->sc_rxhead;
1215 sc->sc_rxhead = RXDESC_NEXT(sc->sc_rxhead);
1373 printf("rxhead %02x\n", sc->sc_rxhead);
/netbsd-current/sys/dev/pci/
H A Dif_stge.c193 struct mbuf *sc_rxhead; member in struct:stge_softc
209 (sc)->sc_rxtailp = &(sc)->sc_rxhead; \
1281 if (sc->sc_rxhead != NULL)
1282 m_freem(sc->sc_rxhead);
1289 KASSERT(sc->sc_rxhead == NULL);
1290 KASSERT(sc->sc_rxtailp == &sc->sc_rxhead);
1309 m = sc->sc_rxhead;
H A Dif_dge.c320 struct mbuf *sc_rxhead; member in struct:dge_softc
344 (sc)->sc_rxtailp = &(sc)->sc_rxhead; \
1711 if (sc->sc_rxhead != NULL)
1712 m_freem(sc->sc_rxhead);
1746 m = sc->sc_rxhead;
H A Dif_sip.c307 struct mbuf *sc_rxhead; member in struct:sip_softc
460 sc->sc_rxtailp = &sc->sc_rxhead;
2174 if (sc->sc_rxhead != NULL)
2175 m_freem(sc->sc_rxhead);
2201 m = sc->sc_rxhead;

Completed in 323 milliseconds