H A D | lancevar.h | 39 struct lance_softc { struct 53 void (*sc_copytodesc)(struct lance_softc *, void *, int, int); argument 54 void (*sc_copyfromdesc)(struct lance_softc *, void *, int, int); argument 55 void (*sc_copytobuf)(struct lance_softc *, void *, int, int); argument 56 void (*sc_copyfrombuf)(struct lance_softc *, void *, int, int); argument 57 void (*sc_zerobuf)(struct lance_softc *, int, int); argument 68 uint16_t (*sc_rdcsr)(struct lance_softc *, uint16_t); argument 69 void (*sc_wrcsr)(struct lance_softc *, uint16_t, uint16_t); argument 70 void (*sc_hwreset)(struct lance_softc *); argument 71 void (*sc_hwinit)(struct lance_softc *); argument [all …]
|