Lines Matching refs:rl_softc

253 static int re_encap		(struct rl_softc *, struct mbuf **);
256 static int re_allocmem (device_t, struct rl_softc *);
258 (struct rl_softc *, int);
259 static int re_newbuf (struct rl_softc *, int);
260 static int re_jumbo_newbuf (struct rl_softc *, int);
261 static int re_rx_list_init (struct rl_softc *);
262 static int re_jrx_list_init (struct rl_softc *);
263 static int re_tx_list_init (struct rl_softc *);
268 static int re_rxeof (struct rl_softc *, int *);
269 static void re_txeof (struct rl_softc *);
282 static void re_init_locked (struct rl_softc *);
283 static void re_stop (struct rl_softc *);
284 static void re_watchdog (struct rl_softc *);
291 static void re_eeprom_putbyte (struct rl_softc *, int);
292 static void re_eeprom_getword (struct rl_softc *, int, u_int16_t *);
293 static void re_read_eeprom (struct rl_softc *, caddr_t, int, int);
301 static void re_set_jumbo (struct rl_softc *, int);
302 static void re_set_rxmode (struct rl_softc *);
303 static void re_reset (struct rl_softc *);
304 static void re_setwol (struct rl_softc *);
305 static void re_clrwol (struct rl_softc *);
306 static void re_set_linkspeed (struct rl_softc *);
314 static int re_diag (struct rl_softc *);
317 static void re_add_sysctls (struct rl_softc *);
342 sizeof(struct rl_softc)
362 re_eeprom_putbyte(struct rl_softc *sc, int addr)
390 re_eeprom_getword(struct rl_softc *sc, int addr, u_int16_t *dest)
419 re_read_eeprom(struct rl_softc *sc, caddr_t dest, int off, int cnt)
442 struct rl_softc *sc;
480 struct rl_softc *sc;
512 struct rl_softc *sc;
566 struct rl_softc *sc;
612 struct rl_softc *sc;
650 re_set_rxmode(struct rl_softc *sc)
722 re_reset(struct rl_softc *sc)
767 re_diag(struct rl_softc *sc)
986 re_allocmem(device_t dev, struct rl_softc *sc)
1208 struct rl_softc *sc;
1755 struct rl_softc *sc;
1908 re_discard_rxbuf(struct rl_softc *sc, int idx)
1928 re_newbuf(struct rl_softc *sc, int idx)
1992 re_jumbo_newbuf(struct rl_softc *sc, int idx)
2062 re_tx_list_init(struct rl_softc *sc)
2092 re_rx_list_init(struct rl_softc *sc)
2121 re_jrx_list_init(struct rl_softc *sc)
2150 re_rxeof(struct rl_softc *sc, int *rx_npktsp)
2395 re_txeof(struct rl_softc *sc)
2469 struct rl_softc *sc;
2495 struct rl_softc *sc = ifp->if_softc;
2508 struct rl_softc *sc = ifp->if_softc;
2548 struct rl_softc *sc;
2566 struct rl_softc *sc;
2636 struct rl_softc *sc;
2715 re_encap(struct rl_softc *sc, struct mbuf **m_head)
2909 struct rl_softc *sc;
2923 struct rl_softc *sc;
3007 re_set_jumbo(struct rl_softc *sc, int jumbo)
3062 struct rl_softc *sc = xsc;
3070 re_init_locked(struct rl_softc *sc)
3350 struct rl_softc *sc;
3369 struct rl_softc *sc;
3385 struct rl_softc *sc = ifp->if_softc;
3541 re_watchdog(struct rl_softc *sc)
3575 re_stop(struct rl_softc *sc)
3691 struct rl_softc *sc;
3712 struct rl_softc *sc;
3750 struct rl_softc *sc;
3769 re_set_linkspeed(struct rl_softc *sc)
3837 re_setwol(struct rl_softc *sc)
3916 re_clrwol(struct rl_softc *sc)
3943 re_add_sysctls(struct rl_softc *sc)
3979 struct rl_softc *sc;
3989 sc = (struct rl_softc *)arg1;