Home | History | Annotate | Download | only in nubus

Lines Matching defs:netdock_softc

117 typedef struct netdock_softc {
140 int netdock_setup(struct netdock_softc *, u_int8_t *);
144 static int netdock_init(struct netdock_softc *);
145 static int netdock_stop(struct netdock_softc *);
148 static void netdock_reset(struct netdock_softc *);
149 static void netdock_txint(struct netdock_softc *);
150 static void netdock_rxint(struct netdock_softc *);
152 static u_int netdock_put(struct netdock_softc *, struct mbuf *);
153 static int netdock_read(struct netdock_softc *, int);
154 static struct mbuf *netdock_get(struct netdock_softc *, int);
187 CFATTACH_DECL_NEW(netdock_nubus, sizeof(struct netdock_softc),
227 struct netdock_softc *sc = device_private(self);
352 netdock_setup(struct netdock_softc *sc, u_int8_t *lladdr)
377 struct netdock_softc *sc = ifp->if_softc;
439 struct netdock_softc *sc = ifp->if_softc;
464 netdock_reset(struct netdock_softc *sc)
472 netdock_init(struct netdock_softc *sc)
530 netdock_stop(struct netdock_softc *sc)
544 struct netdock_softc *sc = ifp->if_softc;
554 netdock_put(struct netdock_softc *sc, struct mbuf *m0)
620 struct netdock_softc *sc = (struct netdock_softc *)arg;
655 netdock_softc *sc)
695 netdock_rxint(struct netdock_softc *sc)
750 netdock_read(struct netdock_softc *sc, int len)
765 netdock_get(struct netdock_softc *sc, int datalen)