Lines Matching refs:rl_softc

258 static int re_encap		(struct rl_softc *, struct mbuf **);
261 static int re_allocmem (device_t, struct rl_softc *);
263 (struct rl_softc *, int);
264 static int re_newbuf (struct rl_softc *, int);
265 static int re_jumbo_newbuf (struct rl_softc *, int);
266 static int re_rx_list_init (struct rl_softc *);
267 static int re_jrx_list_init (struct rl_softc *);
268 static int re_tx_list_init (struct rl_softc *);
273 static int re_rxeof (struct rl_softc *, int *);
274 static void re_txeof (struct rl_softc *);
285 static void re_start_tx (struct rl_softc *);
288 static void re_init_locked (struct rl_softc *);
289 static void re_stop (struct rl_softc *);
290 static void re_watchdog (struct rl_softc *);
297 static void re_eeprom_putbyte (struct rl_softc *, int);
298 static void re_eeprom_getword (struct rl_softc *, int, u_int16_t *);
299 static void re_read_eeprom (struct rl_softc *, caddr_t, int, int);
307 static void re_set_jumbo (struct rl_softc *, int);
308 static void re_set_rxmode (struct rl_softc *);
309 static void re_reset (struct rl_softc *);
310 static void re_setwol (struct rl_softc *);
311 static void re_clrwol (struct rl_softc *);
312 static void re_set_linkspeed (struct rl_softc *);
322 static int re_diag (struct rl_softc *);
325 static void re_add_sysctls (struct rl_softc *);
350 sizeof(struct rl_softc)
370 re_eeprom_putbyte(struct rl_softc *sc, int addr)
398 re_eeprom_getword(struct rl_softc *sc, int addr, u_int16_t *dest)
427 re_read_eeprom(struct rl_softc *sc, caddr_t dest, int off, int cnt)
450 struct rl_softc *sc;
488 struct rl_softc *sc;
520 struct rl_softc *sc;
574 struct rl_softc *sc;
620 struct rl_softc *sc;
672 re_set_rxmode(struct rl_softc *sc)
732 re_reset(struct rl_softc *sc)
777 re_diag(struct rl_softc *sc)
996 re_allocmem(device_t dev, struct rl_softc *sc)
1218 struct rl_softc *sc;
1770 struct rl_softc *sc;
1923 re_discard_rxbuf(struct rl_softc *sc, int idx)
1943 re_newbuf(struct rl_softc *sc, int idx)
2007 re_jumbo_newbuf(struct rl_softc *sc, int idx)
2077 re_tx_list_init(struct rl_softc *sc)
2107 re_rx_list_init(struct rl_softc *sc)
2136 re_jrx_list_init(struct rl_softc *sc)
2165 re_rxeof(struct rl_softc *sc, int *rx_npktsp)
2410 re_txeof(struct rl_softc *sc)
2484 struct rl_softc *sc;
2510 struct rl_softc *sc = ifp->if_softc;
2523 struct rl_softc *sc = ifp->if_softc;
2563 struct rl_softc *sc;
2581 struct rl_softc *sc;
2651 struct rl_softc *sc;
2730 re_encap(struct rl_softc *sc, struct mbuf **m_head)
2924 struct rl_softc *sc;
2938 struct rl_softc *sc;
2999 re_start_tx(struct rl_softc *sc)
3028 re_set_jumbo(struct rl_softc *sc, int jumbo)
3083 struct rl_softc *sc = xsc;
3091 re_init_locked(struct rl_softc *sc)
3375 struct rl_softc *sc;
3394 struct rl_softc *sc;
3410 struct rl_softc *sc = ifp->if_softc;
3566 re_watchdog(struct rl_softc *sc)
3600 re_stop(struct rl_softc *sc)
3720 struct rl_softc *sc;
3741 struct rl_softc *sc;
3779 struct rl_softc *sc;
3798 re_set_linkspeed(struct rl_softc *sc)
3866 re_setwol(struct rl_softc *sc)
3945 re_clrwol(struct rl_softc *sc)
3972 re_add_sysctls(struct rl_softc *sc)
4009 struct rl_softc *sc;
4019 sc = (struct rl_softc *)arg1;
4112 struct rl_softc *sc;
4131 struct rl_softc *sc;
4148 struct rl_softc *sc;