| D | lancevar.h | 42 struct lance_softc { struct 56 void (*sc_copytodesc)(struct lance_softc *, void *, int, int); argument 57 void (*sc_copyfromdesc)(struct lance_softc *, void *, int, int); argument 58 void (*sc_copytobuf)(struct lance_softc *, void *, int, int); argument 59 void (*sc_copyfrombuf)(struct lance_softc *, void *, int, int); argument 60 void (*sc_zerobuf)(struct lance_softc *, int, int); argument 71 uint16_t (*sc_rdcsr)(struct lance_softc *, uint16_t); argument 72 void (*sc_wrcsr)(struct lance_softc *, uint16_t, uint16_t); argument 73 void (*sc_hwreset)(struct lance_softc *); argument 74 void (*sc_hwinit)(struct lance_softc *); argument [all …]
|