Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/stge/
H A Dif_stge.c161 static __inline struct mbuf *stge_fixup_rx(struct stge_softc *, struct mbuf *);
1518 stge_fixup_rx(struct stge_softc *sc, struct mbuf *m) in stge_fixup_rx() function
1655 if ((m = stge_fixup_rx(sc, m)) == NULL) { in stge_rxeof()