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

  /src/sys/dev/ic/
dm9000var.h 76 struct dme_softc { struct
99 int (*sc_pkt_write)(struct dme_softc *, struct mbuf *);
100 int (*sc_pkt_read)(struct dme_softc *, struct mbuf **);
113 int dme_attach(struct dme_softc *, const uint8_t *);
114 int dme_detach(struct dme_softc *);
119 dme_read(struct dme_softc *sc, int reg)
126 dme_write(struct dme_softc *sc, int reg, uint8_t value)
133 dme_write2(struct dme_softc *sc, int reg, uint16_t value)
140 dme_write_c(struct dme_softc *sc, int reg, const uint8_t value[], uint count)
148 dme_read_c(struct dme_softc *sc, int reg, uint8_t *value, uint count
    [all...]

Completed in 11 milliseconds