Home
last modified time | relevance | path

Searched refs:xl_softc (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/ic/
H A Dxl.c189 struct xl_softc *sc = (struct xl_softc *)self; in xl_activate()
431 struct xl_softc *sc = (struct xl_softc *)self; in xl_miibus_readreg()
449 struct xl_softc *sc = (struct xl_softc *)self; in xl_miibus_writereg()
467 struct xl_softc *sc = (struct xl_softc *)self; in xl_miibus_statchg()
1417 struct xl_softc *sc; in xl_intr()
1472 struct xl_softc *sc; in xl_stats_update()
1636 struct xl_softc *sc; in xl_start()
1768 struct xl_softc *sc; in xl_start_90xB()
2042 struct xl_softc *sc; in xl_ifmedia_upd()
2083 struct xl_softc *sc; in xl_ifmedia_sts()
[all …]
H A Dxlreg.h584 struct xl_softc { struct
606 void (*intr_ack)(struct xl_softc *); argument
761 extern void xl_attach(struct xl_softc *);
762 extern int xl_detach(struct xl_softc *);
764 void xl_stop(struct xl_softc *);
765 void xl_reset(struct xl_softc *);
/openbsd/sys/dev/cardbus/
H A Dif_xl_cardbus.c65 void xl_cardbus_intr_ack(struct xl_softc *);
74 struct xl_softc sc_softc;
177 struct xl_softc *sc = &csc->sc_softc; in xl_cardbus_attach()
276 struct xl_softc *sc = &csc->sc_softc; in xl_cardbus_detach()
291 xl_cardbus_intr_ack(struct xl_softc *sc) in xl_cardbus_intr_ack()
/openbsd/sys/dev/pci/
H A Dif_xl_pci.c73 void xl_pci_intr_ack(struct xl_softc *);
79 struct xl_softc psc_softc;
133 struct xl_softc *sc = &psc->psc_softc; in xl_pci_attach()
285 struct xl_softc *sc = &psc->psc_softc; in xl_pci_detach()
299 xl_pci_intr_ack(struct xl_softc *sc) in xl_pci_intr_ack()