Searched refs:mleaf (Results 1 - 6 of 6) sorted by relevance

/drivers/net/ethernet/dec/tulip/
H A Dtimer.c41 struct medialeaf *mleaf; local
53 mleaf = &tp->mtable->mleaf[tp->cur_index];
54 p = mleaf->leafdata;
55 switch (mleaf->type) {
58 int offset = mleaf->type == 4 ? 5 : 2;
64 if (mleaf->type == 4) {
65 if (mleaf->media == 3 && (csr12 & 0x02))
80 medianame[mleaf->media & MEDIA_MASK]);
94 dev->if_port = tp->mtable->mleaf[t
[all...]
H A Dmedia.c177 struct medialeaf *mleaf = &mtable->mleaf[tp->cur_index]; local
178 unsigned char *p = mleaf->leafdata;
179 switch (mleaf->type) {
201 struct medialeaf *rleaf = &mtable->mleaf[mtable->has_reset];
240 if (mleaf->type == 4)
253 if (mleaf->type == 3) { /* 21142 */
331 struct medialeaf *rleaf = &mtable->mleaf[mtable->has_reset];
343 mleaf->type);
H A Deeprom.c134 tp->mtable->mleaf[0].type = 1;
135 tp->mtable->mleaf[0].media = 11;
136 tp->mtable->mleaf[0].leafdata = &leafdata[0];
245 struct medialeaf *leaf = &mtable->mleaf[i];
H A D21142.c189 if (tp->mtable->mleaf[i].media == dev->if_port) {
H A Dtulip.h384 struct medialeaf mleaf[0]; member in struct:mediatable
H A Dtulip_core.c391 if (tp->mtable->mleaf[i].media == looking_for) {
401 if (tp->mtable->mleaf[i].media == looking_for) {
410 (tulip_media_cap[tp->mtable->mleaf[i].media] & MediaAlwaysFD) && i > 0; i--)
1695 if (tp->mtable->mleaf[i].media == 11) {

Completed in 209 milliseconds