Symbol: NUMPHYS
drivers/net/fddi/skfp/cfm.c
141
for ( p = 0,phy = smc->y ; p < NUMPHYS; p++, phy++ ) {
drivers/net/fddi/skfp/ecm.c
189
for (p = 0 ; p < NUMPHYS ; p++)
drivers/net/fddi/skfp/ecm.c
244
for (p = 0 ; p < NUMPHYS ; p++)
drivers/net/fddi/skfp/ecm.c
482
for (p = NUMPHYS-1 ; p >= 0 ; p--) {
drivers/net/fddi/skfp/h/cmtdef.h
350
#define ENTITY_MAC (NUMPHYS)
drivers/net/fddi/skfp/h/cmtdef.h
39
#if NUMPHYS > 2
drivers/net/fddi/skfp/h/fddimib.h
133
u_short fddiSMTPORTIndexes[NUMPHYS] ;
drivers/net/fddi/skfp/h/fddimib.h
301
} p[NUMPHYS] ;
drivers/net/fddi/skfp/h/smc.h
444
struct s_cem ce[NUMPHYS] ; /* cem */
drivers/net/fddi/skfp/h/smc.h
445
struct s_c_ring cr[NUMPHYS+NUMMACS] ;
drivers/net/fddi/skfp/h/smc.h
448
struct s_phy y[NUMPHYS] ; /* phy */
drivers/net/fddi/skfp/h/smc.h
452
struct s_srf_evc evcs[6+NUMPHYS*4] ;
drivers/net/fddi/skfp/h/smtstate.h
98
struct pcm_state pcm_state[NUMPHYS] ; /* port A & port B */
drivers/net/fddi/skfp/pcmplc.c
1169
for (np = 0 ; np < NUMPHYS ; np++)
drivers/net/fddi/skfp/pcmplc.c
1614
for (n = 0 ; n < NUMPHYS ; n++) {
drivers/net/fddi/skfp/pcmplc.c
1856
for (i = 0, phy = smc->y, pcs = state->pcm_state ; i < NUMPHYS ;
drivers/net/fddi/skfp/pcmplc.c
1951
for (np = 0 ; np < NUMPHYS ; np++) {
drivers/net/fddi/skfp/pcmplc.c
1984
for (i = 0,phy = smc->y ; i < NUMPHYS ; i++,phy++) {
drivers/net/fddi/skfp/pcmplc.c
233
for (np = 0,phy = smc->y ; np < NUMPHYS ; np++,phy++) {
drivers/net/fddi/skfp/pcmplc.c
407
for (p = 0 ; p < NUMPHYS ; p++)
drivers/net/fddi/skfp/pmf.c
1528
return NUMPHYS;
drivers/net/fddi/skfp/pmf.c
1532
return NUMPHYS;
drivers/net/fddi/skfp/pmf.c
398
idx_end = index - 1 + NUMPHYS ;
drivers/net/fddi/skfp/pmf.c
676
#if NUMPHYS == 12
drivers/net/fddi/skfp/pmf.c
679
#if NUMPHYS == 2
drivers/net/fddi/skfp/pmf.c
685
#if NUMPHYS == 24
drivers/net/fddi/skfp/queue.c
96
class < EVENT_PCMA + NUMPHYS) {
drivers/net/fddi/skfp/smt.c
1059
ports = NUMPHYS ;
drivers/net/fddi/skfp/smt.c
1322
#define ALLPHYS NUMPHYS
drivers/net/fddi/skfp/smt.c
1723
return NUMPHYS + 1;
drivers/net/fddi/skfp/smt.c
1949
for (port = 0 ; port < NUMPHYS ; port++) {
drivers/net/fddi/skfp/smt.c
342
for (port = 0; port < NUMPHYS; port ++) {
drivers/net/fddi/skfp/smtdef.c
246
for (port = 0 ; port < NUMPHYS ; port++) {
drivers/net/fddi/skfp/smtdef.c
315
smc->mib.fddiSMTMaster_Ct = NUMPHYS - smc->mib.fddiSMTNonMaster_Ct ;
drivers/net/fddi/skfp/smtdef.c
91
smt->numphys = NUMPHYS ;
drivers/net/fddi/skfp/smtinit.c
104
for (p = 0 ; p < NUMPHYS ; p++) {
drivers/net/fddi/skfp/smtinit.c
83
for ( p = 0; p < NUMPHYS; p ++ ) {
drivers/net/fddi/skfp/srf.c
114
for (i = 0 ; i < NUMPHYS ; i++) {
drivers/net/fddi/skfp/srf.c
118
smc->evcs[offset + 0*NUMPHYS].evc_cond_state =
drivers/net/fddi/skfp/srf.c
120
smc->evcs[offset + 1*NUMPHYS].evc_cond_state =
drivers/net/fddi/skfp/srf.c
126
smc->evcs[offset + 2*NUMPHYS].evc_multiple =
drivers/net/fddi/skfp/srf.c
128
smc->evcs[offset + 3*NUMPHYS].evc_multiple =
drivers/net/fddi/skfp/srf.c
55
{ SMT_COND_PORT_LER, INDEX_PORT,NUMPHYS,SMT_P4050 } ,
drivers/net/fddi/skfp/srf.c
56
{ SMT_COND_PORT_EB_ERROR, INDEX_PORT,NUMPHYS,SMT_P4052 } ,
drivers/net/fddi/skfp/srf.c
57
{ SMT_EVENT_PORT_CONNECTION, INDEX_PORT,NUMPHYS,SMT_P4051 } ,
drivers/net/fddi/skfp/srf.c
58
{ SMT_EVENT_PORT_PATH_CHANGE, INDEX_PORT,NUMPHYS,SMT_P4053 } ,