Searched refs:NUMPHYS (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/drivers/net/fddi/skfp/ |
D | srf.c | 55 { 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()
|
D | smtinit.c | 83 for ( p = 0; p < NUMPHYS; p ++ ) { in init_smt() 104 for (p = 0 ; p < NUMPHYS ; p++) { in init_smt()
|
D | smtdef.c | 91 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()
|
D | ecm.c | 189 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()
|
D | pmf.c | 398 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()
|
D | pcmplc.c | 233 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()
|
D | queue.c | 96 class < EVENT_PCMA + NUMPHYS) { in ev_dispatcher()
|
D | smt.c | 342 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()
|
D | cfm.c | 141 for ( p = 0,phy = smc->y ; p < NUMPHYS; p++, phy++ ) { in all_selection_criteria()
|
/linux-6.1.9/drivers/net/fddi/skfp/h/ |
D | smc.h | 444 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] ;
|
D | cmtdef.h | 22 #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)
|
D | smtstate.h | 98 struct pcm_state pcm_state[NUMPHYS] ; /* port A & port B */
|
D | fddimib.h | 133 u_short fddiSMTPORTIndexes[NUMPHYS] ; 301 } p[NUMPHYS] ;
|