Home | History | Annotate | Download | only in ic

Lines Matching refs:fxp_softc

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);
195 void fxp_eeprom_update_cksum(struct fxp_softc *);
196 void fxp_get_info(struct fxp_softc *, uint8_t *);
198 void fxp_mc_setup(struct fxp_softc *);
199 void fxp_load_ucode(struct fxp_softc *);
211 void (*fp_init)(struct fxp_softc *);
229 fxp_scb_wait(struct fxp_softc *sc)
244 fxp_scb_cmd(struct fxp_softc *sc, uint8_t cmd)
254 fxp_attach(struct fxp_softc *sc)
465 fxp_mii_initmedia(struct fxp_softc *sc)
497 fxp_80c24_initmedia(struct fxp_softc *sc)
519 fxp_get_info(struct fxp_softc *sc, uint8_t *enaddr)
602 fxp_eeprom_shiftin(struct fxp_softc *sc, int data, int len)
651 fxp_autosize_eeprom(struct fxp_softc *sc)
697 fxp_read_eeprom(struct fxp_softc *sc, uint16_t *data, int offset, int words)
734 fxp_write_eeprom(struct fxp_softc *sc, uint16_t *data, int offset, int words)
780 fxp_eeprom_update_cksum(struct fxp_softc *sc)
804 struct fxp_softc *sc = ifp->if_softc;
1073 struct fxp_softc *sc = arg;
1158 fxp_txintr(struct fxp_softc *sc)
1209 fxp_rx_hwcksum(struct fxp_softc *sc, struct mbuf *m, const struct fxp_rfa *rfa,
1336 fxp_rxintr(struct fxp_softc *sc)
1469 struct fxp_softc *sc = arg;
1580 fxp_rxdrain(struct fxp_softc *sc)
1603 struct fxp_softc *sc = ifp->if_softc;
1660 struct fxp_softc *sc = ifp->if_softc;
1674 struct fxp_softc *sc = ifp->if_softc;
2036 struct fxp_softc *sc = ifp->if_softc;
2058 struct fxp_softc *sc = ifp->if_softc;
2076 fxp_add_rfabuf(struct fxp_softc *sc, bus_dmamap_t rxmap, int unload)
2116 struct fxp_softc *sc = device_private(self);
2147 struct fxp_softc *sc = device_private(self);
2169 struct fxp_softc *sc = ifp->if_softc;
2211 fxp_mc_setup(struct fxp_softc *sc)
2360 fxp_load_ucode(struct fxp_softc *sc)
2443 fxp_enable(struct fxp_softc *sc)
2459 fxp_disable(struct fxp_softc *sc)
2476 struct fxp_softc *sc = device_private(self);
2493 fxp_detach(struct fxp_softc *sc, int flags)