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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
67 if (mleaf->type == 4) {
68 if (mleaf->media == 3 && (csr12 & 0x02))
84 medianame[mleaf->media & MEDIA_MASK]);
98 dev->if_port = tp->mtable->mleaf[t
[all...]
H A Dmedia.c180 struct medialeaf *mleaf = &mtable->mleaf[tp->cur_index]; local
181 unsigned char *p = mleaf->leafdata;
182 switch (mleaf->type) {
204 struct medialeaf *rleaf = &mtable->mleaf[mtable->has_reset];
244 if (mleaf->type == 4)
257 if (mleaf->type == 3) { /* 21142 */
335 struct medialeaf *rleaf = &mtable->mleaf[mtable->has_reset];
348 dev->name, mleaf->type);
H A Deeprom.c136 tp->mtable->mleaf[0].type = 1;
137 tp->mtable->mleaf[0].media = 11;
138 tp->mtable->mleaf[0].leafdata = &leafdata[0];
247 struct medialeaf *leaf = &mtable->mleaf[i];
H A D21142.c192 if (tp->mtable->mleaf[i].media == dev->if_port) {
H A Dtulip.h387 struct medialeaf mleaf[0]; member in struct:mediatable
H A Dtulip_core.c394 if (tp->mtable->mleaf[i].media == looking_for) {
404 if (tp->mtable->mleaf[i].media == looking_for) {
413 (tulip_media_cap[tp->mtable->mleaf[i].media] & MediaAlwaysFD) && i > 0; i--)
1693 if (tp->mtable->mleaf[i].media == 11) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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;
67 if (mleaf->type == 4) {
68 if (mleaf->media == 3 && (csr12 & 0x02))
84 medianame[mleaf->media & MEDIA_MASK]);
98 dev->if_port = tp->mtable->mleaf[t
[all...]
H A Dmedia.c180 struct medialeaf *mleaf = &mtable->mleaf[tp->cur_index]; local
181 unsigned char *p = mleaf->leafdata;
182 switch (mleaf->type) {
204 struct medialeaf *rleaf = &mtable->mleaf[mtable->has_reset];
244 if (mleaf->type == 4)
257 if (mleaf->type == 3) { /* 21142 */
335 struct medialeaf *rleaf = &mtable->mleaf[mtable->has_reset];
348 dev->name, mleaf->type);
H A Deeprom.c136 tp->mtable->mleaf[0].type = 1;
137 tp->mtable->mleaf[0].media = 11;
138 tp->mtable->mleaf[0].leafdata = &leafdata[0];
247 struct medialeaf *leaf = &mtable->mleaf[i];
H A D21142.c192 if (tp->mtable->mleaf[i].media == dev->if_port) {
H A Dtulip.h387 struct medialeaf mleaf[0]; member in struct:mediatable
H A Dtulip_core.c394 if (tp->mtable->mleaf[i].media == looking_for) {
404 if (tp->mtable->mleaf[i].media == looking_for) {
413 (tulip_media_cap[tp->mtable->mleaf[i].media] & MediaAlwaysFD) && i > 0; i--)
1693 if (tp->mtable->mleaf[i].media == 11) {

Completed in 94 milliseconds