lance_softc
am7990_meminit(struct lance_softc *sc)
am7990_rint(struct lance_softc *sc)
am7990_tint(struct lance_softc *sc)
struct lance_softc *sc = arg;
am7990_start_locked(struct lance_softc *sc)
am7990_recv_print(struct lance_softc *sc, int no)
am7990_xmit_print(struct lance_softc *sc, int no)
static void am7990_meminit(struct lance_softc *);
static void am7990_rint(struct lance_softc *);
static void am7990_tint(struct lance_softc *);
static void am7990_start_locked(struct lance_softc *sc);
static void am7990_recv_print(struct lance_softc *, int);
static void am7990_xmit_print(struct lance_softc *, int);
static void am79900_meminit(struct lance_softc *);
static void am79900_rint(struct lance_softc *);
static void am79900_tint(struct lance_softc *);
static void am79900_start_locked(struct lance_softc *sc);
static void am79900_recv_print(struct lance_softc *, int);
static void am79900_xmit_print(struct lance_softc *, int);
am79900_meminit(struct lance_softc *sc)
am79900_rint(struct lance_softc *sc)
am79900_tint(struct lance_softc *sc)
struct lance_softc *sc = arg;
am79900_start_locked(struct lance_softc *sc)
am79900_recv_print(struct lance_softc *sc, int no)
am79900_xmit_print(struct lance_softc *sc, int no)
struct lance_softc lsc;
struct lance_softc lsc;
static void le_pci_wrbcr(struct lance_softc *, uint16_t, uint16_t);
static uint16_t le_pci_rdbcr(struct lance_softc *, uint16_t);
static void le_pci_wrcsr(struct lance_softc *, uint16_t, uint16_t);
static uint16_t le_pci_rdcsr(struct lance_softc *, uint16_t);
static int le_pci_mediachange(struct lance_softc *);
static void le_pci_hwreset(struct lance_softc *);
le_pci_wrbcr(struct lance_softc *sc, uint16_t port, uint16_t val)
le_pci_rdbcr(struct lance_softc *sc, uint16_t port)
le_pci_wrcsr(struct lance_softc *sc, uint16_t port, uint16_t val)
le_pci_rdcsr(struct lance_softc *sc, uint16_t port)
le_pci_mediachange(struct lance_softc *sc)
le_pci_hwreset(struct lance_softc *sc)
struct lance_softc *sc = (struct lance_softc *)xsc;
struct lance_softc *sc;
struct lance_softc *sc;
lance_config(struct lance_softc *sc, const char* name, int unit)
lance_attach(struct lance_softc *sc)
lance_detach(struct lance_softc *sc)
lance_suspend(struct lance_softc *sc)
lance_resume(struct lance_softc *sc)
struct lance_softc *sc = if_getsoftc(ifp);
lance_stop(struct lance_softc *sc)
struct lance_softc *sc = (struct lance_softc *)xsc;
lance_init_locked(struct lance_softc *sc)
lance_put(struct lance_softc *sc, int boff, struct mbuf *m)
lance_get(struct lance_softc *sc, int boff, int totlen)
struct lance_softc *sc = (struct lance_softc *)xsc;
struct lance_softc *sc = if_getsoftc(ifp);
struct lance_softc *sc = if_getsoftc(ifp);
struct lance_softc *sc = if_getsoftc(ifp);
struct lance_softc *sc;
struct lance_softc *sc = ctx->sc;
lance_setladrf(struct lance_softc *sc, uint16_t *af)
lance_copytobuf_contig(struct lance_softc *sc, void *from, int boff, int len)
lance_copyfrombuf_contig(struct lance_softc *sc, void *to, int boff, int len)
lance_zerobuf_contig(struct lance_softc *sc, int boff, int len)
lance_copytobuf_gap2(struct lance_softc *sc, void *fromv, int boff, int len)
lance_copyfrombuf_gap2(struct lance_softc *sc, void *tov, int boff, int len)
lance_zerobuf_gap2(struct lance_softc *sc, int boff, int len)
lance_copytobuf_gap16(struct lance_softc *sc, void *fromv, int boff, int len)
lance_copyfrombuf_gap16(struct lance_softc *sc, void *tov, int boff, int len)
lance_zerobuf_gap16(struct lance_softc *sc, int boff, int len)
static void lance_stop(struct lance_softc *);
void (*sc_meminit)(struct lance_softc *);
void (*sc_start_locked)(struct lance_softc *);
int lance_config(struct lance_softc *, const char*, int);
void lance_attach(struct lance_softc *);
void lance_detach(struct lance_softc *);
void lance_suspend(struct lance_softc *);
void lance_resume(struct lance_softc *);
void lance_init_locked(struct lance_softc *);
int lance_put(struct lance_softc *, int, struct mbuf *);
struct mbuf *lance_get(struct lance_softc *, int, int);
void lance_setladrf(struct lance_softc *, u_int16_t *);
void lance_copytobuf_contig(struct lance_softc *, void *, int, int);
void lance_copyfrombuf_contig(struct lance_softc *, void *, int, int);
void lance_zerobuf_contig(struct lance_softc *, int, int);
void lance_copytobuf_gap2(struct lance_softc *, void *, int, int);
void lance_copyfrombuf_gap2(struct lance_softc *, void *, int, int);
void lance_zerobuf_gap2(struct lance_softc *, int, int);
void lance_copytobuf_gap16(struct lance_softc *, void *, int, int);
void lance_copyfrombuf_gap16(struct lance_softc *, void *, int, int);
void lance_zerobuf_gap16(struct lance_softc *, int, int);
void (*sc_copytodesc)(struct lance_softc *, void *, int, int);
void (*sc_copyfromdesc)(struct lance_softc *, void *, int, int);
void (*sc_copytobuf)(struct lance_softc *, void *, int, int);
void (*sc_copyfrombuf)(struct lance_softc *, void *, int, int);
void (*sc_zerobuf)(struct lance_softc *, int, int);
uint16_t (*sc_rdcsr)(struct lance_softc *, uint16_t);
void (*sc_wrcsr)(struct lance_softc *, uint16_t, uint16_t);
void (*sc_hwreset)(struct lance_softc *);
void (*sc_hwinit)(struct lance_softc *);
int (*sc_hwintr)(struct lance_softc *);
void (*sc_nocarrier)(struct lance_softc *);
int (*sc_mediachange)(struct lance_softc *);
void (*sc_mediastatus)(struct lance_softc *, struct ifmediareq *);