Searched refs:an_softc (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/sys/dev/ic/ |
| D | an.c | 140 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 …]
|
| D | anvar.h | 640 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/ |
| D | if_an_pcmcia.c | 58 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/ |
| D | if_an_pci.c | 87 sizeof (struct an_softc), an_pci_match, an_pci_attach 113 struct an_softc *sc = (struct an_softc *)self;
|
| /mirbsd/src/sys/dev/isa/ |
| D | if_an_isapnp.c | 54 sizeof(struct an_softc), an_isapnp_match, an_isapnp_attach 70 struct an_softc *sc = (void *)self;
|