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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dtimer.c44 struct medialeaf *mleaf; local
56 mleaf = &tp->mtable->mleaf[tp->cur_index];
57 p = mleaf->leafdata;
58 switch (mleaf->type) {
61 int offset = mleaf->type == 4 ? 5 : 2;
68 if (mleaf->type == 4) {
69 if (mleaf->media == 3 && (csr12 & 0x02))
85 medianame[mleaf->media & MEDIA_MASK]);
99 dev->if_port = tp->mtable->mleaf[t
[all...]
H A Dmedia.c183 struct medialeaf *mleaf = &mtable->mleaf[tp->cur_index]; local
184 unsigned char *p = mleaf->leafdata;
185 switch (mleaf->type) {
208 struct medialeaf *rleaf = &mtable->mleaf[mtable->has_reset];
248 if (mleaf->type == 4)
261 if (mleaf->type == 3) { /* 21142 */
338 struct medialeaf *rleaf = &mtable->mleaf[mtable->has_reset];
351 dev->name, mleaf->type);
H A Deeprom.c137 tp->mtable->mleaf[0].type = 1;
138 tp->mtable->mleaf[0].media = 11;
139 tp->mtable->mleaf[0].leafdata = &leafdata[0];
242 struct medialeaf *leaf = &mtable->mleaf[i];
H A D21142.c174 if (tp->mtable->mleaf[i].media == dev->if_port) {
H A Dtulip.h324 struct medialeaf mleaf[0]; member in struct:mediatable
H A Dtulip_core.c376 if (tp->mtable->mleaf[i].media == looking_for) {
385 if (tp->mtable->mleaf[i].media == looking_for) {
393 (tulip_media_cap[tp->mtable->mleaf[i].media] & MediaAlwaysFD) && i > 0; i--)
1593 if (tp->mtable->mleaf[i].media == 11) {

Completed in 199 milliseconds