HomeSort by: relevance | last modified time | path
    Searched defs:netdock_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/mac68k/nubus/
if_netdock_nubus.c 117 typedef struct netdock_softc { struct
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)
    [all...]

Completed in 13 milliseconds