Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/cardbus/
H A Dif_fxp_cardbus.c81 static void fxp_cardbus_setup(struct fxp_softc *);
82 static int fxp_cardbus_enable(struct fxp_softc *);
83 static void fxp_cardbus_disable(struct fxp_softc *);
86 struct fxp_softc sc;
119 struct fxp_softc *sc = &csc->sc; in fxp_cardbus_attach()
179 fxp_cardbus_setup(struct fxp_softc * sc) in fxp_cardbus_setup()
202 fxp_cardbus_enable(struct fxp_softc * sc) in fxp_cardbus_enable()
223 fxp_cardbus_disable(struct fxp_softc * sc) in fxp_cardbus_disable()
238 struct fxp_softc *sc = &csc->sc; in fxp_cardbus_detach()
/netbsd-src/sys/dev/ic/
H A Di82557.c168 void fxp_mii_initmedia(struct fxp_softc *);
171 void fxp_80c24_initmedia(struct fxp_softc *);
181 void fxp_txintr(struct fxp_softc *);
182 int fxp_rxintr(struct fxp_softc *);
184 void fxp_rx_hwcksum(struct fxp_softc *, struct mbuf *,
187 void fxp_rxdrain(struct fxp_softc *);
188 int fxp_add_rfabuf(struct fxp_softc *, bus_dmamap_t, int);
192 void fxp_autosize_eeprom(struct fxp_softc*);
193 void fxp_read_eeprom(struct fxp_softc *, uint16_t *, int, int);
194 void fxp_write_eeprom(struct fxp_softc *, uint16_t *, int, int);
[all …]
H A Di82557var.h166 struct fxp_softc { struct
241 int (*sc_enable)(struct fxp_softc *); argument
242 void (*sc_disable)(struct fxp_softc *); argument
365 void fxp_attach(struct fxp_softc *);
367 int fxp_detach(struct fxp_softc *, int);
370 int fxp_enable(struct fxp_softc*);
371 void fxp_disable(struct fxp_softc*);
/netbsd-src/sys/dev/pci/
H A Dif_fxp_pci.c70 struct fxp_softc psc_fxp;
83 static int fxp_pci_enable(struct fxp_softc *);
294 struct fxp_softc *sc = &psc->psc_fxp; in fxp_pci_detach()
314 struct fxp_softc *sc = &psc->psc_fxp; in fxp_pci_attach()
559 fxp_pci_enable(struct fxp_softc *sc) in fxp_pci_enable()