sc_rxtailp        990 dev/pci/if_stge.c 			KASSERT(sc->sc_rxtailp == &sc->sc_rxhead);
sc_rxtailp       1008 dev/pci/if_stge.c 		*sc->sc_rxtailp = NULL;
sc_rxtailp        573 dev/pci/if_stgereg.h 	struct mbuf **sc_rxtailp;
sc_rxtailp        587 dev/pci/if_stgereg.h 	(sc)->sc_rxtailp = &(sc)->sc_rxhead;				\
sc_rxtailp        588 dev/pci/if_stgereg.h 	*(sc)->sc_rxtailp = NULL;					\
sc_rxtailp        594 dev/pci/if_stgereg.h 	*(sc)->sc_rxtailp = (sc)->sc_rxtail = (m);			\
sc_rxtailp        595 dev/pci/if_stgereg.h 	(sc)->sc_rxtailp = &(m)->m_next;				\