Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/misc/cxl/
Dfile.c219 if (ctx->status == CLOSED) in afu_ioctl()
264 else if (ctx->status == CLOSED) in afu_poll()
278 ctx->pending_afu_err || (ctx->status == CLOSED)); in ctx_event_pending()
343 } else if (ctx->status == CLOSED) { in afu_read()
Dcontext.c183 ctx->status = CLOSED; in __detach_context()
Dfault.c189 if (ctx->status == CLOSED) { in cxl_handle_fault()
Dcxl.h324 CLOSED, enumerator
/linux-4.1.27/drivers/net/wan/
Dhdlc_ppp.c85 enum {CLOSED = 0, STOPPED, STOPPING, REQ_SENT, ACK_RECV, ACK_SENT, OPENED, enumerator
365 if (old_state != CLOSED && proto->state == CLOSED) in ppp_cp_event()
616 proto->state = CLOSED; in ppp_start()
/linux-4.1.27/net/atm/
Dmpoa_caches.h88 #define CLOSED 0 macro
Dmpoa_caches.c155 return CLOSED; in cache_hit()
176 return CLOSED; in cache_hit()
/linux-4.1.27/net/sctp/
Dsm_sideeffect.c813 if (sctp_state(asoc, ESTABLISHED) && sctp_sstate(sk, CLOSED)) in sctp_cmd_new_state()
833 sctp_state(asoc, CLOSED) || in sctp_cmd_new_state()
Dsocket.c1503 if (sctp_state(asoc, CLOSED)) { in sctp_close()
1734 if (sctp_state(asoc, CLOSED) && sctp_style(sk, TCP)) { in sctp_sendmsg()
1936 if (sctp_state(asoc, CLOSED)) { in sctp_sendmsg()
6400 if (sctp_sstate(sk, CLOSED)) in sctp_inet_listen()
6470 if (!sctp_style(sk, UDP) && sctp_sstate(sk, CLOSED)) in sctp_poll()
7359 if (sctp_state(assoc, CLOSED) && sctp_style(newsk, TCP)) in sctp_sock_migrate()
/linux-4.1.27/drivers/net/ethernet/dec/tulip/
Dde4x5.h899 #define CLOSED 1 /* Ready for opening */ macro
Dde4x5.c1255 lp->state = CLOSED; in de4x5_hw_init()
1330 lp->state = CLOSED; in de4x5_open()
1835 lp->state = CLOSED; in de4x5_close()
/linux-4.1.27/net/ceph/
Dmessenger.c2778 CASE(CLOSED); in con_sock_closed()
/linux-4.1.27/Documentation/scsi/
DChangeLog.lpfc1691 * Removed unused #defines CLOSED, DEAD, OPENED, NORMAL_OPEN