Lines Matching refs:age_softc
107 static void age_get_macaddr(struct age_softc *);
108 static void age_phy_reset(struct age_softc *);
111 static void age_sysctl_node(struct age_softc *);
113 static int age_check_boundary(struct age_softc *);
114 static int age_dma_alloc(struct age_softc *);
115 static void age_dma_free(struct age_softc *);
117 static void age_setwol(struct age_softc *);
120 static int age_encap(struct age_softc *, struct mbuf **);
123 static void age_watchdog(struct age_softc *);
125 static void age_mac_config(struct age_softc *);
127 static void age_stats_update(struct age_softc *);
130 static void age_txintr(struct age_softc *, int);
131 static void age_rxeof(struct age_softc *sc, struct rx_rdesc *);
132 static int age_rxintr(struct age_softc *, int, int);
134 static void age_reset(struct age_softc *);
136 static void age_init_locked(struct age_softc *);
137 static void age_stop(struct age_softc *);
138 static void age_stop_txmac(struct age_softc *);
139 static void age_stop_rxmac(struct age_softc *);
140 static void age_init_tx_ring(struct age_softc *);
141 static int age_init_rx_ring(struct age_softc *);
142 static void age_init_rr_ring(struct age_softc *);
143 static void age_init_cmb_block(struct age_softc *);
144 static void age_init_smb_block(struct age_softc *);
148 static int age_newbuf(struct age_softc *, struct age_rxdesc *);
149 static void age_rxvlan(struct age_softc *);
150 static void age_rxfilter(struct age_softc *);
175 sizeof(struct age_softc)
209 struct age_softc *sc; in age_miibus_readreg()
238 struct age_softc *sc; in age_miibus_writereg()
266 struct age_softc *sc; in age_miibus_statchg()
278 struct age_softc *sc; in age_mediastatus()
297 struct age_softc *sc; in age_mediachange()
335 age_get_macaddr(struct age_softc *sc) in age_get_macaddr()
380 age_phy_reset(struct age_softc *sc) in age_phy_reset()
460 struct age_softc *sc; in age_attach()
664 struct age_softc *sc; in age_detach()
720 age_sysctl_node(struct age_softc *sc) in age_sysctl_node()
796 age_check_boundary(struct age_softc *sc) in age_check_boundary()
830 age_dma_alloc(struct age_softc *sc) in age_dma_alloc()
1171 age_dma_free(struct age_softc *sc) in age_dma_free()
1300 age_setwol(struct age_softc *sc) in age_setwol()
1430 struct age_softc *sc; in age_suspend()
1445 struct age_softc *sc; in age_resume()
1462 age_encap(struct age_softc *sc, struct mbuf **m_head) in age_encap()
1700 struct age_softc *sc; in age_start()
1711 struct age_softc *sc; in age_start_locked()
1757 age_watchdog(struct age_softc *sc) in age_watchdog()
1792 struct age_softc *sc; in age_ioctl()
1905 age_mac_config(struct age_softc *sc) in age_mac_config()
1943 struct age_softc *sc; in age_link_task()
1948 sc = (struct age_softc *)arg; in age_link_task()
1991 age_stats_update(struct age_softc *sc) in age_stats_update()
2092 struct age_softc *sc; in age_intr()
2095 sc = (struct age_softc *)arg; in age_intr()
2110 struct age_softc *sc; in age_int_task()
2115 sc = (struct age_softc *)arg; in age_int_task()
2180 age_txintr(struct age_softc *sc, int tpd_cons) in age_txintr()
2279 age_rxeof(struct age_softc *sc, struct rx_rdesc *rxrd) in age_rxeof()
2428 age_rxintr(struct age_softc *sc, int rr_prod, int count) in age_rxintr()
2492 struct age_softc *sc; in age_tick()
2495 sc = (struct age_softc *)arg; in age_tick()
2506 age_reset(struct age_softc *sc) in age_reset()
2530 struct age_softc *sc; in age_init()
2532 sc = (struct age_softc *)xsc; in age_init()
2539 age_init_locked(struct age_softc *sc) in age_init_locked()
2821 age_stop(struct age_softc *sc) in age_stop()
2898 age_stop_txmac(struct age_softc *sc) in age_stop_txmac()
2927 age_stop_rxmac(struct age_softc *sc) in age_stop_rxmac()
2956 age_init_tx_ring(struct age_softc *sc) in age_init_tx_ring()
2982 age_init_rx_ring(struct age_softc *sc) in age_init_rx_ring()
3009 age_init_rr_ring(struct age_softc *sc) in age_init_rr_ring()
3026 age_init_cmb_block(struct age_softc *sc) in age_init_cmb_block()
3040 age_init_smb_block(struct age_softc *sc) in age_init_smb_block()
3054 age_newbuf(struct age_softc *sc, struct age_rxdesc *rxd) in age_newbuf()
3099 age_rxvlan(struct age_softc *sc) in age_rxvlan()
3127 age_rxfilter(struct age_softc *sc) in age_rxfilter()
3164 struct age_softc *sc; in sysctl_age_stats()
3177 sc = (struct age_softc *)arg1; in sysctl_age_stats()