Home
last modified time | relevance | path

Searched refs:an_softc (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/sys/dev/ic/
Dan.c140 void an_reset(struct an_softc *);
142 int an_init_tx_ring(struct an_softc *);
145 void an_rxeof(struct an_softc *);
146 void an_txeof(struct an_softc *, int);
148 void an_promisc(struct an_softc *, int);
149 int an_cmd(struct an_softc *, int, int);
150 int an_read_record(struct an_softc *, struct an_ltv_gen *);
151 int an_write_record(struct an_softc *, struct an_ltv_gen *);
152 int an_read_data(struct an_softc *, int,
154 int an_write_data(struct an_softc *, int,
[all …]
Danvar.h640 struct an_softc { struct
678 int an_attach(struct an_softc *); argument
679 void an_init(struct an_softc *);
680 void an_stop(struct an_softc *);
/mirbsd/src/sys/dev/pcmcia/
Dif_an_pcmcia.c58 struct an_softc sc_an;
99 struct an_softc *sc = (struct an_softc *)self;
145 struct an_softc *sc = (struct an_softc *)dev;
173 struct an_softc *sc = &psc->sc_an;
/mirbsd/src/sys/dev/pci/
Dif_an_pci.c87 sizeof (struct an_softc), an_pci_match, an_pci_attach
113 struct an_softc *sc = (struct an_softc *)self;
/mirbsd/src/sys/dev/isa/
Dif_an_isapnp.c54 sizeof(struct an_softc), an_isapnp_match, an_isapnp_attach
70 struct an_softc *sc = (void *)self;