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

/netbsd-current/sys/dev/isa/
H A Dif_ec.c103 int ec_write_mbuf(struct dp8390_softc *, struct mbuf *, int);
385 sc->write_mbuf = ec_write_mbuf;
567 ec_write_mbuf(struct dp8390_softc *sc, struct mbuf *m, int buf) function
657 panic("ec_write_mbuf: negative len");
660 panic("ec_write_mbuf: data != lim");

Completed in 142 milliseconds