Home
last modified time | relevance | path

Searched refs:CLOSED (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/net/atm/
Dmpoa_caches.h88 #define CLOSED 0 macro
Dmpoa_caches.c147 return CLOSED; in cache_hit()
169 return CLOSED; in cache_hit()
/linux-2.4.37.9/include/linux/
Dibmtr.h167 typedef enum { CLOSED, OPEN } open_state; enumerator
/linux-2.4.37.9/drivers/net/tokenring/
Dibmtr.c868 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()
Dsmctr.c1581 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 …]
Dsmctr.h1278 #define CLOSED 0x0003 macro
/linux-2.4.37.9/net/sctp/
Dsocket.c967 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()
Dsm_sideeffect.c672 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/
Dde4x5.h908 #define CLOSED 1 /* Ready for opening */ macro
Dde4x5.c1337 lp->state = CLOSED; in de4x5_hw_init()
1417 lp->state = CLOSED; in de4x5_open()
1928 lp->state = CLOSED; in de4x5_close()