Home
last modified time | relevance | path

Searched refs:EC_DISCONNECT (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/drivers/net/skfp/
Decm.c161 if (cmd == EC_DISCONNECT &&
171 else if (cmd == EC_DISCONNECT) {
217 else if (cmd == EC_DISCONNECT) {
235 else if (cmd == EC_DISCONNECT) {
282 else if (cmd == EC_DISCONNECT &&
319 else if (cmd == EC_DISCONNECT &&
336 else if (cmd == EC_DISCONNECT &&
354 else if (cmd == EC_DISCONNECT) {
393 else if (cmd == EC_DISCONNECT) {
Dqueue.c138 queue_event(smc,EVENT_ECM,on ? EC_CONNECT : EC_DISCONNECT) ;
Drmt.c561 queue_event(smc,EVENT_ECM,EC_DISCONNECT) ;
597 queue_event(smc,EVENT_ECM,EC_DISCONNECT) ;
Dsmt.c2115 queue_event(smc,EVENT_ECM,EC_DISCONNECT) ;
2202 queue_event(smc,EVENT_ECM,EC_DISCONNECT) ;
Dpmf.c1487 queue_event(smc,EVENT_ECM,EC_DISCONNECT) ;
Dpcmplc.c1767 queue_event(smc,EVENT_ECM,EC_DISCONNECT) ;
/linux-2.4.37.9/drivers/net/skfp/h/
Dcmtdef.h186 #define EC_DISCONNECT 2 /* disconnect request */ macro