Searched refs:EC_DISCONNECT (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/net/skfp/ |
D | ecm.c | 161 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) {
|
D | queue.c | 138 queue_event(smc,EVENT_ECM,on ? EC_CONNECT : EC_DISCONNECT) ;
|
D | rmt.c | 561 queue_event(smc,EVENT_ECM,EC_DISCONNECT) ; 597 queue_event(smc,EVENT_ECM,EC_DISCONNECT) ;
|
D | smt.c | 2115 queue_event(smc,EVENT_ECM,EC_DISCONNECT) ; 2202 queue_event(smc,EVENT_ECM,EC_DISCONNECT) ;
|
D | pmf.c | 1487 queue_event(smc,EVENT_ECM,EC_DISCONNECT) ;
|
D | pcmplc.c | 1767 queue_event(smc,EVENT_ECM,EC_DISCONNECT) ;
|
/linux-2.4.37.9/drivers/net/skfp/h/ |
D | cmtdef.h | 186 #define EC_DISCONNECT 2 /* disconnect request */ macro
|