cue_softc
struct cue_softc *sc = ifp->if_softc;
struct cue_softc *sc = ifp->if_softc;
cue_stop(struct cue_softc *sc)
sizeof(struct cue_softc), cue_match, cue_attach, cue_detach
int cue_open_pipes(struct cue_softc *);
int cue_tx_list_init(struct cue_softc *);
int cue_rx_list_init(struct cue_softc *);
int cue_newbuf(struct cue_softc *, struct cue_chain *, struct mbuf *);
int cue_send(struct cue_softc *, struct mbuf *, int);
void cue_stop(struct cue_softc *);
void cue_setmulti(struct cue_softc *);
void cue_reset(struct cue_softc *);
int cue_csr_read_1(struct cue_softc *, int);
int cue_csr_write_1(struct cue_softc *, int, int);
int cue_csr_read_2(struct cue_softc *, int);
int cue_csr_write_2(struct cue_softc *, int, int);
int cue_mem(struct cue_softc *, int, int, void *, int);
int cue_getmac(struct cue_softc *, void *);
cue_csr_read_1(struct cue_softc *sc, int reg)
cue_csr_read_2(struct cue_softc *sc, int reg)
cue_csr_write_1(struct cue_softc *sc, int reg, int val)
cue_csr_write_2(struct cue_softc *sc, int reg, int aval)
cue_mem(struct cue_softc *sc, int cmd, int addr, void *buf, int len)
cue_getmac(struct cue_softc *sc, void *buf)
cue_setmulti(struct cue_softc *sc)
cue_reset(struct cue_softc *sc)
struct cue_softc *sc = (struct cue_softc *)self;
struct cue_softc *sc = (struct cue_softc *)self;
cue_newbuf(struct cue_softc *sc, struct cue_chain *c, struct mbuf *m)
cue_rx_list_init(struct cue_softc *sc)
cue_tx_list_init(struct cue_softc *sc)
struct cue_softc *sc = c->cue_sc;
struct cue_softc *sc = c->cue_sc;
struct cue_softc *sc = xsc;
struct cue_softc *sc = xsc;
cue_send(struct cue_softc *sc, struct mbuf *m, int idx)
struct cue_softc *sc = ifp->if_softc;
struct cue_softc *sc = xsc;
cue_open_pipes(struct cue_softc *sc)
struct cue_softc;
struct cue_softc *cue_sc;