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

  /src/sys/dev/ic/
seeq8005.c 143 static void ea_writebuf(struct seeq8005_softc *, u_char *, int, size_t);
353 ea_writebuf(sc, NULL, 0x0000, 0); \
588 ea_writebuf(struct seeq8005_softc *sc, u_char *buf, int addr, size_t len) function in typeref:typename:void
806 ea_writebuf(sc, NULL, sc->sc_rx_ptr, 0);
826 ea_writebuf(sc, NULL, 0x0000, 0);
963 ea_writebuf(sc, mtod(m, u_char *), bufstart + 4 + len,
969 ea_writebuf(sc, padbuf, bufstart + 4 + len,
976 ea_writebuf(sc, hdr, bufstart + 4 + len, 4);
988 ea_writebuf(sc, hdr, bufstart, 4);
seeq8005.c 143 static void ea_writebuf(struct seeq8005_softc *, u_char *, int, size_t);
353 ea_writebuf(sc, NULL, 0x0000, 0); \
588 ea_writebuf(struct seeq8005_softc *sc, u_char *buf, int addr, size_t len) function in typeref:typename:void
806 ea_writebuf(sc, NULL, sc->sc_rx_ptr, 0);
826 ea_writebuf(sc, NULL, 0x0000, 0);
963 ea_writebuf(sc, mtod(m, u_char *), bufstart + 4 + len,
969 ea_writebuf(sc, padbuf, bufstart + 4 + len,
976 ea_writebuf(sc, hdr, bufstart + 4 + len, 4);
988 ea_writebuf(sc, hdr, bufstart, 4);

Completed in 26 milliseconds