Home
last modified time | relevance | path

Searched refs:sc_rxtailp (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/pci/
Dif_stge.c195 struct mbuf **sc_rxtailp; member
209 (sc)->sc_rxtailp = &(sc)->sc_rxhead; \
210 *(sc)->sc_rxtailp = NULL; \
216 *(sc)->sc_rxtailp = (sc)->sc_rxtail = (m); \
217 (sc)->sc_rxtailp = &(m)->m_next; \
1289 KASSERT(sc->sc_rxtailp == &sc->sc_rxhead); in stge_rxintr()
1307 *sc->sc_rxtailp = NULL; in stge_rxintr()
Dif_dge.c322 struct mbuf **sc_rxtailp; member
344 (sc)->sc_rxtailp = &(sc)->sc_rxhead; \
345 *(sc)->sc_rxtailp = NULL; \
351 *(sc)->sc_rxtailp = (sc)->sc_rxtail = (m); \
352 (sc)->sc_rxtailp = &(m)->m_next; \
1744 *sc->sc_rxtailp = NULL;
Dif_sip.c309 struct mbuf **sc_rxtailp; member
460 sc->sc_rxtailp = &sc->sc_rxhead; in sip_rxchain_reset()
461 *sc->sc_rxtailp = NULL; in sip_rxchain_reset()
469 *sc->sc_rxtailp = sc->sc_rxtail = m; in sip_rxchain_link()
470 sc->sc_rxtailp = &m->m_next; in sip_rxchain_link()
2197 *sc->sc_rxtailp = NULL; in gsip_rxintr()