Symbol: mxfe_t
usr/src/uts/common/io/mxfe/mxfe.c
1007
mxfe_startnway(mxfe_t *mxfep)
usr/src/uts/common/io/mxfe/mxfe.c
1075
mxfe_checklinknway(mxfe_t *mxfep)
usr/src/uts/common/io/mxfe/mxfe.c
1179
mxfe_startphynway(mxfe_t *mxfep)
usr/src/uts/common/io/mxfe/mxfe.c
123
static void mxfe_startmac(mxfe_t *);
usr/src/uts/common/io/mxfe/mxfe.c
124
static void mxfe_stopmac(mxfe_t *);
usr/src/uts/common/io/mxfe/mxfe.c
125
static void mxfe_resetrings(mxfe_t *);
usr/src/uts/common/io/mxfe/mxfe.c
1255
mxfe_startphymii(mxfe_t *mxfep)
usr/src/uts/common/io/mxfe/mxfe.c
126
static boolean_t mxfe_initialize(mxfe_t *);
usr/src/uts/common/io/mxfe/mxfe.c
127
static void mxfe_startall(mxfe_t *);
usr/src/uts/common/io/mxfe/mxfe.c
128
static void mxfe_stopall(mxfe_t *);
usr/src/uts/common/io/mxfe/mxfe.c
129
static void mxfe_resetall(mxfe_t *);
usr/src/uts/common/io/mxfe/mxfe.c
130
static mxfe_txbuf_t *mxfe_alloctxbuf(mxfe_t *);
usr/src/uts/common/io/mxfe/mxfe.c
132
static mxfe_rxbuf_t *mxfe_allocrxbuf(mxfe_t *);
usr/src/uts/common/io/mxfe/mxfe.c
134
static void mxfe_send_setup(mxfe_t *);
usr/src/uts/common/io/mxfe/mxfe.c
135
static boolean_t mxfe_send(mxfe_t *, mblk_t *);
usr/src/uts/common/io/mxfe/mxfe.c
136
static int mxfe_allocrxring(mxfe_t *);
usr/src/uts/common/io/mxfe/mxfe.c
137
static void mxfe_freerxring(mxfe_t *);
usr/src/uts/common/io/mxfe/mxfe.c
138
static int mxfe_alloctxring(mxfe_t *);
usr/src/uts/common/io/mxfe/mxfe.c
139
static void mxfe_freetxring(mxfe_t *);
usr/src/uts/common/io/mxfe/mxfe.c
141
static uint8_t mxfe_sromwidth(mxfe_t *);
usr/src/uts/common/io/mxfe/mxfe.c
142
static uint16_t mxfe_readsromword(mxfe_t *, unsigned);
usr/src/uts/common/io/mxfe/mxfe.c
143
static void mxfe_readsrom(mxfe_t *, unsigned, unsigned, void *);
usr/src/uts/common/io/mxfe/mxfe.c
1434
mxfe_reportlink(mxfe_t *mxfep)
usr/src/uts/common/io/mxfe/mxfe.c
144
static void mxfe_getfactaddr(mxfe_t *, uchar_t *);
usr/src/uts/common/io/mxfe/mxfe.c
145
static uint8_t mxfe_miireadbit(mxfe_t *);
usr/src/uts/common/io/mxfe/mxfe.c
1455
mxfe_checklink(mxfe_t *mxfep)
usr/src/uts/common/io/mxfe/mxfe.c
146
static void mxfe_miiwritebit(mxfe_t *, uint8_t);
usr/src/uts/common/io/mxfe/mxfe.c
147
static void mxfe_miitristate(mxfe_t *);
usr/src/uts/common/io/mxfe/mxfe.c
1479
mxfe_checklinkmii(mxfe_t *mxfep)
usr/src/uts/common/io/mxfe/mxfe.c
148
static uint16_t mxfe_miiread(mxfe_t *, int, int);
usr/src/uts/common/io/mxfe/mxfe.c
149
static void mxfe_miiwrite(mxfe_t *, int, int, uint16_t);
usr/src/uts/common/io/mxfe/mxfe.c
150
static uint16_t mxfe_miireadgeneral(mxfe_t *, int, int);
usr/src/uts/common/io/mxfe/mxfe.c
151
static void mxfe_miiwritegeneral(mxfe_t *, int, int, uint16_t);
usr/src/uts/common/io/mxfe/mxfe.c
152
static uint16_t mxfe_miiread98713(mxfe_t *, int, int);
usr/src/uts/common/io/mxfe/mxfe.c
153
static void mxfe_miiwrite98713(mxfe_t *, int, int, uint16_t);
usr/src/uts/common/io/mxfe/mxfe.c
154
static void mxfe_startphy(mxfe_t *);
usr/src/uts/common/io/mxfe/mxfe.c
155
static void mxfe_stopphy(mxfe_t *);
usr/src/uts/common/io/mxfe/mxfe.c
1558
mxfe_miitristate(mxfe_t *mxfep)
usr/src/uts/common/io/mxfe/mxfe.c
156
static void mxfe_startphymii(mxfe_t *);
usr/src/uts/common/io/mxfe/mxfe.c
1568
mxfe_miiwritebit(mxfe_t *mxfep, uint8_t bit)
usr/src/uts/common/io/mxfe/mxfe.c
157
static void mxfe_startphynway(mxfe_t *);
usr/src/uts/common/io/mxfe/mxfe.c
1578
mxfe_miireadbit(mxfe_t *mxfep)
usr/src/uts/common/io/mxfe/mxfe.c
158
static void mxfe_startnway(mxfe_t *);
usr/src/uts/common/io/mxfe/mxfe.c
159
static void mxfe_reportlink(mxfe_t *);
usr/src/uts/common/io/mxfe/mxfe.c
1591
mxfe_miiread(mxfe_t *mxfep, int phy, int reg)
usr/src/uts/common/io/mxfe/mxfe.c
160
static void mxfe_checklink(mxfe_t *);
usr/src/uts/common/io/mxfe/mxfe.c
1602
mxfe_miireadgeneral(mxfe_t *mxfep, int phy, int reg)
usr/src/uts/common/io/mxfe/mxfe.c
161
static void mxfe_checklinkmii(mxfe_t *);
usr/src/uts/common/io/mxfe/mxfe.c
162
static void mxfe_checklinknway(mxfe_t *);
usr/src/uts/common/io/mxfe/mxfe.c
163
static void mxfe_disableinterrupts(mxfe_t *);
usr/src/uts/common/io/mxfe/mxfe.c
164
static void mxfe_enableinterrupts(mxfe_t *);
usr/src/uts/common/io/mxfe/mxfe.c
1644
mxfe_miiread98713(mxfe_t *mxfep, int phy, int reg)
usr/src/uts/common/io/mxfe/mxfe.c
165
static void mxfe_reclaim(mxfe_t *);
usr/src/uts/common/io/mxfe/mxfe.c
166
static boolean_t mxfe_receive(mxfe_t *, mblk_t **);
usr/src/uts/common/io/mxfe/mxfe.c
1660
mxfe_miiwrite(mxfe_t *mxfep, int phy, int reg, uint16_t val)
usr/src/uts/common/io/mxfe/mxfe.c
1672
mxfe_miiwritegeneral(mxfe_t *mxfep, int phy, int reg, uint16_t val)
usr/src/uts/common/io/mxfe/mxfe.c
169
static void mxfe_dprintf(mxfe_t *, const char *, int, char *, ...);
usr/src/uts/common/io/mxfe/mxfe.c
1713
mxfe_miiwrite98713(mxfe_t *mxfep, int phy, int reg, uint16_t val)
usr/src/uts/common/io/mxfe/mxfe.c
1729
mxfe_t *mxfep = arg;
usr/src/uts/common/io/mxfe/mxfe.c
1746
mxfe_t *mxfep = arg;
usr/src/uts/common/io/mxfe/mxfe.c
1760
mxfe_startmac(mxfe_t *mxfep)
usr/src/uts/common/io/mxfe/mxfe.c
1778
mxfe_stopmac(mxfe_t *mxfep)
usr/src/uts/common/io/mxfe/mxfe.c
1808
mxfe_resetrings(mxfe_t *mxfep)
usr/src/uts/common/io/mxfe/mxfe.c
1857
mxfe_stopall(mxfe_t *mxfep)
usr/src/uts/common/io/mxfe/mxfe.c
1868
mxfe_startall(mxfe_t *mxfep)
usr/src/uts/common/io/mxfe/mxfe.c
1890
mxfe_resetall(mxfe_t *mxfep)
usr/src/uts/common/io/mxfe/mxfe.c
1899
mxfe_alloctxbuf(mxfe_t *mxfep)
usr/src/uts/common/io/mxfe/mxfe.c
1943
mxfe_allocrxbuf(mxfe_t *mxfep)
usr/src/uts/common/io/mxfe/mxfe.c
1992
mxfe_allocrxring(mxfe_t *mxfep)
usr/src/uts/common/io/mxfe/mxfe.c
2056
mxfe_alloctxring(mxfe_t *mxfep)
usr/src/uts/common/io/mxfe/mxfe.c
2118
mxfe_freerxring(mxfe_t *mxfep)
usr/src/uts/common/io/mxfe/mxfe.c
2140
mxfe_freetxring(mxfe_t *mxfep)
usr/src/uts/common/io/mxfe/mxfe.c
2166
mxfe_t *mxfep = (void *)arg;
usr/src/uts/common/io/mxfe/mxfe.c
2269
mxfe_enableinterrupts(mxfe_t *mxfep)
usr/src/uts/common/io/mxfe/mxfe.c
2284
mxfe_disableinterrupts(mxfe_t *mxfep)
usr/src/uts/common/io/mxfe/mxfe.c
2294
mxfe_send_setup(mxfe_t *mxfep)
usr/src/uts/common/io/mxfe/mxfe.c
2350
mxfe_send(mxfe_t *mxfep, mblk_t *mp)
usr/src/uts/common/io/mxfe/mxfe.c
2443
mxfe_reclaim(mxfe_t *mxfep)
usr/src/uts/common/io/mxfe/mxfe.c
2528
mxfe_receive(mxfe_t *mxfep, mblk_t **rxchain)
usr/src/uts/common/io/mxfe/mxfe.c
2655
mxfe_t *mxfep = arg;
usr/src/uts/common/io/mxfe/mxfe.c
2887
mxfe_t *mxfep = arg;
usr/src/uts/common/io/mxfe/mxfe.c
2942
mxfe_t *mxfep = arg;
usr/src/uts/common/io/mxfe/mxfe.c
3012
mxfe_t *mxfep = arg;
usr/src/uts/common/io/mxfe/mxfe.c
304
mxfe_t *mxfep;
usr/src/uts/common/io/mxfe/mxfe.c
3077
mxfe_dprintf(mxfe_t *mxfep, const char *func, int level, char *fmt, ...)
usr/src/uts/common/io/mxfe/mxfe.c
390
mxfep = kmem_zalloc(sizeof (mxfe_t), KM_SLEEP);
usr/src/uts/common/io/mxfe/mxfe.c
398
kmem_free(mxfep, sizeof (mxfe_t));
usr/src/uts/common/io/mxfe/mxfe.c
543
kmem_free(mxfep, sizeof (mxfe_t));
usr/src/uts/common/io/mxfe/mxfe.c
550
mxfe_t *mxfep;
usr/src/uts/common/io/mxfe/mxfe.c
589
kmem_free(mxfep, sizeof (mxfe_t));
usr/src/uts/common/io/mxfe/mxfe.c
609
mxfe_t *mxfep;
usr/src/uts/common/io/mxfe/mxfe.c
644
mxfe_t *mxfep;
usr/src/uts/common/io/mxfe/mxfe.c
667
mxfe_t *mxfep = arg;
usr/src/uts/common/io/mxfe/mxfe.c
692
mxfe_t *mxfep = arg;
usr/src/uts/common/io/mxfe/mxfe.c
709
mxfe_t *mxfep = arg;
usr/src/uts/common/io/mxfe/mxfe.c
738
mxfe_initialize(mxfe_t *mxfep)
usr/src/uts/common/io/mxfe/mxfe.c
811
mxfe_sromwidth(mxfe_t *mxfep)
usr/src/uts/common/io/mxfe/mxfe.c
860
mxfe_readsromword(mxfe_t *mxfep, unsigned romaddr)
usr/src/uts/common/io/mxfe/mxfe.c
918
mxfe_readsrom(mxfe_t *mxfep, unsigned romaddr, unsigned len, void *dest)
usr/src/uts/common/io/mxfe/mxfe.c
933
mxfe_getfactaddr(mxfe_t *mxfep, uchar_t *eaddr)
usr/src/uts/common/io/mxfe/mxfe.c
951
mxfe_startphy(mxfe_t *mxfep)
usr/src/uts/common/io/mxfe/mxfe.c
964
mxfe_stopphy(mxfe_t *mxfep)