Symbol: cue_softc
sys/dev/usb/if_cue.c
1030
struct cue_softc *sc = ifp->if_softc;
sys/dev/usb/if_cue.c
1083
struct cue_softc *sc = ifp->if_softc;
sys/dev/usb/if_cue.c
1111
cue_stop(struct cue_softc *sc)
sys/dev/usb/if_cue.c
112
sizeof(struct cue_softc), cue_match, cue_attach, cue_detach
sys/dev/usb/if_cue.c
115
int cue_open_pipes(struct cue_softc *);
sys/dev/usb/if_cue.c
116
int cue_tx_list_init(struct cue_softc *);
sys/dev/usb/if_cue.c
117
int cue_rx_list_init(struct cue_softc *);
sys/dev/usb/if_cue.c
118
int cue_newbuf(struct cue_softc *, struct cue_chain *, struct mbuf *);
sys/dev/usb/if_cue.c
119
int cue_send(struct cue_softc *, struct mbuf *, int);
sys/dev/usb/if_cue.c
127
void cue_stop(struct cue_softc *);
sys/dev/usb/if_cue.c
130
void cue_setmulti(struct cue_softc *);
sys/dev/usb/if_cue.c
131
void cue_reset(struct cue_softc *);
sys/dev/usb/if_cue.c
133
int cue_csr_read_1(struct cue_softc *, int);
sys/dev/usb/if_cue.c
134
int cue_csr_write_1(struct cue_softc *, int, int);
sys/dev/usb/if_cue.c
135
int cue_csr_read_2(struct cue_softc *, int);
sys/dev/usb/if_cue.c
137
int cue_csr_write_2(struct cue_softc *, int, int);
sys/dev/usb/if_cue.c
139
int cue_mem(struct cue_softc *, int, int, void *, int);
sys/dev/usb/if_cue.c
140
int cue_getmac(struct cue_softc *, void *);
sys/dev/usb/if_cue.c
149
cue_csr_read_1(struct cue_softc *sc, int reg)
sys/dev/usb/if_cue.c
179
cue_csr_read_2(struct cue_softc *sc, int reg)
sys/dev/usb/if_cue.c
209
cue_csr_write_1(struct cue_softc *sc, int reg, int val)
sys/dev/usb/if_cue.c
242
cue_csr_write_2(struct cue_softc *sc, int reg, int aval)
sys/dev/usb/if_cue.c
275
cue_mem(struct cue_softc *sc, int cmd, int addr, void *buf, int len)
sys/dev/usb/if_cue.c
304
cue_getmac(struct cue_softc *sc, void *buf)
sys/dev/usb/if_cue.c
331
cue_setmulti(struct cue_softc *sc)
sys/dev/usb/if_cue.c
383
cue_reset(struct cue_softc *sc)
sys/dev/usb/if_cue.c
430
struct cue_softc *sc = (struct cue_softc *)self;
sys/dev/usb/if_cue.c
523
struct cue_softc *sc = (struct cue_softc *)self;
sys/dev/usb/if_cue.c
566
cue_newbuf(struct cue_softc *sc, struct cue_chain *c, struct mbuf *m)
sys/dev/usb/if_cue.c
599
cue_rx_list_init(struct cue_softc *sc)
sys/dev/usb/if_cue.c
628
cue_tx_list_init(struct cue_softc *sc)
sys/dev/usb/if_cue.c
663
struct cue_softc *sc = c->cue_sc;
sys/dev/usb/if_cue.c
742
struct cue_softc *sc = c->cue_sc;
sys/dev/usb/if_cue.c
783
struct cue_softc *sc = xsc;
sys/dev/usb/if_cue.c
800
struct cue_softc *sc = xsc;
sys/dev/usb/if_cue.c
819
cue_send(struct cue_softc *sc, struct mbuf *m, int idx)
sys/dev/usb/if_cue.c
865
struct cue_softc *sc = ifp->if_softc;
sys/dev/usb/if_cue.c
908
struct cue_softc *sc = xsc;
sys/dev/usb/if_cue.c
992
cue_open_pipes(struct cue_softc *sc)
sys/dev/usb/if_cuereg.h
148
struct cue_softc;
sys/dev/usb/if_cuereg.h
151
struct cue_softc *cue_sc;