Symbol: afe_t
usr/src/uts/common/io/afe/afe.c
1055
afe_readsrom(afe_t *afep, unsigned romaddr, unsigned len, char *dest)
usr/src/uts/common/io/afe/afe.c
1068
afe_getfactaddr(afe_t *afep, uchar_t *eaddr)
usr/src/uts/common/io/afe/afe.c
1081
afe_t *afep = arg;
usr/src/uts/common/io/afe/afe.c
1136
afe_t *afep = arg;
usr/src/uts/common/io/afe/afe.c
1149
afe_miitristate(afe_t *afep)
usr/src/uts/common/io/afe/afe.c
1160
afe_miiwritebit(afe_t *afep, uint8_t bit)
usr/src/uts/common/io/afe/afe.c
1171
afe_miireadbit(afe_t *afep)
usr/src/uts/common/io/afe/afe.c
1187
afe_t *afep = arg;
usr/src/uts/common/io/afe/afe.c
1205
afe_miireadgeneral(afe_t *afep, uint8_t phy, uint8_t reg)
usr/src/uts/common/io/afe/afe.c
1247
afe_miireadcomet(afe_t *afep, uint8_t phy, uint8_t reg)
usr/src/uts/common/io/afe/afe.c
128
static void afe_startmac(afe_t *);
usr/src/uts/common/io/afe/afe.c
1283
afe_t *afep = arg;
usr/src/uts/common/io/afe/afe.c
129
static void afe_stopmac(afe_t *);
usr/src/uts/common/io/afe/afe.c
130
static void afe_resetrings(afe_t *);
usr/src/uts/common/io/afe/afe.c
1303
afe_miiwritegeneral(afe_t *afep, uint8_t phy, uint8_t reg, uint16_t val)
usr/src/uts/common/io/afe/afe.c
131
static boolean_t afe_initialize(afe_t *);
usr/src/uts/common/io/afe/afe.c
132
static void afe_startall(afe_t *);
usr/src/uts/common/io/afe/afe.c
133
static void afe_stopall(afe_t *);
usr/src/uts/common/io/afe/afe.c
134
static void afe_resetall(afe_t *);
usr/src/uts/common/io/afe/afe.c
1344
afe_miiwritecomet(afe_t *afep, uint8_t phy, uint8_t reg, uint16_t val)
usr/src/uts/common/io/afe/afe.c
135
static afe_txbuf_t *afe_alloctxbuf(afe_t *);
usr/src/uts/common/io/afe/afe.c
137
static afe_rxbuf_t *afe_allocrxbuf(afe_t *);
usr/src/uts/common/io/afe/afe.c
1380
afe_t *afep = arg;
usr/src/uts/common/io/afe/afe.c
139
static boolean_t afe_send(afe_t *, mblk_t *);
usr/src/uts/common/io/afe/afe.c
140
static int afe_allocrxring(afe_t *);
usr/src/uts/common/io/afe/afe.c
1400
afe_t *afep = arg;
usr/src/uts/common/io/afe/afe.c
141
static void afe_freerxring(afe_t *);
usr/src/uts/common/io/afe/afe.c
1416
afe_startmac(afe_t *afep)
usr/src/uts/common/io/afe/afe.c
142
static int afe_alloctxring(afe_t *);
usr/src/uts/common/io/afe/afe.c
143
static void afe_freetxring(afe_t *);
usr/src/uts/common/io/afe/afe.c
1438
afe_stopmac(afe_t *afep)
usr/src/uts/common/io/afe/afe.c
145
static void afe_setrxfilt(afe_t *);
usr/src/uts/common/io/afe/afe.c
146
static int afe_watchdog(afe_t *);
usr/src/uts/common/io/afe/afe.c
147
static uint8_t afe_sromwidth(afe_t *);
usr/src/uts/common/io/afe/afe.c
1471
afe_resetrings(afe_t *afep)
usr/src/uts/common/io/afe/afe.c
148
static uint16_t afe_readsromword(afe_t *, unsigned);
usr/src/uts/common/io/afe/afe.c
149
static void afe_readsrom(afe_t *, unsigned, unsigned, char *);
usr/src/uts/common/io/afe/afe.c
150
static void afe_getfactaddr(afe_t *, uchar_t *);
usr/src/uts/common/io/afe/afe.c
151
static uint8_t afe_miireadbit(afe_t *);
usr/src/uts/common/io/afe/afe.c
152
static void afe_miiwritebit(afe_t *, uint8_t);
usr/src/uts/common/io/afe/afe.c
1520
afe_stopall(afe_t *afep)
usr/src/uts/common/io/afe/afe.c
1527
afe_startall(afe_t *afep)
usr/src/uts/common/io/afe/afe.c
153
static void afe_miitristate(afe_t *);
usr/src/uts/common/io/afe/afe.c
154
static uint16_t afe_miireadgeneral(afe_t *, uint8_t, uint8_t);
usr/src/uts/common/io/afe/afe.c
1546
afe_resetall(afe_t *afep)
usr/src/uts/common/io/afe/afe.c
155
static void afe_miiwritegeneral(afe_t *, uint8_t, uint8_t, uint16_t);
usr/src/uts/common/io/afe/afe.c
1553
afe_alloctxbuf(afe_t *afep)
usr/src/uts/common/io/afe/afe.c
156
static uint16_t afe_miireadcomet(afe_t *, uint8_t, uint8_t);
usr/src/uts/common/io/afe/afe.c
157
static void afe_miiwritecomet(afe_t *, uint8_t, uint8_t, uint16_t);
usr/src/uts/common/io/afe/afe.c
1597
afe_allocrxbuf(afe_t *afep)
usr/src/uts/common/io/afe/afe.c
162
static void afe_disableinterrupts(afe_t *);
usr/src/uts/common/io/afe/afe.c
163
static void afe_enableinterrupts(afe_t *);
usr/src/uts/common/io/afe/afe.c
164
static void afe_reclaim(afe_t *);
usr/src/uts/common/io/afe/afe.c
1646
afe_allocrxring(afe_t *afep)
usr/src/uts/common/io/afe/afe.c
165
static mblk_t *afe_receive(afe_t *);
usr/src/uts/common/io/afe/afe.c
1710
afe_alloctxring(afe_t *afep)
usr/src/uts/common/io/afe/afe.c
1771
afe_freerxring(afe_t *afep)
usr/src/uts/common/io/afe/afe.c
1793
afe_freetxring(afe_t *afep)
usr/src/uts/common/io/afe/afe.c
1819
afe_t *afep = (void *)arg;
usr/src/uts/common/io/afe/afe.c
1924
afe_enableinterrupts(afe_t *afep)
usr/src/uts/common/io/afe/afe.c
1944
afe_disableinterrupts(afe_t *afep)
usr/src/uts/common/io/afe/afe.c
1954
afe_send(afe_t *afep, mblk_t *mp)
usr/src/uts/common/io/afe/afe.c
2046
afe_reclaim(afe_t *afep)
usr/src/uts/common/io/afe/afe.c
2129
afe_receive(afe_t *afep)
usr/src/uts/common/io/afe/afe.c
2245
afe_t *afep = arg;
usr/src/uts/common/io/afe/afe.c
2382
afe_t *afep = arg;
usr/src/uts/common/io/afe/afe.c
2391
afe_t *afep = arg;
usr/src/uts/common/io/afe/afe.c
2400
afe_t *afep = arg;
usr/src/uts/common/io/afe/afe.c
308
afe_t *afep;
usr/src/uts/common/io/afe/afe.c
403
afep = kmem_zalloc(sizeof (afe_t), KM_SLEEP);
usr/src/uts/common/io/afe/afe.c
410
kmem_free(afep, sizeof (afe_t));
usr/src/uts/common/io/afe/afe.c
554
kmem_free(afep, sizeof (afe_t));
usr/src/uts/common/io/afe/afe.c
561
afe_t *afep;
usr/src/uts/common/io/afe/afe.c
603
kmem_free(afep, sizeof (afe_t));
usr/src/uts/common/io/afe/afe.c
626
afe_t *afep;
usr/src/uts/common/io/afe/afe.c
663
afe_t *afep;
usr/src/uts/common/io/afe/afe.c
687
afe_setrxfilt(afe_t *afep)
usr/src/uts/common/io/afe/afe.c
740
afe_watchdog(afe_t *afep)
usr/src/uts/common/io/afe/afe.c
756
afe_t *afep = arg;
usr/src/uts/common/io/afe/afe.c
796
afe_t *afep = arg;
usr/src/uts/common/io/afe/afe.c
814
afe_t *afep = arg;
usr/src/uts/common/io/afe/afe.c
832
afe_t *afep = arg;
usr/src/uts/common/io/afe/afe.c
865
afe_t *afep = arg;
usr/src/uts/common/io/afe/afe.c
877
afe_initialize(afe_t *afep)
usr/src/uts/common/io/afe/afe.c
949
afe_sromwidth(afe_t *afep)
usr/src/uts/common/io/afe/afe.c
997
afe_readsromword(afe_t *afep, unsigned romaddr)