fxp_softc
struct fxp_softc *sc = &csc->sc;
fxp_cardbus_setup(struct fxp_softc * sc)
fxp_cardbus_enable(struct fxp_softc * sc)
fxp_cardbus_disable(struct fxp_softc * sc)
struct fxp_softc *sc = &csc->sc;
static void fxp_cardbus_setup(struct fxp_softc *);
static int fxp_cardbus_enable(struct fxp_softc *);
static void fxp_cardbus_disable(struct fxp_softc *);
struct fxp_softc sc;
struct fxp_softc *sc = arg;
fxp_txintr(struct fxp_softc *sc)
fxp_rx_hwcksum(struct fxp_softc *sc, struct mbuf *m, const struct fxp_rfa *rfa,
fxp_rxintr(struct fxp_softc *sc)
struct fxp_softc *sc = arg;
fxp_rxdrain(struct fxp_softc *sc)
struct fxp_softc *sc = ifp->if_softc;
struct fxp_softc *sc = ifp->if_softc;
struct fxp_softc *sc = ifp->if_softc;
void fxp_mii_initmedia(struct fxp_softc *);
void fxp_80c24_initmedia(struct fxp_softc *);
void fxp_txintr(struct fxp_softc *);
int fxp_rxintr(struct fxp_softc *);
void fxp_rx_hwcksum(struct fxp_softc *, struct mbuf *,
void fxp_rxdrain(struct fxp_softc *);
int fxp_add_rfabuf(struct fxp_softc *, bus_dmamap_t, int);
void fxp_autosize_eeprom(struct fxp_softc*);
void fxp_read_eeprom(struct fxp_softc *, uint16_t *, int, int);
void fxp_write_eeprom(struct fxp_softc *, uint16_t *, int, int);
void fxp_eeprom_update_cksum(struct fxp_softc *);
void fxp_get_info(struct fxp_softc *, uint8_t *);
void fxp_mc_setup(struct fxp_softc *);
void fxp_load_ucode(struct fxp_softc *);
struct fxp_softc *sc = ifp->if_softc;
struct fxp_softc *sc = ifp->if_softc;
fxp_add_rfabuf(struct fxp_softc *sc, bus_dmamap_t rxmap, int unload)
void (*fp_init)(struct fxp_softc *);
struct fxp_softc *sc = device_private(self);
struct fxp_softc *sc = device_private(self);
struct fxp_softc *sc = ifp->if_softc;
fxp_mc_setup(struct fxp_softc *sc)
fxp_scb_wait(struct fxp_softc *sc)
fxp_load_ucode(struct fxp_softc *sc)
fxp_scb_cmd(struct fxp_softc *sc, uint8_t cmd)
fxp_enable(struct fxp_softc *sc)
fxp_disable(struct fxp_softc *sc)
struct fxp_softc *sc = device_private(self);
fxp_detach(struct fxp_softc *sc, int flags)
fxp_attach(struct fxp_softc *sc)
fxp_mii_initmedia(struct fxp_softc *sc)
fxp_80c24_initmedia(struct fxp_softc *sc)
fxp_get_info(struct fxp_softc *sc, uint8_t *enaddr)
fxp_eeprom_shiftin(struct fxp_softc *sc, int data, int len)
fxp_autosize_eeprom(struct fxp_softc *sc)
fxp_read_eeprom(struct fxp_softc *sc, uint16_t *data, int offset, int words)
fxp_write_eeprom(struct fxp_softc *sc, uint16_t *data, int offset, int words)
fxp_eeprom_update_cksum(struct fxp_softc *sc)
struct fxp_softc *sc = ifp->if_softc;
int (*sc_enable)(struct fxp_softc *);
void (*sc_disable)(struct fxp_softc *);
void fxp_attach(struct fxp_softc *);
int fxp_detach(struct fxp_softc *, int);
int fxp_enable(struct fxp_softc*);
void fxp_disable(struct fxp_softc*);
struct fxp_softc *sc = &psc->psc_fxp;
struct fxp_softc *sc = &psc->psc_fxp;
fxp_pci_enable(struct fxp_softc *sc)
struct fxp_softc psc_fxp;
static int fxp_pci_enable(struct fxp_softc *);