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

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dwe.c95 static int we_write_mbuf(struct dp8390_softc *, struct mbuf *, int);
242 sc->write_mbuf = we_write_mbuf;
340 we_write_mbuf(struct dp8390_softc *sc, struct mbuf *m, int buf) function
421 panic("we_write_mbuf: negative len");
424 panic("we_write_mbuf: data != lim");

Completed in 96 milliseconds