Home
last modified time | relevance | path

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

/freebsd/sys/dev/oce/
H A Doce_user.h41 struct oce_softc;
57 struct oce_softc *softc;
95 int (*mbox_post)(struct oce_softc *sc,
106 void (*get_mac_addr)(struct oce_softc *sc,
H A Doce_sysctl.c164 oce_loopback_test(struct oce_softc *sc, uint8_t loopback_type) in oce_loopback_test()
181 POCE_SOFTC sc = (struct oce_softc *)arg1; in oce_sys_aic_enable()
212 struct oce_softc *sc = (struct oce_softc *)arg1; in oce_sysctl_loopback()
253 struct oce_softc *sc = (struct oce_softc *)arg1; in oce_sys_fwupgrade()
H A Doce_if.h268 struct oce_softc *sc; /* pointer to the parent soft c */
790 typedef struct oce_softc { struct
890 struct oce_softc *next; argument