Lines Matching refs:sge_softc

125 static int	sge_newbuf(struct sge_softc *, int);
126 static int sge_encap(struct sge_softc *, struct mbuf **);
128 sge_discard_rxbuf(struct sge_softc *, int);
129 static void sge_rxeof(struct sge_softc *);
130 static void sge_txeof(struct sge_softc *);
137 static void sge_init_locked(struct sge_softc *);
138 static void sge_stop(struct sge_softc *);
139 static void sge_watchdog(struct sge_softc *);
143 static int sge_get_mac_addr_apc(struct sge_softc *, uint8_t *);
144 static int sge_get_mac_addr_eeprom(struct sge_softc *, uint8_t *);
145 static uint16_t sge_read_eeprom(struct sge_softc *, int);
147 static void sge_rxfilter(struct sge_softc *);
148 static void sge_setvlan(struct sge_softc *);
149 static void sge_reset(struct sge_softc *);
150 static int sge_list_rx_init(struct sge_softc *);
151 static int sge_list_rx_free(struct sge_softc *);
152 static int sge_list_tx_init(struct sge_softc *);
153 static int sge_list_tx_free(struct sge_softc *);
155 static int sge_dma_alloc(struct sge_softc *);
156 static void sge_dma_free(struct sge_softc *);
177 "sge", sge_methods, sizeof(struct sge_softc)
206 sge_read_eeprom(struct sge_softc *sc, int offset)
231 sge_get_mac_addr_eeprom(struct sge_softc *sc, uint8_t *dest)
259 sge_get_mac_addr_apc(struct sge_softc *sc, uint8_t *dest)
336 struct sge_softc *sc;
360 struct sge_softc *sc;
383 struct sge_softc *sc;
447 sge_rxfilter(struct sge_softc *sc)
488 sge_setvlan(struct sge_softc *sc)
507 sge_reset(struct sge_softc *sc)
557 struct sge_softc *sc;
674 struct sge_softc *sc;
713 struct sge_softc *sc;
725 struct sge_softc *sc;
740 struct sge_softc *sc;
753 sge_dma_alloc(struct sge_softc *sc)
909 sge_dma_free(struct sge_softc *sc)
983 sge_list_tx_init(struct sge_softc *sc)
1002 sge_list_tx_free(struct sge_softc *sc)
1031 sge_list_rx_init(struct sge_softc *sc)
1050 sge_list_rx_free(struct sge_softc *sc)
1076 sge_newbuf(struct sge_softc *sc, int prod)
1125 sge_discard_rxbuf(struct sge_softc *sc, int index)
1142 sge_rxeof(struct sge_softc *sc)
1233 sge_txeof(struct sge_softc *sc)
1304 struct sge_softc *sc;
1333 struct sge_softc *sc;
1397 sge_encap(struct sge_softc *sc, struct mbuf **m_head)
1562 struct sge_softc *sc;
1573 struct sge_softc *sc;
1621 struct sge_softc *sc;
1630 sge_init_locked(struct sge_softc *sc)
1720 struct sge_softc *sc;
1742 struct sge_softc *sc;
1761 struct sge_softc *sc;
1853 sge_watchdog(struct sge_softc *sc)
1885 sge_stop(struct sge_softc *sc)