Lines Matching refs:nge_softc
158 static __inline void nge_discard_rxbuf(struct nge_softc *, int);
159 static int nge_newbuf(struct nge_softc *, int);
160 static int nge_encap(struct nge_softc *, struct mbuf **);
164 static int nge_rxeof(struct nge_softc *);
165 static void nge_txeof(struct nge_softc *);
168 static void nge_stats_update(struct nge_softc *);
173 static void nge_init_locked(struct nge_softc *);
174 static int nge_stop_mac(struct nge_softc *);
175 static void nge_stop(struct nge_softc *);
176 static void nge_wol(struct nge_softc *);
177 static void nge_watchdog(struct nge_softc *);
181 static void nge_delay(struct nge_softc *);
182 static void nge_eeprom_idle(struct nge_softc *);
183 static void nge_eeprom_putbyte(struct nge_softc *, int);
184 static void nge_eeprom_getword(struct nge_softc *, int, uint16_t *);
185 static void nge_read_eeprom(struct nge_softc *, caddr_t, int, int);
191 static void nge_rxfilter(struct nge_softc *);
192 static void nge_reset(struct nge_softc *);
194 static int nge_dma_alloc(struct nge_softc *);
195 static void nge_dma_free(struct nge_softc *);
196 static int nge_list_rx_init(struct nge_softc *);
197 static int nge_list_tx_init(struct nge_softc *);
198 static void nge_sysctl_node(struct nge_softc *);
240 sizeof(struct nge_softc)
263 nge_delay(struct nge_softc *sc) in nge_delay()
272 nge_eeprom_idle(struct nge_softc *sc) in nge_eeprom_idle()
299 nge_eeprom_putbyte(struct nge_softc *sc, int addr) in nge_eeprom_putbyte()
326 nge_eeprom_getword(struct nge_softc *sc, int addr, uint16_t *dest) in nge_eeprom_getword()
369 nge_read_eeprom(struct nge_softc *sc, caddr_t dest, int off, int cnt) in nge_read_eeprom()
387 struct nge_softc *sc; in nge_mii_bitbang_read()
405 struct nge_softc *sc; in nge_mii_bitbang_write()
417 struct nge_softc *sc; in nge_miibus_readreg()
467 struct nge_softc *sc; in nge_miibus_writereg()
515 struct nge_softc *sc; in nge_miibus_statchg()
665 nge_rxfilter(struct nge_softc *sc) in nge_rxfilter()
752 nge_reset(struct nge_softc *sc) in nge_reset()
823 struct nge_softc *sc; in nge_attach()
990 struct nge_softc *sc; in nge_detach()
1049 nge_dma_alloc(struct nge_softc *sc) in nge_dma_alloc()
1222 nge_dma_free(struct nge_softc *sc) in nge_dma_free()
1298 nge_list_tx_init(struct nge_softc *sc) in nge_list_tx_init()
1334 nge_list_rx_init(struct nge_softc *sc) in nge_list_rx_init()
1363 nge_discard_rxbuf(struct nge_softc *sc, int idx) in nge_discard_rxbuf()
1376 nge_newbuf(struct nge_softc *sc, int idx) in nge_newbuf()
1440 nge_rxeof(struct nge_softc *sc) in nge_rxeof()
1616 nge_txeof(struct nge_softc *sc) in nge_txeof()
1678 struct nge_softc *sc; in nge_tick()
1700 nge_stats_update(struct nge_softc *sc) in nge_stats_update()
1759 struct nge_softc *sc; in nge_poll()
1808 struct nge_softc *sc; in nge_intr()
1812 sc = (struct nge_softc *)arg; in nge_intr()
1880 nge_encap(struct nge_softc *sc, struct mbuf **m_head) in nge_encap()
1987 struct nge_softc *sc; in nge_start()
1998 struct nge_softc *sc; in nge_start_locked()
2051 struct nge_softc *sc = xsc; in nge_init()
2059 nge_init_locked(struct nge_softc *sc) in nge_init_locked()
2232 struct nge_softc *sc; in nge_mediachange()
2254 struct nge_softc *sc; in nge_mediastatus()
2269 struct nge_softc *sc = ifp->if_softc; in nge_ioctl()
2410 nge_watchdog(struct nge_softc *sc) in nge_watchdog()
2431 nge_stop_mac(struct nge_softc *sc) in nge_stop_mac()
2461 nge_stop(struct nge_softc *sc) in nge_stop()
2522 nge_wol(struct nge_softc *sc) in nge_wol()
2593 struct nge_softc *sc; in nge_suspend()
2609 struct nge_softc *sc; in nge_resume()
2643 nge_sysctl_node(struct nge_softc *sc) in nge_sysctl_node()