Searched refs:EVENT_PCMA (Results 1 – 3 of 3) sorted by relevance
100 case EVENT_PCMA : /* PHY A */ in ev_dispatcher()103 if (class >= EVENT_PCMA && in ev_dispatcher()104 class < EVENT_PCMA + NUMPHYS) { in ev_dispatcher()105 pcm(smc,class - EVENT_PCMA,(int)ev->event) ; in ev_dispatcher()
201 queue_event(smc,EVENT_PCMA+p,PC_START) ; in ecm_fsm()255 queue_event(smc,EVENT_PCMA+p,PC_STOP) ; in ecm_fsm()464 queue_event(smc,EVENT_PCMA,PC_TRACE) ; in prop_actions()
169 #define EVENT_PCMA 5 /* event class PCMA */ macro