Symbol: gtmpsc_softc
sys/dev/marvell/gtmpsc.c
1075
gtmpsc_rxdesc_init(struct gtmpsc_softc *sc)
sys/dev/marvell/gtmpsc.c
1125
gtmpsc_txdesc_init(struct gtmpsc_softc *sc)
sys/dev/marvell/gtmpsc.c
1154
gtmpscinit_stop(struct gtmpsc_softc *sc)
sys/dev/marvell/gtmpsc.c
1175
gtmpscinit_start(struct gtmpsc_softc *sc)
sys/dev/marvell/gtmpsc.c
121
static __inline void gtmpsc_intr_rx(struct gtmpsc_softc *);
sys/dev/marvell/gtmpsc.c
1217
gtmpscshutdown(struct gtmpsc_softc *sc)
sys/dev/marvell/gtmpsc.c
122
static __inline void gtmpsc_intr_tx(struct gtmpsc_softc *);
sys/dev/marvell/gtmpsc.c
123
STATIC void gtmpsc_write(struct gtmpsc_softc *);
sys/dev/marvell/gtmpsc.c
1235
gtmpsc_loadchannelregs(struct gtmpsc_softc *sc)
sys/dev/marvell/gtmpsc.c
125
STATIC void gtmpsc_rxdesc_init(struct gtmpsc_softc *);
sys/dev/marvell/gtmpsc.c
126
STATIC void gtmpsc_txdesc_init(struct gtmpsc_softc *);
sys/dev/marvell/gtmpsc.c
127
STATIC void gtmpscinit_stop(struct gtmpsc_softc *);
sys/dev/marvell/gtmpsc.c
128
STATIC void gtmpscinit_start(struct gtmpsc_softc *);
sys/dev/marvell/gtmpsc.c
129
STATIC void gtmpscshutdown(struct gtmpsc_softc *);
sys/dev/marvell/gtmpsc.c
130
STATIC void gtmpsc_loadchannelregs(struct gtmpsc_softc *);
sys/dev/marvell/gtmpsc.c
1304
struct gtmpsc_softc *sc = &gtmpsc_cn_softc;
sys/dev/marvell/gtmpsc.c
1336
gtmpsc_hackinit(struct gtmpsc_softc *sc, bus_space_tag_t iot,
sys/dev/marvell/gtmpsc.c
1346
memset(sc, 0, sizeof(struct gtmpsc_softc));
sys/dev/marvell/gtmpsc.c
138
STATIC int gtmpsc_hackinit(struct gtmpsc_softc *, bus_space_tag_t,
sys/dev/marvell/gtmpsc.c
1407
struct gtmpsc_softc *sc = (struct gtmpsc_softc *)arg;
sys/dev/marvell/gtmpsc.c
1415
struct gtmpsc_softc *sc = (struct gtmpsc_softc *)arg;
sys/dev/marvell/gtmpsc.c
143
STATIC int gtmpsc_common_getc(struct gtmpsc_softc *);
sys/dev/marvell/gtmpsc.c
1431
gtmpsc_common_getc(struct gtmpsc_softc *sc)
sys/dev/marvell/gtmpsc.c
144
STATIC void gtmpsc_common_putc(struct gtmpsc_softc *, int);
sys/dev/marvell/gtmpsc.c
145
STATIC void gtmpsc_common_putc_wait_complete(struct gtmpsc_softc *, int);
sys/dev/marvell/gtmpsc.c
1501
gtmpsc_common_putc(struct gtmpsc_softc *sc, int c)
sys/dev/marvell/gtmpsc.c
1552
gtmpsc_common_putc_wait_complete(struct gtmpsc_softc *sc, int ix)
sys/dev/marvell/gtmpsc.c
172
CFATTACH_DECL_NEW(gtmpsc, sizeof(struct gtmpsc_softc),
sys/dev/marvell/gtmpsc.c
233
struct gtmpsc_softc *sc = device_private(self);
sys/dev/marvell/gtmpsc.c
252
memcpy(sc, &gtmpsc_cn_softc, sizeof(struct gtmpsc_softc));
sys/dev/marvell/gtmpsc.c
422
struct gtmpsc_softc *sc;
sys/dev/marvell/gtmpsc.c
450
struct gtmpsc_softc *sc = arg;
sys/dev/marvell/gtmpsc.c
519
struct gtmpsc_softc *sc;
sys/dev/marvell/gtmpsc.c
623
struct gtmpsc_softc *sc = device_lookup_private(&gtmpsc_cd, unit);
sys/dev/marvell/gtmpsc.c
647
struct gtmpsc_softc *sc =
sys/dev/marvell/gtmpsc.c
657
struct gtmpsc_softc *sc =
sys/dev/marvell/gtmpsc.c
667
struct gtmpsc_softc *sc =
sys/dev/marvell/gtmpsc.c
740
struct gtmpsc_softc *sc =
sys/dev/marvell/gtmpsc.c
749
struct gtmpsc_softc *sc =
sys/dev/marvell/gtmpsc.c
760
struct gtmpsc_softc *sc;
sys/dev/marvell/gtmpsc.c
801
struct gtmpsc_softc *sc =
sys/dev/marvell/gtmpsc.c
882
gtmpsc_intr_rx(struct gtmpsc_softc *sc)
sys/dev/marvell/gtmpsc.c
946
gtmpsc_intr_tx(struct gtmpsc_softc *sc)
sys/dev/marvell/gtmpsc.c
999
gtmpsc_write(struct gtmpsc_softc *sc)