HomeSort by: relevance | last modified time | path
    Searched refs:fxp_softc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/cardbus/
if_fxp_cardbus.c 81 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;
179 fxp_cardbus_setup(struct fxp_softc * sc)
202 fxp_cardbus_enable(struct fxp_softc * sc)
223 fxp_cardbus_disable(struct fxp_softc * sc)
238 struct fxp_softc *sc = &csc->sc;
  /src/sys/dev/ic/
i82557.c 168 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...]
i82557var.h 166 struct fxp_softc { struct
241 int (*sc_enable)(struct fxp_softc *);
242 void (*sc_disable)(struct fxp_softc *);
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*);
  /src/sys/dev/pci/
if_fxp_pci.c 70 struct fxp_softc psc_fxp;
83 static int fxp_pci_enable(struct fxp_softc *);
294 struct fxp_softc *sc = &psc->psc_fxp;
314 struct fxp_softc *sc = &psc->psc_fxp;
559 fxp_pci_enable(struct fxp_softc *sc)

Completed in 12 milliseconds