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)
277 rl_eeprom_putbyte(struct rl_softc *sc, int addr)
304 rl_eeprom_getword(struct rl_softc *sc, int addr, uint16_t *dest)
341 rl_read_eeprom(struct rl_softc *sc, uint8_t *dest, int off, int cnt, int swap)
362 struct rl_softc *sc;
380 struct rl_softc *sc;
392 struct rl_softc *sc;
438 struct rl_softc *sc;
480 struct rl_softc *sc;
514 rl_rxfilter(struct rl_softc *sc)
562 rl_reset(struct rl_softc *sc)
639 struct rl_softc *sc;
869 struct rl_softc *sc;
915 rl_dma_alloc(struct rl_softc *sc)
1015 rl_dma_free(struct rl_softc *sc)
1059 rl_list_tx_init(struct rl_softc *sc)
1080 rl_list_rx_init(struct rl_softc *sc)
1115 rl_rxeof(struct rl_softc *sc)
1238 rl_txeof(struct rl_softc *sc)
1297 rl_twister_update(struct rl_softc *sc)
1398 struct rl_softc *sc = xsc;
1439 struct rl_softc *sc = ifp->if_softc;
1452 struct rl_softc *sc = ifp->if_softc;
1488 struct rl_softc *sc = arg;
1547 rl_encap(struct rl_softc *sc, struct mbuf **m_head)
1615 struct rl_softc *sc = ifp->if_softc;
1625 struct rl_softc *sc = ifp->if_softc;
1675 struct rl_softc *sc = xsc;
1683 rl_init_locked(struct rl_softc *sc)
1781 struct rl_softc *sc = ifp->if_softc;
1799 struct rl_softc *sc = ifp->if_softc;
1816 struct rl_softc *sc = ifp->if_softc;
1891 rl_watchdog(struct rl_softc *sc)
1913 rl_stop(struct rl_softc *sc)
1962 struct rl_softc *sc;
1983 struct rl_softc *sc;
2028 struct rl_softc *sc;
2047 rl_setwol(struct rl_softc *sc)
2101 rl_clrwol(struct rl_softc *sc)