Symbol: et_softc
sys/dev/et/if_et.c
102
static int et_watchdog(struct et_softc *);
sys/dev/et/if_et.c
1034
et_dma_free(struct et_softc *sc)
sys/dev/et/if_et.c
108
static void et_add_sysctls(struct et_softc *);
sys/dev/et/if_et.c
1126
et_chip_attach(struct et_softc *sc)
sys/dev/et/if_et.c
113
static void et_rxeof(struct et_softc *);
sys/dev/et/if_et.c
114
static void et_txeof(struct et_softc *);
sys/dev/et/if_et.c
116
static int et_dma_alloc(struct et_softc *);
sys/dev/et/if_et.c
1168
struct et_softc *sc;
sys/dev/et/if_et.c
117
static void et_dma_free(struct et_softc *);
sys/dev/et/if_et.c
119
static int et_dma_ring_alloc(struct et_softc *, bus_size_t, bus_size_t,
sys/dev/et/if_et.c
1209
et_init_locked(struct et_softc *sc)
sys/dev/et/if_et.c
122
static void et_dma_ring_free(struct et_softc *, bus_dma_tag_t *, uint8_t **,
sys/dev/et/if_et.c
124
static void et_init_tx_ring(struct et_softc *);
sys/dev/et/if_et.c
125
static int et_init_rx_ring(struct et_softc *);
sys/dev/et/if_et.c
126
static void et_free_tx_ring(struct et_softc *);
sys/dev/et/if_et.c
1264
struct et_softc *sc = xsc;
sys/dev/et/if_et.c
127
static void et_free_rx_ring(struct et_softc *);
sys/dev/et/if_et.c
1274
struct et_softc *sc;
sys/dev/et/if_et.c
128
static int et_encap(struct et_softc *, struct mbuf **);
sys/dev/et/if_et.c
133
static void et_stop(struct et_softc *);
sys/dev/et/if_et.c
134
static int et_chip_init(struct et_softc *);
sys/dev/et/if_et.c
135
static void et_chip_attach(struct et_softc *);
sys/dev/et/if_et.c
136
static void et_init_mac(struct et_softc *);
sys/dev/et/if_et.c
1367
struct et_softc *sc;
sys/dev/et/if_et.c
137
static void et_init_rxmac(struct et_softc *);
sys/dev/et/if_et.c
138
static void et_init_txmac(struct et_softc *);
sys/dev/et/if_et.c
139
static int et_init_rxdma(struct et_softc *);
sys/dev/et/if_et.c
140
static int et_init_txdma(struct et_softc *);
sys/dev/et/if_et.c
141
static int et_start_rxdma(struct et_softc *);
sys/dev/et/if_et.c
142
static int et_start_txdma(struct et_softc *);
sys/dev/et/if_et.c
143
static int et_stop_rxdma(struct et_softc *);
sys/dev/et/if_et.c
1435
struct et_softc *sc;
sys/dev/et/if_et.c
144
static int et_stop_txdma(struct et_softc *);
sys/dev/et/if_et.c
1444
et_watchdog(struct et_softc *sc)
sys/dev/et/if_et.c
145
static void et_reset(struct et_softc *);
sys/dev/et/if_et.c
146
static int et_bus_config(struct et_softc *);
sys/dev/et/if_et.c
1466
et_stop_rxdma(struct et_softc *sc)
sys/dev/et/if_et.c
148
static void et_setmulti(struct et_softc *);
sys/dev/et/if_et.c
1481
et_stop_txdma(struct et_softc *sc)
sys/dev/et/if_et.c
1490
et_free_tx_ring(struct et_softc *sc)
sys/dev/et/if_et.c
150
static void et_stats_update(struct et_softc *);
sys/dev/et/if_et.c
1510
et_free_rx_ring(struct et_softc *sc)
sys/dev/et/if_et.c
1571
et_setmulti(struct et_softc *sc)
sys/dev/et/if_et.c
1604
et_chip_init(struct et_softc *sc)
sys/dev/et/if_et.c
1667
et_init_tx_ring(struct et_softc *sc)
sys/dev/et/if_et.c
1690
et_init_rx_ring(struct et_softc *sc)
sys/dev/et/if_et.c
1723
et_init_rxdma(struct et_softc *sc)
sys/dev/et/if_et.c
1795
et_init_txdma(struct et_softc *sc)
sys/dev/et/if_et.c
182
sizeof(struct et_softc)
sys/dev/et/if_et.c
1832
et_init_mac(struct et_softc *sc)
sys/dev/et/if_et.c
1886
et_init_rxmac(struct et_softc *sc)
sys/dev/et/if_et.c
1973
et_init_txmac(struct et_softc *sc)
sys/dev/et/if_et.c
1992
et_start_rxdma(struct et_softc *sc)
sys/dev/et/if_et.c
2013
et_start_txdma(struct et_softc *sc)
sys/dev/et/if_et.c
2021
et_rxeof(struct et_softc *sc)
sys/dev/et/if_et.c
2139
et_encap(struct et_softc *sc, struct mbuf **m0)
sys/dev/et/if_et.c
221
struct et_softc *sc;
sys/dev/et/if_et.c
2236
et_txeof(struct et_softc *sc)
sys/dev/et/if_et.c
2293
struct et_softc *sc;
sys/dev/et/if_et.c
2310
struct et_softc *sc;
sys/dev/et/if_et.c
2369
struct et_softc *sc;
sys/dev/et/if_et.c
2423
et_add_sysctls(struct et_softc * sc)
sys/dev/et/if_et.c
2558
struct et_softc *sc;
sys/dev/et/if_et.c
2585
struct et_softc *sc;
sys/dev/et/if_et.c
2610
et_stats_update(struct et_softc *sc)
sys/dev/et/if_et.c
2666
struct et_softc *sc;
sys/dev/et/if_et.c
2695
struct et_softc *sc;
sys/dev/et/if_et.c
2715
struct et_softc *sc;
sys/dev/et/if_et.c
362
struct et_softc *sc;
sys/dev/et/if_et.c
399
struct et_softc *sc;
sys/dev/et/if_et.c
411
struct et_softc *sc;
sys/dev/et/if_et.c
455
struct et_softc *sc;
sys/dev/et/if_et.c
495
struct et_softc *sc;
sys/dev/et/if_et.c
594
struct et_softc *sc;
sys/dev/et/if_et.c
608
struct et_softc *sc;
sys/dev/et/if_et.c
622
struct et_softc *sc;
sys/dev/et/if_et.c
640
et_stop(struct et_softc *sc)
sys/dev/et/if_et.c
671
et_bus_config(struct et_softc *sc)
sys/dev/et/if_et.c
760
et_reset(struct et_softc *sc)
sys/dev/et/if_et.c
800
et_dma_ring_alloc(struct et_softc *sc, bus_size_t alignment, bus_size_t maxsize,
sys/dev/et/if_et.c
836
et_dma_ring_free(struct et_softc *sc, bus_dma_tag_t *tag, uint8_t **ring,
sys/dev/et/if_et.c
855
et_dma_alloc(struct et_softc *sc)
sys/dev/et/if_et.c
97
static void et_init_locked(struct et_softc *);
sys/dev/et/if_etvar.h
221
struct et_softc;
sys/dev/et/if_etvar.h
227
struct et_softc *rbd_softc;