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

/freebsd-10.2-release/sys/pci/
H A Dif_rl.c180 static int rl_dma_alloc(struct rl_softc *);
181 static void rl_dma_free(struct rl_softc *);
182 static void rl_eeprom_putbyte(struct rl_softc *, int);
183 static void rl_eeprom_getword(struct rl_softc *, int, uint16_t *);
184 static int rl_encap(struct rl_softc *, struct mbuf **);
185 static int rl_list_tx_init(struct rl_softc *);
186 static int rl_list_rx_init(struct rl_softc *);
192 static void rl_init_locked(struct rl_softc *sc);
201 static void rl_read_eeprom(struct rl_softc *, uint8_t *, int, int, int);
202 static void rl_reset(struct rl_softc *);
[all...]
H A Dif_rlreg.h864 struct rl_softc { struct
/freebsd-10.2-release/sys/dev/re/
H A Dif_re.c249 static int re_encap (struct rl_softc *, struct mbuf **);
252 static int re_allocmem (device_t, struct rl_softc *);
254 (struct rl_softc *, int);
255 static int re_newbuf (struct rl_softc *, int);
256 static int re_jumbo_newbuf (struct rl_softc *, int);
257 static int re_rx_list_init (struct rl_softc *);
258 static int re_jrx_list_init (struct rl_softc *);
259 static int re_tx_list_init (struct rl_softc *);
264 static int re_rxeof (struct rl_softc *, int *);
265 static void re_txeof (struct rl_softc *);
[all...]
/freebsd-10.2-release/sys/dev/netmap/
H A Dif_re_netmap.h49 struct rl_softc *adapter = ifp->if_softc;
80 struct rl_softc *sc = ifp->if_softc;
185 struct rl_softc *sc = ifp->if_softc;
291 re_netmap_tx_init(struct rl_softc *sc)
322 re_netmap_rx_init(struct rl_softc *sc)
362 re_netmap_attach(struct rl_softc *sc)

Completed in 53 milliseconds