Searched refs:EVENT_PCMA (Results 1 – 3 of 3) sorted by relevance
92 case EVENT_PCMA : /* PHY A */ in ev_dispatcher()95 if (class >= EVENT_PCMA && in ev_dispatcher()96 class < EVENT_PCMA + NUMPHYS) { in ev_dispatcher()97 pcm(smc,class - EVENT_PCMA,(int)ev->event) ; in ev_dispatcher()
191 queue_event(smc,EVENT_PCMA+p,PC_START) ; in ecm_fsm()245 queue_event(smc,EVENT_PCMA+p,PC_STOP) ; in ecm_fsm()452 queue_event(smc,EVENT_PCMA,PC_TRACE) ; in prop_actions()
170 #define EVENT_PCMA 5 /* event class PCMA */ macro