Searched refs:ep_softc (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/sys/dev/ic/ |
| D | elink3.c | 133 void ep_vortex_probemedia(struct ep_softc *sc); 134 void ep_isa_probemedia(struct ep_softc *sc); 136 void eptxstat(struct ep_softc *); 137 int epstatus(struct ep_softc *); 141 void epreset(struct ep_softc *); 142 void epread(struct ep_softc *); 143 struct mbuf *epget(struct ep_softc *, int); 145 void epmbufempty(struct ep_softc *); 146 void epsetfilter(struct ep_softc *); 147 void ep_roadrunner_mii_enable(struct ep_softc *); [all …]
|
| D | elink3var.h | 37 struct ep_softc { struct 91 void epconfig(struct ep_softc *, u_short, u_int8_t *); argument 93 void epstop(struct ep_softc *); 94 void epinit(struct ep_softc *);
|
| /openbsd/src/sys/dev/pcmcia/ |
| D | if_ep_pcmcia.c | 91 int ep_pcmcia_enable(struct ep_softc *); 92 void ep_pcmcia_disable(struct ep_softc *); 93 void ep_pcmcia_disable1(struct ep_softc *); 96 int ep_pcmcia_enable1(struct ep_softc *); 99 struct ep_softc sc_ep; /* real "ep" softc */ 171 ep_pcmcia_enable(struct ep_softc *sc) in ep_pcmcia_enable() 190 ep_pcmcia_enable1(struct ep_softc *sc) in ep_pcmcia_enable1() 219 ep_pcmcia_disable(struct ep_softc *sc) in ep_pcmcia_disable() 228 ep_pcmcia_disable1(struct ep_softc *sc) in ep_pcmcia_disable1() 240 struct ep_softc *sc = &psc->sc_ep; in ep_pcmcia_attach() [all …]
|
| /openbsd/src/sys/dev/isa/ |
| D | if_ep_isapnp.c | 79 sizeof(struct ep_softc), ep_isapnp_match, ep_isapnp_attach 99 struct ep_softc *sc = (void *)self; in ep_isapnp_attach()
|
| D | if_ep_isa.c | 79 sizeof(struct ep_softc), ep_isa_probe, ep_isa_attach 250 struct ep_softc *sc = (void *)self; in ep_isa_attach()
|
| /openbsd/src/sys/dev/pci/ |
| D | if_ep_pci.c | 68 sizeof(struct ep_softc), ep_pci_match, ep_pci_attach 88 struct ep_softc *sc = (void *)self; in ep_pci_attach()
|
| /openbsd/src/sys/dev/eisa/ |
| D | if_ep_eisa.c | 75 sizeof(struct ep_softc), ep_eisa_match, ep_eisa_attach 109 struct ep_softc *sc = (void *)self; in ep_eisa_attach()
|