Lines Matching refs:nge_softc
156 static __inline void nge_discard_rxbuf(struct nge_softc *, int);
157 static int nge_newbuf(struct nge_softc *, int);
158 static int nge_encap(struct nge_softc *, struct mbuf **);
162 static int nge_rxeof(struct nge_softc *);
163 static void nge_txeof(struct nge_softc *);
166 static void nge_stats_update(struct nge_softc *);
171 static void nge_init_locked(struct nge_softc *);
172 static int nge_stop_mac(struct nge_softc *);
173 static void nge_stop(struct nge_softc *);
174 static void nge_wol(struct nge_softc *);
175 static void nge_watchdog(struct nge_softc *);
179 static void nge_delay(struct nge_softc *);
180 static void nge_eeprom_idle(struct nge_softc *);
181 static void nge_eeprom_putbyte(struct nge_softc *, int);
182 static void nge_eeprom_getword(struct nge_softc *, int, uint16_t *);
183 static void nge_read_eeprom(struct nge_softc *, caddr_t, int, int);
189 static void nge_rxfilter(struct nge_softc *);
190 static void nge_reset(struct nge_softc *);
192 static int nge_dma_alloc(struct nge_softc *);
193 static void nge_dma_free(struct nge_softc *);
194 static int nge_list_rx_init(struct nge_softc *);
195 static int nge_list_tx_init(struct nge_softc *);
196 static void nge_sysctl_node(struct nge_softc *);
238 sizeof(struct nge_softc)
259 nge_delay(struct nge_softc *sc) in nge_delay()
268 nge_eeprom_idle(struct nge_softc *sc) in nge_eeprom_idle()
295 nge_eeprom_putbyte(struct nge_softc *sc, int addr) in nge_eeprom_putbyte()
322 nge_eeprom_getword(struct nge_softc *sc, int addr, uint16_t *dest) in nge_eeprom_getword()
365 nge_read_eeprom(struct nge_softc *sc, caddr_t dest, int off, int cnt) in nge_read_eeprom()
383 struct nge_softc *sc; in nge_mii_bitbang_read()
401 struct nge_softc *sc; in nge_mii_bitbang_write()
413 struct nge_softc *sc; in nge_miibus_readreg()
463 struct nge_softc *sc; in nge_miibus_writereg()
511 struct nge_softc *sc; in nge_miibus_statchg()
663 struct nge_softc *sc = arg; in nge_write_maddr()
683 nge_rxfilter(struct nge_softc *sc) in nge_rxfilter()
749 nge_reset(struct nge_softc *sc) in nge_reset()
820 struct nge_softc *sc; in nge_attach()
981 struct nge_softc *sc; in nge_detach()
1036 nge_dma_alloc(struct nge_softc *sc) in nge_dma_alloc()
1209 nge_dma_free(struct nge_softc *sc) in nge_dma_free()
1285 nge_list_tx_init(struct nge_softc *sc) in nge_list_tx_init()
1321 nge_list_rx_init(struct nge_softc *sc) in nge_list_rx_init()
1350 nge_discard_rxbuf(struct nge_softc *sc, int idx) in nge_discard_rxbuf()
1363 nge_newbuf(struct nge_softc *sc, int idx) in nge_newbuf()
1427 nge_rxeof(struct nge_softc *sc) in nge_rxeof()
1603 nge_txeof(struct nge_softc *sc) in nge_txeof()
1665 struct nge_softc *sc; in nge_tick()
1687 nge_stats_update(struct nge_softc *sc) in nge_stats_update()
1746 struct nge_softc *sc; in nge_poll()
1795 struct nge_softc *sc; in nge_intr()
1799 sc = (struct nge_softc *)arg; in nge_intr()
1867 nge_encap(struct nge_softc *sc, struct mbuf **m_head) in nge_encap()
1974 struct nge_softc *sc; in nge_start()
1985 struct nge_softc *sc; in nge_start_locked()
2038 struct nge_softc *sc = xsc; in nge_init()
2046 nge_init_locked(struct nge_softc *sc) in nge_init_locked()
2219 struct nge_softc *sc; in nge_mediachange()
2241 struct nge_softc *sc; in nge_mediastatus()
2256 struct nge_softc *sc = if_getsoftc(ifp); in nge_ioctl()
2397 nge_watchdog(struct nge_softc *sc) in nge_watchdog()
2418 nge_stop_mac(struct nge_softc *sc) in nge_stop_mac()
2448 nge_stop(struct nge_softc *sc) in nge_stop()
2509 nge_wol(struct nge_softc *sc) in nge_wol()
2575 struct nge_softc *sc; in nge_suspend()
2591 struct nge_softc *sc; in nge_resume()
2613 nge_sysctl_node(struct nge_softc *sc) in nge_sysctl_node()