Searched defs:lance_softc (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/sys/dev/netif/lnc/ |
H A D | lancevar.h | 48 struct lance_softc { struct 60 void (*sc_copytodesc)(struct lance_softc *, void *, int, int); argument 61 void (*sc_copyfromdesc)(struct lance_softc *, void *, int, int); argument 62 void (*sc_copytobuf)(struct lance_softc *, void *, int, int); argument 63 void (*sc_copyfrombuf)(struct lance_softc *, void *, int, int); argument 64 void (*sc_zerobuf)(struct lance_softc *, int, int); argument 75 uint16_t (*sc_rdcsr)(struct lance_softc *, uint16_t); argument 76 void (*sc_wrcsr)(struct lance_softc *, uint16_t, uint16_t); argument 77 void (*sc_hwreset)(struct lance_softc *); argument 78 void (*sc_hwinit)(struct lance_softc *); argument [all …]
|