Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/ipro100/dev/fxp/
H A Dif_fxp.c224 static void fxp_rxcsum(struct fxp_softc *sc, if_t ifp,
226 static int fxp_intr_body(struct fxp_softc *sc, if_t ifp,
229 static void fxp_init_body(struct fxp_softc *sc, int);
233 static int fxp_encap(struct fxp_softc *sc, struct mbuf **m_head);
234 static void fxp_txeof(struct fxp_softc *sc);
235 static void fxp_stop(struct fxp_softc *sc);
236 static void fxp_release(struct fxp_softc *sc);
239 static void fxp_watchdog(struct fxp_softc *sc);
240 static void fxp_add_rfabuf(struct fxp_softc *sc,
242 static void fxp_discard_rfabuf(struct fxp_softc *sc,
[all …]
H A Dif_fxpvar.h181 struct fxp_softc { struct
/haiku/src/add-ons/kernel/drivers/network/ether/ipro100/
H A Dglue.c29 struct fxp_softc *sc = device_get_softc(dev); in HAIKU_CHECK_DISABLE_INTERRUPTS()
44 struct fxp_softc *sc = device_get_softc(dev); in HAIKU_REENABLE_INTERRUPTS()