octpip_softc
struct octpip_softc;
struct octpip_softc *sc_pip;
struct octpip_softc *sc = device_private(self);
octpip_init(struct octpip_attach_args *aa, struct octpip_softc **rsc)
struct octpip_softc *sc;
octpip_port_config(struct octpip_softc *sc)
octpip_prt_cfg_enable(struct octpip_softc *sc, uint64_t prt_cfg, int enable)
octpip_stats(struct octpip_softc *sc, struct ifnet *ifp, int gmx_port)
CFATTACH_DECL_NEW(octpip_iobus, sizeof(struct octpip_softc),
CFATTACH_DECL_NEW(octpip_fdt, sizeof(struct octpip_softc),
struct octpip_softc *sc = device_private(self);
struct octpip_softc **);
void octpip_gbl_ctl_debug(struct octpip_softc *);
int octpip_port_config(struct octpip_softc *);
void octpip_prt_cfg_enable(struct octpip_softc *, uint64_t, int);
void octpip_stats(struct octpip_softc *, struct ifnet *, int);