Symbol: gem_softc
sys/dev/gem/if_gem.c
100
static int gem_bitwait(struct gem_softc *sc, bus_addr_t r, uint32_t clr,
sys/dev/gem/if_gem.c
104
static int gem_disable_rx(struct gem_softc *sc);
sys/dev/gem/if_gem.c
105
static int gem_disable_tx(struct gem_softc *sc);
sys/dev/gem/if_gem.c
106
static void gem_eint(struct gem_softc *sc, u_int status);
sys/dev/gem/if_gem.c
1071
gem_load_txmbuf(struct gem_softc *sc, struct mbuf **m_head)
sys/dev/gem/if_gem.c
108
static void gem_init_locked(struct gem_softc *sc);
sys/dev/gem/if_gem.c
109
static void gem_init_regs(struct gem_softc *sc);
sys/dev/gem/if_gem.c
111
static int gem_load_txmbuf(struct gem_softc *sc, struct mbuf **m_head);
sys/dev/gem/if_gem.c
112
static int gem_meminit(struct gem_softc *sc);
sys/dev/gem/if_gem.c
113
static void gem_mifinit(struct gem_softc *sc);
sys/dev/gem/if_gem.c
114
static void gem_reset(struct gem_softc *sc);
sys/dev/gem/if_gem.c
115
static int gem_reset_rx(struct gem_softc *sc);
sys/dev/gem/if_gem.c
116
static void gem_reset_rxdma(struct gem_softc *sc);
sys/dev/gem/if_gem.c
117
static int gem_reset_tx(struct gem_softc *sc);
sys/dev/gem/if_gem.c
119
static void gem_rint(struct gem_softc *sc);
sys/dev/gem/if_gem.c
1211
gem_init_regs(struct gem_softc *sc)
sys/dev/gem/if_gem.c
124
static void gem_rxdrain(struct gem_softc *sc);
sys/dev/gem/if_gem.c
125
static void gem_setladrf(struct gem_softc *sc);
sys/dev/gem/if_gem.c
1288
struct gem_softc *sc = if_getsoftc(ifp);
sys/dev/gem/if_gem.c
1296
gem_txkick(struct gem_softc *sc)
sys/dev/gem/if_gem.c
130
static void gem_tint(struct gem_softc *sc);
sys/dev/gem/if_gem.c
131
static inline void gem_txkick(struct gem_softc *sc);
sys/dev/gem/if_gem.c
1316
struct gem_softc *sc = if_getsoftc(ifp);
sys/dev/gem/if_gem.c
132
static int gem_watchdog(struct gem_softc *sc);
sys/dev/gem/if_gem.c
1372
gem_tint(struct gem_softc *sc)
sys/dev/gem/if_gem.c
143
gem_attach(struct gem_softc *sc)
sys/dev/gem/if_gem.c
1488
struct gem_softc *sc = arg;
sys/dev/gem/if_gem.c
1497
gem_rint(struct gem_softc *sc)
sys/dev/gem/if_gem.c
1620
gem_add_rxbuf(struct gem_softc *sc, int idx)
sys/dev/gem/if_gem.c
1668
gem_eint(struct gem_softc *sc, u_int status)
sys/dev/gem/if_gem.c
1688
struct gem_softc *sc = v;
sys/dev/gem/if_gem.c
1771
gem_watchdog(struct gem_softc *sc)
sys/dev/gem/if_gem.c
1807
gem_mifinit(struct gem_softc *sc)
sys/dev/gem/if_gem.c
1834
struct gem_softc *sc;
sys/dev/gem/if_gem.c
1892
struct gem_softc *sc;
sys/dev/gem/if_gem.c
1971
struct gem_softc *sc;
sys/dev/gem/if_gem.c
2077
struct gem_softc *sc = if_getsoftc(ifp);
sys/dev/gem/if_gem.c
2091
struct gem_softc *sc = if_getsoftc(ifp);
sys/dev/gem/if_gem.c
2108
struct gem_softc *sc = if_getsoftc(ifp);
sys/dev/gem/if_gem.c
2177
gem_setladrf(struct gem_softc *sc)
sys/dev/gem/if_gem.c
402
gem_detach(struct gem_softc *sc)
sys/dev/gem/if_gem.c
437
gem_suspend(struct gem_softc *sc)
sys/dev/gem/if_gem.c
447
gem_resume(struct gem_softc *sc)
sys/dev/gem/if_gem.c
528
struct gem_softc *sc = xsc;
sys/dev/gem/if_gem.c
540
struct gem_softc *sc = arg;
sys/dev/gem/if_gem.c
583
gem_bitwait(struct gem_softc *sc, bus_addr_t r, uint32_t clr, uint32_t set)
sys/dev/gem/if_gem.c
597
gem_reset(struct gem_softc *sc)
sys/dev/gem/if_gem.c
615
gem_rxdrain(struct gem_softc *sc)
sys/dev/gem/if_gem.c
635
struct gem_softc *sc = if_getsoftc(ifp);
sys/dev/gem/if_gem.c
679
gem_reset_rx(struct gem_softc *sc)
sys/dev/gem/if_gem.c
725
gem_reset_rxdma(struct gem_softc *sc)
sys/dev/gem/if_gem.c
767
gem_reset_tx(struct gem_softc *sc)
sys/dev/gem/if_gem.c
796
gem_disable_rx(struct gem_softc *sc)
sys/dev/gem/if_gem.c
810
gem_disable_tx(struct gem_softc *sc)
sys/dev/gem/if_gem.c
824
gem_meminit(struct gem_softc *sc)
sys/dev/gem/if_gem.c
902
struct gem_softc *sc = xsc;
sys/dev/gem/if_gem.c
914
gem_init_locked(struct gem_softc *sc)
sys/dev/gem/if_gem.c
99
static int gem_add_rxbuf(struct gem_softc *sc, int idx);
sys/dev/gem/if_gem_pci.c
110
sizeof(struct gem_softc)
sys/dev/gem/if_gem_pci.c
146
struct gem_softc *sc;
sys/dev/gem/if_gem_pci.c
312
struct gem_softc *sc;
sys/dev/gem/if_gemvar.h
248
int gem_attach(struct gem_softc *sc);
sys/dev/gem/if_gemvar.h
249
void gem_detach(struct gem_softc *sc);
sys/dev/gem/if_gemvar.h
251
void gem_resume(struct gem_softc *sc);
sys/dev/gem/if_gemvar.h
252
void gem_suspend(struct gem_softc *sc);