Searched refs:NUMPHYS (Results 1 – 13 of 13) sorted by relevance
/linux-3.4.99/drivers/net/fddi/skfp/ |
D | srf.c | 64 { SMT_COND_PORT_LER, INDEX_PORT,NUMPHYS,SMT_P4050 } , 65 { SMT_COND_PORT_EB_ERROR, INDEX_PORT,NUMPHYS,SMT_P4052 } , 66 { SMT_EVENT_PORT_CONNECTION, INDEX_PORT,NUMPHYS,SMT_P4051 } , 67 { SMT_EVENT_PORT_PATH_CHANGE, INDEX_PORT,NUMPHYS,SMT_P4053 } , 123 for (i = 0 ; i < NUMPHYS ; i++) { in smt_init_evc() 127 smc->evcs[offset + 0*NUMPHYS].evc_cond_state = in smt_init_evc() 129 smc->evcs[offset + 1*NUMPHYS].evc_cond_state = in smt_init_evc() 135 smc->evcs[offset + 2*NUMPHYS].evc_multiple = in smt_init_evc() 137 smc->evcs[offset + 3*NUMPHYS].evc_multiple = in smt_init_evc()
|
D | smtinit.c | 91 for ( p = 0; p < NUMPHYS; p ++ ) { in init_smt() 112 for (p = 0 ; p < NUMPHYS ; p++) { in init_smt()
|
D | smtdef.c | 99 smt->numphys = NUMPHYS ; in smt_reset_defaults() 254 for (port = 0 ; port < NUMPHYS ; port++) { in smt_init_mib() 323 smc->mib.fddiSMTMaster_Ct = NUMPHYS - smc->mib.fddiSMTNonMaster_Ct ; in smt_fixup_mib()
|
D | ecm.c | 199 for (p = 0 ; p < NUMPHYS ; p++) in ecm_fsm() 254 for (p = 0 ; p < NUMPHYS ; p++) in ecm_fsm() 494 for (p = NUMPHYS-1 ; p >= 0 ; p--) { in prop_actions()
|
D | pmf.c | 406 idx_end = index - 1 + NUMPHYS ; in smt_build_pmf_response() 684 #if NUMPHYS == 12 in smt_add_para() 687 #if NUMPHYS == 2 in smt_add_para() 693 #if NUMPHYS == 24 in smt_add_para() 1536 return NUMPHYS; in smt_mib_phys() 1540 return NUMPHYS; in smt_mib_phys()
|
D | queue.c | 104 class < EVENT_PCMA + NUMPHYS) { in ev_dispatcher()
|
D | pcmplc.c | 244 for (np = 0,phy = smc->y ; np < NUMPHYS ; np++,phy++) { in pcm_init() 418 for (p = 0 ; p < NUMPHYS ; p++) in real_init_plc() 1181 for (np = 0 ; np < NUMPHYS ; np++) in sm_lem_evaluate() 1636 for (n = 0 ; n < NUMPHYS ; n++) { in pcm_rooted_station() 1875 for (i = 0, phy = smc->y, pcs = state->pcm_state ; i < NUMPHYS ; in pcm_get_state() 1970 for (np = 0 ; np < NUMPHYS ; np++) { in list_phy() 2003 for (i = 0,phy = smc->y ; i < NUMPHYS ; i++,phy++) { in pcm_lem_dump()
|
D | smt.c | 351 for (port = 0; port < NUMPHYS; port ++) { in smt_event() 1068 ports = NUMPHYS ; in smt_send_sif_operation() 1331 #define ALLPHYS NUMPHYS 1759 return NUMPHYS + 1; in mac_index() 1991 for (port = 0 ; port < NUMPHYS ; port++) { in smt_action()
|
D | cfm.c | 151 for ( p = 0,phy = smc->y ; p < NUMPHYS; p++, phy++ ) { in all_selection_criteria()
|
/linux-3.4.99/drivers/net/fddi/skfp/h/ |
D | smc.h | 448 struct s_cem ce[NUMPHYS] ; /* cem */ 449 struct s_c_ring cr[NUMPHYS+NUMMACS] ; 452 struct s_phy y[NUMPHYS] ; /* phy */ 456 struct s_srf_evc evcs[6+NUMPHYS*4] ;
|
D | smtstate.h | 102 struct pcm_state pcm_state[NUMPHYS] ; /* port A & port B */
|
D | cmtdef.h | 26 #define NUMPHYS 12 /* 2 for SAS or DAS, more for Concentrator */ macro 29 #define NUMPHYS 24 /* 2 for SAS or DAS, more for Concentrator */ macro 31 #define NUMPHYS 2 /* 2 for SAS or DAS, more for Concentrator */ macro 43 #if NUMPHYS > 2 349 #define ENTITY_MAC (NUMPHYS)
|
D | fddimib.h | 137 u_short fddiSMTPORTIndexes[NUMPHYS] ; 305 } p[NUMPHYS] ;
|