Lines Matching refs:cue_softc

143 Static int cue_open_pipes(struct cue_softc *);
144 Static int cue_tx_list_init(struct cue_softc *);
145 Static int cue_rx_list_init(struct cue_softc *);
146 Static int cue_newbuf(struct cue_softc *, struct cue_chain *, struct mbuf *);
147 Static int cue_send(struct cue_softc *, struct mbuf *, int);
155 Static void cue_stop(struct cue_softc *);
158 Static void cue_setmulti(struct cue_softc *);
159 Static void cue_reset(struct cue_softc *);
161 Static int cue_csr_read_1(struct cue_softc *, int);
162 Static int cue_csr_write_1(struct cue_softc *, int, int);
163 Static int cue_csr_read_2(struct cue_softc *, int);
165 Static int cue_csr_write_2(struct cue_softc *, int, int);
167 Static int cue_mem(struct cue_softc *, int, int, void *, int);
168 Static int cue_getmac(struct cue_softc *, void *);
177 cue_csr_read_1(struct cue_softc *sc, int reg) in cue_csr_read_1()
207 cue_csr_read_2(struct cue_softc *sc, int reg) in cue_csr_read_2()
237 cue_csr_write_1(struct cue_softc *sc, int reg, int val) in cue_csr_write_1()
270 cue_csr_write_2(struct cue_softc *sc, int reg, int aval)
303 cue_mem(struct cue_softc *sc, int cmd, int addr, void *buf, int len) in cue_mem()
332 cue_getmac(struct cue_softc *sc, void *buf) in cue_getmac()
359 cue_setmulti(struct cue_softc *sc) in cue_setmulti()
419 cue_reset(struct cue_softc *sc) in cue_reset()
632 struct cue_softc *sc = (struct cue_softc *)self; in cue_activate()
654 cue_newbuf(struct cue_softc *sc, struct cue_chain *c, struct mbuf *m) in cue_newbuf()
687 cue_rx_list_init(struct cue_softc *sc) in cue_rx_list_init()
716 cue_tx_list_init(struct cue_softc *sc) in cue_tx_list_init()
751 struct cue_softc *sc = c->cue_sc; in cue_rxeof()
847 struct cue_softc *sc = c->cue_sc; in cue_txeof()
890 struct cue_softc *sc = xsc; in cue_tick()
907 struct cue_softc *sc = xsc; in cue_tick_task()
926 cue_send(struct cue_softc *sc, struct mbuf *m, int idx) in cue_send()
972 struct cue_softc *sc = ifp->if_softc; in cue_start()
1014 struct cue_softc *sc = xsc; in cue_init()
1102 cue_open_pipes(struct cue_softc *sc) in cue_open_pipes()
1140 struct cue_softc *sc = ifp->if_softc; in cue_ioctl()
1225 struct cue_softc *sc = ifp->if_softc; in cue_watchdog()
1253 cue_stop(struct cue_softc *sc) in cue_stop()