Lines Matching refs:rl_softc

249 static int re_encap		(struct rl_softc *, struct mbuf **);
252 static int re_allocmem (device_t, struct rl_softc *);
254 (struct rl_softc *, int);
255 static int re_newbuf (struct rl_softc *, int);
256 static int re_jumbo_newbuf (struct rl_softc *, int);
257 static int re_rx_list_init (struct rl_softc *);
258 static int re_jrx_list_init (struct rl_softc *);
259 static int re_tx_list_init (struct rl_softc *);
264 static int re_rxeof (struct rl_softc *, int *);
265 static void re_txeof (struct rl_softc *);
278 static void re_init_locked (struct rl_softc *);
279 static void re_stop (struct rl_softc *);
280 static void re_watchdog (struct rl_softc *);
287 static void re_eeprom_putbyte (struct rl_softc *, int);
288 static void re_eeprom_getword (struct rl_softc *, int, u_int16_t *);
289 static void re_read_eeprom (struct rl_softc *, caddr_t, int, int);
297 static void re_set_jumbo (struct rl_softc *, int);
298 static void re_set_rxmode (struct rl_softc *);
299 static void re_reset (struct rl_softc *);
300 static void re_setwol (struct rl_softc *);
301 static void re_clrwol (struct rl_softc *);
302 static void re_set_linkspeed (struct rl_softc *);
309 static int re_diag (struct rl_softc *);
312 static void re_add_sysctls (struct rl_softc *);
337 sizeof(struct rl_softc)
357 re_eeprom_putbyte(struct rl_softc *sc, int addr)
385 re_eeprom_getword(struct rl_softc *sc, int addr, u_int16_t *dest)
414 re_read_eeprom(struct rl_softc *sc, caddr_t dest, int off, int cnt)
437 struct rl_softc *sc;
475 struct rl_softc *sc;
507 struct rl_softc *sc;
561 struct rl_softc *sc;
607 struct rl_softc *sc;
646 re_set_rxmode(struct rl_softc *sc)
718 re_reset(struct rl_softc *sc)
763 re_diag(struct rl_softc *sc)
982 re_allocmem(device_t dev, struct rl_softc *sc)
1204 struct rl_softc *sc;
1749 struct rl_softc *sc;
1902 re_discard_rxbuf(struct rl_softc *sc, int idx)
1922 re_newbuf(struct rl_softc *sc, int idx)
1986 re_jumbo_newbuf(struct rl_softc *sc, int idx)
2056 re_tx_list_init(struct rl_softc *sc)
2086 re_rx_list_init(struct rl_softc *sc)
2115 re_jrx_list_init(struct rl_softc *sc)
2144 re_rxeof(struct rl_softc *sc, int *rx_npktsp)
2389 re_txeof(struct rl_softc *sc)
2463 struct rl_softc *sc;
2489 struct rl_softc *sc = ifp->if_softc;
2502 struct rl_softc *sc = ifp->if_softc;
2542 struct rl_softc *sc;
2560 struct rl_softc *sc;
2630 struct rl_softc *sc;
2709 re_encap(struct rl_softc *sc, struct mbuf **m_head)
2903 struct rl_softc *sc;
2917 struct rl_softc *sc;
3000 re_set_jumbo(struct rl_softc *sc, int jumbo)
3055 struct rl_softc *sc = xsc;
3063 re_init_locked(struct rl_softc *sc)
3332 struct rl_softc *sc;
3351 struct rl_softc *sc;
3367 struct rl_softc *sc = ifp->if_softc;
3523 re_watchdog(struct rl_softc *sc)
3557 re_stop(struct rl_softc *sc)
3667 struct rl_softc *sc;
3688 struct rl_softc *sc;
3726 struct rl_softc *sc;
3745 re_set_linkspeed(struct rl_softc *sc)
3813 re_setwol(struct rl_softc *sc)
3887 re_clrwol(struct rl_softc *sc)
3914 re_add_sysctls(struct rl_softc *sc)
3951 struct rl_softc *sc;
3961 sc = (struct rl_softc *)arg1;