Lines Matching refs:sge_softc

118 static int	sge_newbuf(struct sge_softc *, int);
119 static int sge_encap(struct sge_softc *, struct mbuf **);
121 sge_discard_rxbuf(struct sge_softc *, int);
122 static void sge_rxeof(struct sge_softc *);
123 static void sge_txeof(struct sge_softc *);
130 static void sge_init_locked(struct sge_softc *);
131 static void sge_stop(struct sge_softc *);
132 static void sge_watchdog(struct sge_softc *);
136 static int sge_get_mac_addr_apc(struct sge_softc *, uint8_t *);
137 static int sge_get_mac_addr_eeprom(struct sge_softc *, uint8_t *);
138 static uint16_t sge_read_eeprom(struct sge_softc *, int);
140 static void sge_rxfilter(struct sge_softc *);
141 static void sge_setvlan(struct sge_softc *);
142 static void sge_reset(struct sge_softc *);
143 static int sge_list_rx_init(struct sge_softc *);
144 static int sge_list_rx_free(struct sge_softc *);
145 static int sge_list_tx_init(struct sge_softc *);
146 static int sge_list_tx_free(struct sge_softc *);
148 static int sge_dma_alloc(struct sge_softc *);
149 static void sge_dma_free(struct sge_softc *);
170 "sge", sge_methods, sizeof(struct sge_softc)
210 sge_read_eeprom(struct sge_softc *sc, int offset)
235 sge_get_mac_addr_eeprom(struct sge_softc *sc, uint8_t *dest)
263 sge_get_mac_addr_apc(struct sge_softc *sc, uint8_t *dest)
333 struct sge_softc *sc;
357 struct sge_softc *sc;
380 struct sge_softc *sc;
444 sge_rxfilter(struct sge_softc *sc)
485 sge_setvlan(struct sge_softc *sc)
504 sge_reset(struct sge_softc *sc)
554 struct sge_softc *sc;
671 struct sge_softc *sc;
710 struct sge_softc *sc;
722 struct sge_softc *sc;
737 struct sge_softc *sc;
750 sge_dma_alloc(struct sge_softc *sc)
906 sge_dma_free(struct sge_softc *sc)
980 sge_list_tx_init(struct sge_softc *sc)
999 sge_list_tx_free(struct sge_softc *sc)
1028 sge_list_rx_init(struct sge_softc *sc)
1047 sge_list_rx_free(struct sge_softc *sc)
1073 sge_newbuf(struct sge_softc *sc, int prod)
1122 sge_discard_rxbuf(struct sge_softc *sc, int index)
1139 sge_rxeof(struct sge_softc *sc)
1230 sge_txeof(struct sge_softc *sc)
1301 struct sge_softc *sc;
1330 struct sge_softc *sc;
1389 sge_encap(struct sge_softc *sc, struct mbuf **m_head)
1554 struct sge_softc *sc;
1565 struct sge_softc *sc;
1613 struct sge_softc *sc;
1622 sge_init_locked(struct sge_softc *sc)
1712 struct sge_softc *sc;
1734 struct sge_softc *sc;
1753 struct sge_softc *sc;
1845 sge_watchdog(struct sge_softc *sc)
1877 sge_stop(struct sge_softc *sc)