sge_softc
sge_list_rx_init(struct sge_softc *sc)
sge_list_rx_free(struct sge_softc *sc)
sge_newbuf(struct sge_softc *sc, int prod)
sge_discard_rxbuf(struct sge_softc *sc, int index)
sge_rxeof(struct sge_softc *sc)
static int sge_newbuf(struct sge_softc *, int);
sge_txeof(struct sge_softc *sc)
static int sge_encap(struct sge_softc *, struct mbuf **);
sge_discard_rxbuf(struct sge_softc *, int);
static void sge_rxeof(struct sge_softc *);
static void sge_txeof(struct sge_softc *);
struct sge_softc *sc;
struct sge_softc *sc;
static void sge_init_locked(struct sge_softc *);
static void sge_stop(struct sge_softc *);
static void sge_watchdog(struct sge_softc *);
sge_encap(struct sge_softc *sc, struct mbuf **m_head)
static int sge_get_mac_addr_apc(struct sge_softc *, uint8_t *);
static int sge_get_mac_addr_eeprom(struct sge_softc *, uint8_t *);
static uint16_t sge_read_eeprom(struct sge_softc *, int);
static void sge_rxfilter(struct sge_softc *);
static void sge_setvlan(struct sge_softc *);
static void sge_reset(struct sge_softc *);
static int sge_list_rx_init(struct sge_softc *);
static int sge_list_rx_free(struct sge_softc *);
static int sge_list_tx_init(struct sge_softc *);
static int sge_list_tx_free(struct sge_softc *);
static int sge_dma_alloc(struct sge_softc *);
static void sge_dma_free(struct sge_softc *);
struct sge_softc *sc;
struct sge_softc *sc;
struct sge_softc *sc;
sge_init_locked(struct sge_softc *sc)
struct sge_softc *sc;
struct sge_softc *sc;
"sge", sge_methods, sizeof(struct sge_softc)
struct sge_softc *sc;
sge_watchdog(struct sge_softc *sc)
sge_stop(struct sge_softc *sc)
sge_read_eeprom(struct sge_softc *sc, int offset)
sge_get_mac_addr_eeprom(struct sge_softc *sc, uint8_t *dest)
sge_get_mac_addr_apc(struct sge_softc *sc, uint8_t *dest)
struct sge_softc *sc;
struct sge_softc *sc;
struct sge_softc *sc;
sge_rxfilter(struct sge_softc *sc)
sge_setvlan(struct sge_softc *sc)
sge_reset(struct sge_softc *sc)
struct sge_softc *sc;
struct sge_softc *sc;
struct sge_softc *sc;
struct sge_softc *sc;
struct sge_softc *sc;
sge_dma_alloc(struct sge_softc *sc)
sge_dma_free(struct sge_softc *sc)
sge_list_tx_init(struct sge_softc *sc)
sge_list_tx_free(struct sge_softc *sc)
struct sge_softc *sc = device_get_softc(dev);