Lines Matching refs:rl_softc

179 static int rl_dma_alloc(struct rl_softc *);
180 static void rl_dma_free(struct rl_softc *);
181 static void rl_eeprom_putbyte(struct rl_softc *, int);
182 static void rl_eeprom_getword(struct rl_softc *, int, uint16_t *);
183 static int rl_encap(struct rl_softc *, struct mbuf **);
184 static int rl_list_tx_init(struct rl_softc *);
185 static int rl_list_rx_init(struct rl_softc *);
191 static void rl_init_locked(struct rl_softc *sc);
200 static void rl_read_eeprom(struct rl_softc *, uint8_t *, int, int, int);
201 static void rl_reset(struct rl_softc *);
203 static int rl_rxeof(struct rl_softc *);
204 static void rl_rxfilter(struct rl_softc *);
208 static void rl_stop(struct rl_softc *);
211 static void rl_txeof(struct rl_softc *);
212 static void rl_watchdog(struct rl_softc *);
213 static void rl_setwol(struct rl_softc *);
214 static void rl_clrwol(struct rl_softc *);
254 sizeof(struct rl_softc)
275 rl_eeprom_putbyte(struct rl_softc *sc, int addr) in rl_eeprom_putbyte()
302 rl_eeprom_getword(struct rl_softc *sc, int addr, uint16_t *dest) in rl_eeprom_getword()
339 rl_read_eeprom(struct rl_softc *sc, uint8_t *dest, int off, int cnt, int swap) in rl_read_eeprom()
360 struct rl_softc *sc; in rl_mii_bitbang_read()
378 struct rl_softc *sc; in rl_mii_bitbang_write()
390 struct rl_softc *sc; in rl_miibus_readreg()
436 struct rl_softc *sc; in rl_miibus_writereg()
478 struct rl_softc *sc; in rl_miibus_statchg()
527 rl_rxfilter(struct rl_softc *sc) in rl_rxfilter()
562 rl_reset(struct rl_softc *sc) in rl_reset()
639 struct rl_softc *sc; in rl_attach()
861 struct rl_softc *sc; in rl_detach()
905 rl_dma_alloc(struct rl_softc *sc) in rl_dma_alloc()
1005 rl_dma_free(struct rl_softc *sc) in rl_dma_free()
1049 rl_list_tx_init(struct rl_softc *sc) in rl_list_tx_init()
1070 rl_list_rx_init(struct rl_softc *sc) in rl_list_rx_init()
1105 rl_rxeof(struct rl_softc *sc) in rl_rxeof()
1228 rl_txeof(struct rl_softc *sc) in rl_txeof()
1287 rl_twister_update(struct rl_softc *sc) in rl_twister_update()
1388 struct rl_softc *sc = xsc; in rl_tick()
1429 struct rl_softc *sc = if_getsoftc(ifp); in rl_poll()
1442 struct rl_softc *sc = if_getsoftc(ifp); in rl_poll_locked()
1478 struct rl_softc *sc = arg; in rl_intr()
1537 rl_encap(struct rl_softc *sc, struct mbuf **m_head) in rl_encap()
1605 struct rl_softc *sc = if_getsoftc(ifp); in rl_start()
1615 struct rl_softc *sc = if_getsoftc(ifp); in rl_start_locked()
1664 struct rl_softc *sc = xsc; in rl_init()
1672 rl_init_locked(struct rl_softc *sc) in rl_init_locked()
1770 struct rl_softc *sc = if_getsoftc(ifp); in rl_ifmedia_upd()
1788 struct rl_softc *sc = if_getsoftc(ifp); in rl_ifmedia_sts()
1805 struct rl_softc *sc = if_getsoftc(ifp); in rl_ioctl()
1880 rl_watchdog(struct rl_softc *sc) in rl_watchdog()
1902 rl_stop(struct rl_softc *sc) in rl_stop()
1951 struct rl_softc *sc; in rl_suspend()
1972 struct rl_softc *sc; in rl_resume()
2006 struct rl_softc *sc; in rl_shutdown()
2025 rl_setwol(struct rl_softc *sc) in rl_setwol()
2072 rl_clrwol(struct rl_softc *sc) in rl_clrwol()