| HD | lancevar.h | 40 struct lance_softc { struct 54 void (*sc_copytodesc)(struct lance_softc *, void *, int, int); argument 55 void (*sc_copyfromdesc)(struct lance_softc *, void *, int, int); argument 56 void (*sc_copytobuf)(struct lance_softc *, void *, int, int); argument 57 void (*sc_copyfrombuf)(struct lance_softc *, void *, int, int); argument 58 void (*sc_zerobuf)(struct lance_softc *, int, int); argument 69 uint16_t (*sc_rdcsr)(struct lance_softc *, uint16_t); argument 70 void (*sc_wrcsr)(struct lance_softc *, uint16_t, uint16_t); argument 71 void (*sc_hwreset)(struct lance_softc *); argument 72 void (*sc_hwinit)(struct lance_softc *); argument [all …]
|