Home
last modified time | relevance | path

Searched refs:fddiPORTMy_Type (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/net/skfp/
Dpcmplc.c261 mib->fddiPORTMy_Type = (np == PS) ? TS : TM ;
264 mib->fddiPORTMy_Type = (np == PA) ? TA :
268 mib->fddiPORTMy_Type = TM ;
272 mib->fddiPORTMy_Type = (np == PS) ? TS : TNONE ;
282 mib->fddiPORTMy_Type = (np == PB) ? TB : TA ;
336 switch (mib->fddiPORTMy_Type) {
1348 if (mib->fddiPORTMy_Type == TM &&
1357 if (mib->fddiPORTMy_Type == TM ||
1376 phy->twisted = ((mib->fddiPORTMy_Type != TS) &&
1377 (mib->fddiPORTMy_Type != TM) &&
[all …]
Dpmf.c238 { SMT_P400C,AC_G, MOFFPS(fddiPORTMy_Type), "E" } ,
853 mib_p->fddiPORTMy_Type ;
887 mib_p->fddiPORTMy_Type ;
Dcfm.c126 switch (phy->mib->fddiPORTMy_Type) {
Dsmt.c2146 if (smc->mib.p[port].fddiPORTMy_Type != TM)
/linux-2.4.37.9/drivers/net/skfp/h/
Dfddimib.h256 SMTEnum fddiPORTMy_Type ; member