Lines Matching refs:rl_softc

181 static int rl_dma_alloc(struct rl_softc *);
182 static void rl_dma_free(struct rl_softc *);
183 static void rl_eeprom_putbyte(struct rl_softc *, int);
184 static void rl_eeprom_getword(struct rl_softc *, int, uint16_t *);
185 static int rl_encap(struct rl_softc *, struct mbuf **);
186 static int rl_list_tx_init(struct rl_softc *);
187 static int rl_list_rx_init(struct rl_softc *);
193 static void rl_init_locked(struct rl_softc *sc);
202 static void rl_read_eeprom(struct rl_softc *, uint8_t *, int, int, int);
203 static void rl_reset(struct rl_softc *);
205 static int rl_rxeof(struct rl_softc *);
206 static void rl_rxfilter(struct rl_softc *);
210 static void rl_stop(struct rl_softc *);
213 static void rl_txeof(struct rl_softc *);
214 static void rl_watchdog(struct rl_softc *);
215 static void rl_setwol(struct rl_softc *);
216 static void rl_clrwol(struct rl_softc *);
256 sizeof(struct rl_softc)
279 rl_eeprom_putbyte(struct rl_softc *sc, int addr)
306 rl_eeprom_getword(struct rl_softc *sc, int addr, uint16_t *dest)
343 rl_read_eeprom(struct rl_softc *sc, uint8_t *dest, int off, int cnt, int swap)
364 struct rl_softc *sc;
382 struct rl_softc *sc;
394 struct rl_softc *sc;
440 struct rl_softc *sc;
482 struct rl_softc *sc;
516 rl_rxfilter(struct rl_softc *sc)
564 rl_reset(struct rl_softc *sc)
641 struct rl_softc *sc;
871 struct rl_softc *sc;
917 rl_dma_alloc(struct rl_softc *sc)
1017 rl_dma_free(struct rl_softc *sc)
1061 rl_list_tx_init(struct rl_softc *sc)
1082 rl_list_rx_init(struct rl_softc *sc)
1117 rl_rxeof(struct rl_softc *sc)
1240 rl_txeof(struct rl_softc *sc)
1299 rl_twister_update(struct rl_softc *sc)
1400 struct rl_softc *sc = xsc;
1441 struct rl_softc *sc = ifp->if_softc;
1454 struct rl_softc *sc = ifp->if_softc;
1490 struct rl_softc *sc = arg;
1549 rl_encap(struct rl_softc *sc, struct mbuf **m_head)
1617 struct rl_softc *sc = ifp->if_softc;
1627 struct rl_softc *sc = ifp->if_softc;
1677 struct rl_softc *sc = xsc;
1685 rl_init_locked(struct rl_softc *sc)
1783 struct rl_softc *sc = ifp->if_softc;
1801 struct rl_softc *sc = ifp->if_softc;
1818 struct rl_softc *sc = ifp->if_softc;
1893 rl_watchdog(struct rl_softc *sc)
1915 rl_stop(struct rl_softc *sc)
1964 struct rl_softc *sc;
1985 struct rl_softc *sc;
2030 struct rl_softc *sc;
2049 rl_setwol(struct rl_softc *sc)
2103 rl_clrwol(struct rl_softc *sc)