Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/cxlflash/
Docxl_hw.h50 CLOSED, enumerator
Docxl_hw.c428 ctx->state = CLOSED; in ocxlflash_stop_context()
1013 else if (ctx->state == CLOSED) in afu_poll()
1056 if (ctx_event_pending(ctx) || (ctx->state == CLOSED)) in afu_read()
/Linux-v4.19/drivers/misc/ocxl/
Dfile.c212 if (ctx->status == CLOSED) in afu_ioctl()
323 closed = (ctx->status == CLOSED); in afu_poll()
409 if (ctx->status == CLOSED) in afu_read()
Docxl_internal.h56 CLOSED, enumerator
Dcontext.c210 ctx->status = CLOSED; in ocxl_context_detach()
/Linux-v4.19/drivers/misc/cxl/
Dfile.c318 if (ctx->status == CLOSED) in afu_ioctl()
382 else if (ctx->status == CLOSED) in afu_poll()
448 if (ctx_event_pending(ctx) || (ctx->status == CLOSED)) in afu_read()
504 } else if (ctx->status == CLOSED) { in afu_read()
Dcontext.c244 ctx->status = CLOSED; in __detach_context()
Dfault.c254 if (ctx->status == CLOSED) { in cxl_handle_fault()
Dcxl.h423 CLOSED, enumerator
/Linux-v4.19/net/atm/
Dmpoa_caches.h91 #define CLOSED 0 macro
Dmpoa_caches.c156 return CLOSED; in cache_hit()
177 return CLOSED; in cache_hit()
/Linux-v4.19/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()
617 proto->state = CLOSED; in ppp_start()
/Linux-v4.19/Documentation/media/uapi/rc/
Drc-tables.rst311 - CLOSED CAPTION/TELETEXT / DVD TEXT / TELETEXT / TTX
/Linux-v4.19/drivers/net/ethernet/dec/tulip/
Dde4x5.h899 #define CLOSED 1 /* Ready for opening */ macro
Dde4x5.c1252 lp->state = CLOSED; in de4x5_hw_init()
1327 lp->state = CLOSED; in de4x5_open()
1836 lp->state = CLOSED; in de4x5_close()
/Linux-v4.19/net/sctp/
Dsm_sideeffect.c880 if (sctp_state(asoc, ESTABLISHED) && sctp_sstate(sk, CLOSED)) in sctp_cmd_new_state()
902 sctp_state(asoc, CLOSED) || in sctp_cmd_new_state()
Dsocket.c1545 if (sctp_state(asoc, CLOSED)) { in sctp_close()
1864 if (sctp_state(asoc, CLOSED) && sctp_style(sk, TCP)) in sctp_sendmsg_check_sflags()
1940 if (sctp_state(asoc, CLOSED)) { in sctp_sendmsg_to_asoc()
2207 !sctp_sstate(sk, CLOSING) && !sctp_sstate(sk, CLOSED)) { in sctp_recvmsg()
7907 if (!sctp_sstate(sk, LISTENING) && !sctp_sstate(sk, CLOSED)) in sctp_inet_listen()
7912 if (sctp_sstate(sk, CLOSED)) in sctp_inet_listen()
7984 if (!sctp_style(sk, UDP) && sctp_sstate(sk, CLOSED)) in sctp_poll()
8959 if (sctp_state(assoc, CLOSED) && sctp_style(newsk, TCP)) { in sctp_sock_migrate()
/Linux-v4.19/net/ceph/
Dmessenger.c2878 CASE(CLOSED); in con_sock_closed()
/Linux-v4.19/Documentation/scsi/
DChangeLog.lpfc1691 * Removed unused #defines CLOSED, DEAD, OPENED, NORMAL_OPEN