Lines Matching refs:rl_softc

259 static int re_encap		(struct rl_softc *, struct mbuf **);
262 static int re_allocmem (device_t, struct rl_softc *);
264 (struct rl_softc *, int);
265 static int re_newbuf (struct rl_softc *, int);
266 static int re_jumbo_newbuf (struct rl_softc *, int);
267 static int re_rx_list_init (struct rl_softc *);
268 static int re_jrx_list_init (struct rl_softc *);
269 static int re_tx_list_init (struct rl_softc *);
274 static int re_rxeof (struct rl_softc *, int *);
275 static void re_txeof (struct rl_softc *);
286 static void re_start_tx (struct rl_softc *);
289 static void re_init_locked (struct rl_softc *);
290 static void re_stop (struct rl_softc *);
291 static void re_watchdog (struct rl_softc *);
298 static void re_eeprom_putbyte (struct rl_softc *, int);
299 static void re_eeprom_getword (struct rl_softc *, int, u_int16_t *);
300 static void re_read_eeprom (struct rl_softc *, caddr_t, int, int);
308 static void re_set_jumbo (struct rl_softc *, int);
309 static void re_set_rxmode (struct rl_softc *);
310 static void re_reset (struct rl_softc *);
311 static void re_setwol (struct rl_softc *);
312 static void re_clrwol (struct rl_softc *);
313 static void re_set_linkspeed (struct rl_softc *);
323 static int re_diag (struct rl_softc *);
326 static void re_add_sysctls (struct rl_softc *);
351 sizeof(struct rl_softc)
371 re_eeprom_putbyte(struct rl_softc *sc, int addr)
399 re_eeprom_getword(struct rl_softc *sc, int addr, u_int16_t *dest)
428 re_read_eeprom(struct rl_softc *sc, caddr_t dest, int off, int cnt)
451 struct rl_softc *sc;
489 struct rl_softc *sc;
521 struct rl_softc *sc;
575 struct rl_softc *sc;
621 struct rl_softc *sc;
659 re_set_rxmode(struct rl_softc *sc)
731 re_reset(struct rl_softc *sc)
776 re_diag(struct rl_softc *sc)
995 re_allocmem(device_t dev, struct rl_softc *sc)
1217 struct rl_softc *sc;
1769 struct rl_softc *sc;
1922 re_discard_rxbuf(struct rl_softc *sc, int idx)
1942 re_newbuf(struct rl_softc *sc, int idx)
2006 re_jumbo_newbuf(struct rl_softc *sc, int idx)
2076 re_tx_list_init(struct rl_softc *sc)
2106 re_rx_list_init(struct rl_softc *sc)
2135 re_jrx_list_init(struct rl_softc *sc)
2164 re_rxeof(struct rl_softc *sc, int *rx_npktsp)
2409 re_txeof(struct rl_softc *sc)
2483 struct rl_softc *sc;
2509 struct rl_softc *sc = ifp->if_softc;
2522 struct rl_softc *sc = ifp->if_softc;
2562 struct rl_softc *sc;
2580 struct rl_softc *sc;
2650 struct rl_softc *sc;
2729 re_encap(struct rl_softc *sc, struct mbuf **m_head)
2923 struct rl_softc *sc;
2937 struct rl_softc *sc;
2998 re_start_tx(struct rl_softc *sc)
3027 re_set_jumbo(struct rl_softc *sc, int jumbo)
3082 struct rl_softc *sc = xsc;
3090 re_init_locked(struct rl_softc *sc)
3374 struct rl_softc *sc;
3393 struct rl_softc *sc;
3409 struct rl_softc *sc = ifp->if_softc;
3565 re_watchdog(struct rl_softc *sc)
3599 re_stop(struct rl_softc *sc)
3719 struct rl_softc *sc;
3740 struct rl_softc *sc;
3778 struct rl_softc *sc;
3797 re_set_linkspeed(struct rl_softc *sc)
3865 re_setwol(struct rl_softc *sc)
3944 re_clrwol(struct rl_softc *sc)
3971 re_add_sysctls(struct rl_softc *sc)
4007 struct rl_softc *sc;
4017 sc = (struct rl_softc *)arg1;
4110 struct rl_softc *sc;
4129 struct rl_softc *sc;
4146 struct rl_softc *sc;