Searched refs:rl_softc (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/sys/dev/netif/rl/ |
H A D | if_rl.c | 177 static int rl_encap(struct rl_softc *, struct mbuf * ); 179 static void rl_rxeof(struct rl_softc *); 180 static void rl_txeof(struct rl_softc *); 186 static void rl_stop (struct rl_softc *); 194 static void rl_eeprom_putbyte(struct rl_softc *, int); 195 static void rl_eeprom_getword(struct rl_softc *, int, uint16_t *); 196 static void rl_read_eeprom(struct rl_softc *, caddr_t, int, int, int); 197 static void rl_mii_sync(struct rl_softc *); 198 static void rl_mii_send(struct rl_softc *, uint32_t, int); 199 static int rl_mii_readreg(struct rl_softc *, struct rl_mii_frame *); [all …]
|
H A D | if_rlreg.h | 361 struct rl_softc { struct
|