Home
last modified time | relevance | path

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

/linux-2.6.39/net/atm/
Dmpoa_caches.h88 #define CLOSED 0 macro
Dmpoa_caches.c155 return CLOSED; in cache_hit()
176 return CLOSED; in cache_hit()
/linux-2.6.39/drivers/net/wan/
Dhdlc_ppp.c85 enum {CLOSED = 0, STOPPED, STOPPING, REQ_SENT, ACK_RECV, ACK_SENT, OPENED, enumerator
366 if (old_state != CLOSED && proto->state == CLOSED) in ppp_cp_event()
617 proto->state = CLOSED; in ppp_start()
/linux-2.6.39/include/linux/ceph/
Dmessenger.h122 #define CLOSED 10 /* we've closed the connection */ macro
/linux-2.6.39/include/linux/
Dibmtr.h167 typedef enum { CLOSED, OPEN } open_state; enumerator
/linux-2.6.39/net/ceph/
Dmessenger.c164 if (test_bit(CLOSED, &con->state)) in ceph_state_change()
350 set_bit(CLOSED, &con->state); /* in case there's queued work */ in ceph_con_close()
371 clear_bit(CLOSED, &con->state); in ceph_con_open()
1206 set_bit(CLOSED, &con->state); /* in case there's queued work */ in fail_protocol()
1864 set_bit(CLOSED, &con->state); /* fixme */ in try_read()
1961 if (test_bit(CLOSED, &con->state)) { /* e.g. if we are replaced */ in con_work()
2004 if (test_bit(CLOSED, &con->state)) in ceph_fault()
2136 if (test_bit(CLOSED, &con->state)) { in ceph_con_send()
/linux-2.6.39/drivers/net/tokenring/
Dibmtr.c880 ti->open_status = CLOSED; /* CLOSED or OPEN */ in tok_open()
881 ti->sap_status = CLOSED; /* CLOSED or OPEN */ in tok_open()
1059 ti->open_status = CLOSED; in tok_close()
1235 ti->open_status = CLOSED; in tok_interrupt()
1236 ti->sap_status = CLOSED; in tok_interrupt()
1434 ti->open_status = CLOSED; /*12/2000 BMS*/ in tok_interrupt()
Dsmctr.c1567 tp->status = CLOSED; in smctr_init_adapter()
2389 if(tp->status != CLOSED) in smctr_interrupt()
2391 tp->status = CLOSED; in smctr_interrupt()
3132 tp->status = CLOSED; in smctr_lobe_media_test()
3508 tp->status = CLOSED; in smctr_open_tr()
3513 tp->status = CLOSED; in smctr_open_tr()
3527 tp->status = CLOSED; in smctr_open_tr()
3541 tp->status = CLOSED; in smctr_open_tr()
5318 case CLOSED: in smctr_status_chg()
Dsmctr.h1277 #define CLOSED 0x0003 macro
/linux-2.6.39/net/sctp/
Dsm_sideeffect.c764 if (sctp_state(asoc, ESTABLISHED) && sctp_sstate(sk, CLOSED)) in sctp_cmd_new_state()
784 sctp_state(asoc, CLOSED) || in sctp_cmd_new_state()
Dsocket.c1402 if (sctp_state(asoc, CLOSED)) { in sctp_close()
1625 if (sctp_state(asoc, CLOSED) && sctp_style(sk, TCP)) { in sctp_sendmsg()
1819 if (sctp_state(asoc, CLOSED)) { in sctp_sendmsg()
5700 if (sctp_sstate(sk, CLOSED)) in sctp_inet_listen()
5769 if (!sctp_style(sk, UDP) && sctp_sstate(sk, CLOSED)) in sctp_poll()
6579 if (sctp_state(assoc, CLOSED) && sctp_style(newsk, TCP)) in sctp_sock_migrate()
/linux-2.6.39/drivers/net/tulip/
Dde4x5.h899 #define CLOSED 1 /* Ready for opening */ macro
Dde4x5.c1256 lp->state = CLOSED; in de4x5_hw_init()
1331 lp->state = CLOSED; in de4x5_open()
1836 lp->state = CLOSED; in de4x5_close()
/linux-2.6.39/Documentation/scsi/
DChangeLog.lpfc1691 * Removed unused #defines CLOSED, DEAD, OPENED, NORMAL_OPEN