netdock_softc
int netdock_setup(struct netdock_softc *, u_int8_t *);
static int netdock_init(struct netdock_softc *);
static int netdock_stop(struct netdock_softc *);
static void netdock_reset(struct netdock_softc *);
static void netdock_txint(struct netdock_softc *);
static void netdock_rxint(struct netdock_softc *);
static u_int netdock_put(struct netdock_softc *, struct mbuf *);
static int netdock_read(struct netdock_softc *, int);
static struct mbuf *netdock_get(struct netdock_softc *, int);
CFATTACH_DECL_NEW(netdock_nubus, sizeof(struct netdock_softc),
struct netdock_softc *sc = device_private(self);
netdock_setup(struct netdock_softc *sc, u_int8_t *lladdr)
struct netdock_softc *sc = ifp->if_softc;
struct netdock_softc *sc = ifp->if_softc;
netdock_reset(struct netdock_softc *sc)
netdock_init(struct netdock_softc *sc)
netdock_stop(struct netdock_softc *sc)
struct netdock_softc *sc = ifp->if_softc;
netdock_put(struct netdock_softc *sc, struct mbuf *m0)
struct netdock_softc *sc = (struct netdock_softc *)arg;
netdock_txint(struct netdock_softc *sc)
netdock_rxint(struct netdock_softc *sc)
netdock_read(struct netdock_softc *sc, int len)
netdock_get(struct netdock_softc *sc, int datalen)