HomeSort by: relevance | last modified time | path
    Searched defs:ne2000_write_mbuf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
ne2000.c 89 static int ne2000_write_mbuf(struct dp8390_softc *, struct mbuf *, int);
202 dsc->write_mbuf = ne2000_write_mbuf;
548 ne2000_write_mbuf(struct dp8390_softc *sc, struct mbuf *m, int buf) function in typeref:typename:int
670 panic("ne2000_write_mbuf: negative len");
673 panic("ne2000_write_mbuf: data != lim");
ne2000.c 89 static int ne2000_write_mbuf(struct dp8390_softc *, struct mbuf *, int);
202 dsc->write_mbuf = ne2000_write_mbuf;
548 ne2000_write_mbuf(struct dp8390_softc *sc, struct mbuf *m, int buf) function in typeref:typename:int
670 panic("ne2000_write_mbuf: negative len");
673 panic("ne2000_write_mbuf: data != lim");

Completed in 23 milliseconds