Home
last modified time | relevance | path

Searched refs:NUMPHYS (Results 1 – 13 of 13) sorted by relevance

/linux-6.1.9/drivers/net/fddi/skfp/
Dsrf.c55 { SMT_COND_PORT_LER, INDEX_PORT,NUMPHYS,SMT_P4050 } ,
56 { SMT_COND_PORT_EB_ERROR, INDEX_PORT,NUMPHYS,SMT_P4052 } ,
57 { SMT_EVENT_PORT_CONNECTION, INDEX_PORT,NUMPHYS,SMT_P4051 } ,
58 { SMT_EVENT_PORT_PATH_CHANGE, INDEX_PORT,NUMPHYS,SMT_P4053 } ,
114 for (i = 0 ; i < NUMPHYS ; i++) { in smt_init_evc()
118 smc->evcs[offset + 0*NUMPHYS].evc_cond_state = in smt_init_evc()
120 smc->evcs[offset + 1*NUMPHYS].evc_cond_state = in smt_init_evc()
126 smc->evcs[offset + 2*NUMPHYS].evc_multiple = in smt_init_evc()
128 smc->evcs[offset + 3*NUMPHYS].evc_multiple = in smt_init_evc()
Dsmtinit.c83 for ( p = 0; p < NUMPHYS; p ++ ) { in init_smt()
104 for (p = 0 ; p < NUMPHYS ; p++) { in init_smt()
Dsmtdef.c91 smt->numphys = NUMPHYS ; in smt_reset_defaults()
246 for (port = 0 ; port < NUMPHYS ; port++) { in smt_init_mib()
315 smc->mib.fddiSMTMaster_Ct = NUMPHYS - smc->mib.fddiSMTNonMaster_Ct ; in smt_fixup_mib()
Decm.c189 for (p = 0 ; p < NUMPHYS ; p++) in ecm_fsm()
244 for (p = 0 ; p < NUMPHYS ; p++) in ecm_fsm()
482 for (p = NUMPHYS-1 ; p >= 0 ; p--) { in prop_actions()
Dpmf.c398 idx_end = index - 1 + NUMPHYS ; in smt_build_pmf_response()
676 #if NUMPHYS == 12 in smt_add_para()
679 #if NUMPHYS == 2 in smt_add_para()
685 #if NUMPHYS == 24 in smt_add_para()
1528 return NUMPHYS; in smt_mib_phys()
1532 return NUMPHYS; in smt_mib_phys()
Dpcmplc.c233 for (np = 0,phy = smc->y ; np < NUMPHYS ; np++,phy++) { in pcm_init()
407 for (p = 0 ; p < NUMPHYS ; p++) in real_init_plc()
1169 for (np = 0 ; np < NUMPHYS ; np++) in sm_lem_evaluate()
1614 for (n = 0 ; n < NUMPHYS ; n++) { in pcm_rooted_station()
1856 for (i = 0, phy = smc->y, pcs = state->pcm_state ; i < NUMPHYS ; in pcm_get_state()
1951 for (np = 0 ; np < NUMPHYS ; np++) { in list_phy()
1984 for (i = 0,phy = smc->y ; i < NUMPHYS ; i++,phy++) { in pcm_lem_dump()
Dqueue.c96 class < EVENT_PCMA + NUMPHYS) { in ev_dispatcher()
Dsmt.c342 for (port = 0; port < NUMPHYS; port ++) { in smt_event()
1059 ports = NUMPHYS ; in smt_send_sif_operation()
1322 #define ALLPHYS NUMPHYS
1723 return NUMPHYS + 1; in mac_index()
1949 for (port = 0 ; port < NUMPHYS ; port++) { in smt_action()
Dcfm.c141 for ( p = 0,phy = smc->y ; p < NUMPHYS; p++, phy++ ) { in all_selection_criteria()
/linux-6.1.9/drivers/net/fddi/skfp/h/
Dsmc.h444 struct s_cem ce[NUMPHYS] ; /* cem */
445 struct s_c_ring cr[NUMPHYS+NUMMACS] ;
448 struct s_phy y[NUMPHYS] ; /* phy */
452 struct s_srf_evc evcs[6+NUMPHYS*4] ;
Dcmtdef.h22 #define NUMPHYS 12 /* 2 for SAS or DAS, more for Concentrator */ macro
25 #define NUMPHYS 24 /* 2 for SAS or DAS, more for Concentrator */ macro
27 #define NUMPHYS 2 /* 2 for SAS or DAS, more for Concentrator */ macro
39 #if NUMPHYS > 2
350 #define ENTITY_MAC (NUMPHYS)
Dsmtstate.h98 struct pcm_state pcm_state[NUMPHYS] ; /* port A & port B */
Dfddimib.h133 u_short fddiSMTPORTIndexes[NUMPHYS] ;
301 } p[NUMPHYS] ;