Searched refs:NUMMACS (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/net/skfp/ |
D | srf.c | 58 { SMT_COND_MAC_DUP_ADDR, INDEX_MAC, NUMMACS,SMT_P208C } , 59 { SMT_COND_MAC_FRAME_ERROR, INDEX_MAC, NUMMACS,SMT_P208D } , 60 { SMT_COND_MAC_NOT_COPIED, INDEX_MAC, NUMMACS,SMT_P208E } , 61 { SMT_EVENT_MAC_NEIGHBOR_CHANGE, INDEX_MAC, NUMMACS,SMT_P208F } , 62 { SMT_EVENT_MAC_PATH_CHANGE, INDEX_MAC, NUMMACS,SMT_P2090 } ,
|
D | smtdef.c | 102 for( i = 0; i < NUMMACS; i++ ) 206 mib->fddiSMTMac_Ct = NUMMACS ;
|
D | pmf.c | 411 idx_end = index - 1 + NUMMACS ; 638 if (mac < 0 || mac >= NUMMACS) { 1138 if (mac < 0 || mac >= NUMMACS) {
|
D | smt.c | 449 for (i = MAC0; i < NUMMACS; i++ ){ 1205 sde->sde_mac_count = NUMMACS ; /* only 1 MAC */ 1397 sizeof(struct smt_mac_rec) * NUMMACS +
|
/linux-2.4.37.9/drivers/net/skfp/h/ |
D | smc.h | 348 u_long last_tok_time[NUMMACS]; /* token cnt emulation */ 449 struct s_c_ring cr[NUMPHYS+NUMMACS] ;
|
D | fddimib.h | 237 } m[NUMMACS] ;
|
D | cmtdef.h | 34 #define NUMMACS 1 /* only 1 supported at the moment */ macro
|