Searched refs:rl_softc (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/sys/dev/rl/
H A Dif_rl.c181 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 *);
[all...]
H A Dif_rlreg.h865 struct rl_softc { struct
/freebsd-11-stable/sys/dev/netmap/
H A Dif_re_netmap.h49 struct rl_softc *adapter = ifp->if_softc;
80 struct rl_softc *sc = ifp->if_softc;
183 struct rl_softc *sc = ifp->if_softc;
285 re_netmap_tx_init(struct rl_softc *sc)
316 re_netmap_rx_init(struct rl_softc *sc)
356 re_netmap_attach(struct rl_softc *sc)
/freebsd-11-stable/sys/dev/re/
H A Dif_re.c253 static int re_encap (struct rl_softc *, struct mbuf **);
256 static int re_allocmem (device_t, struct rl_softc *);
258 (struct rl_softc *, int);
259 static int re_newbuf (struct rl_softc *, int);
260 static int re_jumbo_newbuf (struct rl_softc *, int);
261 static int re_rx_list_init (struct rl_softc *);
262 static int re_jrx_list_init (struct rl_softc *);
263 static int re_tx_list_init (struct rl_softc *);
268 static int re_rxeof (struct rl_softc *, int *);
269 static void re_txeof (struct rl_softc *);
[all...]

Completed in 186 milliseconds