rl_softc
rl_txeof(struct rl_softc *sc)
struct rl_softc *sc = xsc;
struct rl_softc *sc = ifp->if_softc;
struct rl_softc *sc = ifp->if_softc;
struct rl_softc *sc;
rl_encap(struct rl_softc *sc, struct mbuf *m_head)
struct rl_softc *sc = ifp->if_softc;
struct rl_softc *sc = xsc;
struct rl_softc *sc;
struct rl_softc *sc = ifp->if_softc;
struct rl_softc *sc = ifp->if_softc;
struct rl_softc *sc = ifp->if_softc;
rl_stop(struct rl_softc *sc)
struct rl_softc *sc;
struct rl_softc *sc = device_get_softc(dev);
struct rl_softc *sc = device_get_softc(dev);
rl_dma_alloc(struct rl_softc *sc)
rl_dma_free(struct rl_softc *sc)
static int rl_encap(struct rl_softc *, struct mbuf * );
static void rl_rxeof(struct rl_softc *);
static void rl_txeof(struct rl_softc *);
static void rl_stop (struct rl_softc *);
static void rl_eeprom_putbyte(struct rl_softc *, int);
static void rl_eeprom_getword(struct rl_softc *, int, uint16_t *);
static void rl_read_eeprom(struct rl_softc *, caddr_t, int, int, int);
static void rl_mii_sync(struct rl_softc *);
static void rl_mii_send(struct rl_softc *, uint32_t, int);
static int rl_mii_readreg(struct rl_softc *, struct rl_mii_frame *);
static int rl_mii_writereg(struct rl_softc *, struct rl_mii_frame *);
static void rl_setmulti(struct rl_softc *);
static void rl_reset(struct rl_softc *);
static void rl_list_tx_init(struct rl_softc *);
static int rl_dma_alloc(struct rl_softc *);
static void rl_dma_free(struct rl_softc *);
static DEFINE_CLASS_0(rl, rl_driver, rl_methods, sizeof(struct rl_softc));
rl_eeprom_putbyte(struct rl_softc *sc, int addr)
rl_eeprom_getword(struct rl_softc *sc, int addr, uint16_t *dest)
rl_read_eeprom(struct rl_softc *sc, caddr_t dest, int off, int cnt, int swap)
rl_mii_sync(struct rl_softc *sc)
rl_mii_send(struct rl_softc *sc, uint32_t bits, int cnt)
rl_mii_readreg(struct rl_softc *sc, struct rl_mii_frame *frame)
rl_mii_writereg(struct rl_softc *sc, struct rl_mii_frame *frame)
struct rl_softc *sc;
struct rl_softc *sc;
rl_setmulti(struct rl_softc *sc)
rl_reset(struct rl_softc *sc)
struct rl_softc *sc;
struct rl_softc *sc;
rl_list_tx_init(struct rl_softc *sc)
rl_rxeof(struct rl_softc *sc)