Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/fddi/skfp/
Dpcmplc.c245 mib->fddiPORTMy_Type = (np == PS) ? TS : TM ; in pcm_init()
248 mib->fddiPORTMy_Type = (np == PA) ? TA : in pcm_init()
252 mib->fddiPORTMy_Type = TM ; in pcm_init()
256 mib->fddiPORTMy_Type = (np == PS) ? TS : TNONE ; in pcm_init()
266 mib->fddiPORTMy_Type = (np == PB) ? TB : TA ; in pcm_init()
320 switch (mib->fddiPORTMy_Type) { in pcm_init()
1281 if (mib->fddiPORTMy_Type == TM && in pc_rcode_actions()
1290 if (mib->fddiPORTMy_Type == TM || in pc_rcode_actions()
1309 phy->twisted = ((mib->fddiPORTMy_Type != TS) && in pc_rcode_actions()
1310 (mib->fddiPORTMy_Type != TM) && in pc_rcode_actions()
[all …]
Dpmf.c232 { SMT_P400C,AC_G, MOFFPS(fddiPORTMy_Type), "E" } ,
826 mib_p->fddiPORTMy_Type ; in smt_add_para()
860 mib_p->fddiPORTMy_Type ; in smt_add_para()
Dcfm.c113 switch (phy->mib->fddiPORTMy_Type) { in selection_criteria()
Dsmt.c1956 if (smc->mib.p[port].fddiPORTMy_Type != TM) in smt_action()
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/
Dfddimib.h252 SMTEnum fddiPORTMy_Type ; member