Symbol: sge_softc
sys/dev/sge/if_sge.c
1020
sge_list_rx_init(struct sge_softc *sc)
sys/dev/sge/if_sge.c
1039
sge_list_rx_free(struct sge_softc *sc)
sys/dev/sge/if_sge.c
1065
sge_newbuf(struct sge_softc *sc, int prod)
sys/dev/sge/if_sge.c
1114
sge_discard_rxbuf(struct sge_softc *sc, int index)
sys/dev/sge/if_sge.c
1131
sge_rxeof(struct sge_softc *sc)
sys/dev/sge/if_sge.c
119
static int sge_newbuf(struct sge_softc *, int);
sys/dev/sge/if_sge.c
120
static int sge_encap(struct sge_softc *, struct mbuf **);
sys/dev/sge/if_sge.c
122
sge_discard_rxbuf(struct sge_softc *, int);
sys/dev/sge/if_sge.c
1222
sge_txeof(struct sge_softc *sc)
sys/dev/sge/if_sge.c
123
static void sge_rxeof(struct sge_softc *);
sys/dev/sge/if_sge.c
124
static void sge_txeof(struct sge_softc *);
sys/dev/sge/if_sge.c
1293
struct sge_softc *sc;
sys/dev/sge/if_sge.c
131
static void sge_init_locked(struct sge_softc *);
sys/dev/sge/if_sge.c
132
static void sge_stop(struct sge_softc *);
sys/dev/sge/if_sge.c
1322
struct sge_softc *sc;
sys/dev/sge/if_sge.c
133
static void sge_watchdog(struct sge_softc *);
sys/dev/sge/if_sge.c
137
static int sge_get_mac_addr_apc(struct sge_softc *, uint8_t *);
sys/dev/sge/if_sge.c
138
static int sge_get_mac_addr_eeprom(struct sge_softc *, uint8_t *);
sys/dev/sge/if_sge.c
1381
sge_encap(struct sge_softc *sc, struct mbuf **m_head)
sys/dev/sge/if_sge.c
139
static uint16_t sge_read_eeprom(struct sge_softc *, int);
sys/dev/sge/if_sge.c
141
static void sge_rxfilter(struct sge_softc *);
sys/dev/sge/if_sge.c
142
static void sge_setvlan(struct sge_softc *);
sys/dev/sge/if_sge.c
143
static void sge_reset(struct sge_softc *);
sys/dev/sge/if_sge.c
144
static int sge_list_rx_init(struct sge_softc *);
sys/dev/sge/if_sge.c
145
static int sge_list_rx_free(struct sge_softc *);
sys/dev/sge/if_sge.c
146
static int sge_list_tx_init(struct sge_softc *);
sys/dev/sge/if_sge.c
147
static int sge_list_tx_free(struct sge_softc *);
sys/dev/sge/if_sge.c
149
static int sge_dma_alloc(struct sge_softc *);
sys/dev/sge/if_sge.c
150
static void sge_dma_free(struct sge_softc *);
sys/dev/sge/if_sge.c
1546
struct sge_softc *sc;
sys/dev/sge/if_sge.c
1557
struct sge_softc *sc;
sys/dev/sge/if_sge.c
1605
struct sge_softc *sc;
sys/dev/sge/if_sge.c
1614
sge_init_locked(struct sge_softc *sc)
sys/dev/sge/if_sge.c
1704
struct sge_softc *sc;
sys/dev/sge/if_sge.c
171
"sge", sge_methods, sizeof(struct sge_softc)
sys/dev/sge/if_sge.c
1726
struct sge_softc *sc;
sys/dev/sge/if_sge.c
1745
struct sge_softc *sc;
sys/dev/sge/if_sge.c
1837
sge_watchdog(struct sge_softc *sc)
sys/dev/sge/if_sge.c
1869
sge_stop(struct sge_softc *sc)
sys/dev/sge/if_sge.c
209
sge_read_eeprom(struct sge_softc *sc, int offset)
sys/dev/sge/if_sge.c
234
sge_get_mac_addr_eeprom(struct sge_softc *sc, uint8_t *dest)
sys/dev/sge/if_sge.c
262
sge_get_mac_addr_apc(struct sge_softc *sc, uint8_t *dest)
sys/dev/sge/if_sge.c
331
struct sge_softc *sc;
sys/dev/sge/if_sge.c
355
struct sge_softc *sc;
sys/dev/sge/if_sge.c
378
struct sge_softc *sc;
sys/dev/sge/if_sge.c
453
sge_rxfilter(struct sge_softc *sc)
sys/dev/sge/if_sge.c
485
sge_setvlan(struct sge_softc *sc)
sys/dev/sge/if_sge.c
504
sge_reset(struct sge_softc *sc)
sys/dev/sge/if_sge.c
554
struct sge_softc *sc;
sys/dev/sge/if_sge.c
665
struct sge_softc *sc;
sys/dev/sge/if_sge.c
702
struct sge_softc *sc;
sys/dev/sge/if_sge.c
714
struct sge_softc *sc;
sys/dev/sge/if_sge.c
729
struct sge_softc *sc;
sys/dev/sge/if_sge.c
742
sge_dma_alloc(struct sge_softc *sc)
sys/dev/sge/if_sge.c
898
sge_dma_free(struct sge_softc *sc)
sys/dev/sge/if_sge.c
972
sge_list_tx_init(struct sge_softc *sc)
sys/dev/sge/if_sge.c
991
sge_list_tx_free(struct sge_softc *sc)