Searched refs:CLOSED (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/net/atm/ |
D | mpoa_caches.h | 88 #define CLOSED 0 macro
|
D | mpoa_caches.c | 147 return CLOSED; in cache_hit() 169 return CLOSED; in cache_hit()
|
/linux-2.4.37.9/include/linux/ |
D | ibmtr.h | 167 typedef enum { CLOSED, OPEN } open_state; enumerator
|
/linux-2.4.37.9/drivers/net/tokenring/ |
D | ibmtr.c | 868 ti->open_status = CLOSED; /* CLOSED or OPEN */ in tok_open() 869 ti->sap_status = CLOSED; /* CLOSED or OPEN */ in tok_open() 1054 ti->open_status = CLOSED; in tok_close() 1225 ti->open_status = CLOSED; in tok_interrupt() 1226 ti->sap_status = CLOSED; in tok_interrupt() 1424 ti->open_status = CLOSED; /*12/2000 BMS*/ in tok_interrupt()
|
D | smctr.c | 1581 tp->status = CLOSED; in smctr_init_adapter() 2441 if(tp->status != CLOSED) in smctr_interrupt() 2443 tp->status = CLOSED; in smctr_interrupt() 3151 tp->status = CLOSED; in smctr_lobe_media_test() 3163 tp->state = CLOSED; in smctr_lobe_media_test() 3172 tp->state = CLOSED; in smctr_lobe_media_test() 3184 tp->state = CLOSED; in smctr_lobe_media_test() 3194 tp->state = CLOSED; in smctr_lobe_media_test() 3581 tp->status = CLOSED; in smctr_open_tr() 3586 tp->status = CLOSED; in smctr_open_tr() [all …]
|
D | smctr.h | 1278 #define CLOSED 0x0003 macro
|
/linux-2.4.37.9/net/sctp/ |
D | socket.c | 967 if (sctp_state(asoc, CLOSED)) { in sctp_close() 1194 if (sctp_state(asoc, CLOSED) && sctp_style(sk, TCP)) { in sctp_sendmsg() 1373 if (sctp_state(asoc, CLOSED)) { in sctp_sendmsg() 3902 if (sctp_sstate(sk, CLOSED)) in sctp_seqpacket_listen() 3950 if (sctp_sstate(sk, CLOSED)) in sctp_stream_listen() 4073 if (!sctp_style(sk, UDP) && sctp_sstate(sk, CLOSED)) in sctp_poll() 4763 if (sctp_state(assoc, CLOSED) && sctp_style(newsk, TCP)) in sctp_sock_migrate()
|
D | sm_sideeffect.c | 672 if (sctp_state(asoc, ESTABLISHED) && sctp_sstate(sk, CLOSED)) in sctp_cmd_new_state() 682 sctp_state(asoc, CLOSED) || in sctp_cmd_new_state()
|
/linux-2.4.37.9/drivers/net/ |
D | de4x5.h | 908 #define CLOSED 1 /* Ready for opening */ macro
|
D | de4x5.c | 1337 lp->state = CLOSED; in de4x5_hw_init() 1417 lp->state = CLOSED; in de4x5_open() 1928 lp->state = CLOSED; in de4x5_close()
|