Searched refs:rl_softc (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/rl/ |
H A D | if_rl.c | 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 *); [all …]
|
H A D | if_rlreg.h | 864 struct rl_softc { struct
|
/freebsd/sys/dev/re/ |
H A D | if_re.c | 259 static int re_encap (struct rl_softc *, struct mbuf **); 262 static int re_allocmem (device_t, struct rl_softc *); 264 (struct rl_softc *, int); 265 static int re_newbuf (struct rl_softc *, int); 266 static int re_jumbo_newbuf (struct rl_softc *, int); 267 static int re_rx_list_init (struct rl_softc *); 268 static int re_jrx_list_init (struct rl_softc *); 269 static int re_tx_list_init (struct rl_softc *); 274 static int re_rxeof (struct rl_softc *, int *); 275 static void re_txeof (struct rl_softc *); [all …]
|
/freebsd/sys/dev/netmap/ |
H A D | if_re_netmap.h | 50 struct rl_softc *adapter = if_getsoftc(ifp); in re_netmap_reg() 81 struct rl_softc *sc = if_getsoftc(ifp); in re_netmap_txsync() 183 struct rl_softc *sc = if_getsoftc(ifp); in re_netmap_rxsync() 285 re_netmap_tx_init(struct rl_softc *sc) in re_netmap_tx_init() 316 re_netmap_rx_init(struct rl_softc *sc) in re_netmap_rx_init() 356 re_netmap_attach(struct rl_softc *sc) in re_netmap_attach()
|