Searched defs:lance_softc (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/sys/dev/ic/ |
H A D | lancevar.h | 34 struct lance_softc { struct 46 void (*sc_copytodesc)(struct lance_softc *, void *, int, int); argument 47 void (*sc_copyfromdesc)(struct lance_softc *, void *, int, int); argument 48 void (*sc_copytobuf)(struct lance_softc *, void *, int, int); argument 49 void (*sc_copyfrombuf)(struct lance_softc *, void *, int, int); argument 50 void (*sc_zerobuf)(struct lance_softc *, int, int); argument 61 uint16_t (*sc_rdcsr)(struct lance_softc *, uint16_t); argument 62 void (*sc_wrcsr)(struct lance_softc *, uint16_t, uint16_t); argument 63 void (*sc_hwreset)(struct lance_softc *); argument 64 void (*sc_hwinit)(struct lance_softc *); argument [all …]
|