Searched defs:lance_softc (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/sys/dev/le/ |
| D | 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 …]
|