Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/cxlflash/
Docxl_hw.h45 CLOSED, enumerator
Docxl_hw.c410 ctx->state = CLOSED; in ocxlflash_stop_context()
993 else if (ctx->state == CLOSED) in afu_poll()
1036 if (ctx_event_pending(ctx) || (ctx->state == CLOSED)) in afu_read()
/Linux-v5.15/drivers/misc/cxl/
Dfile.c314 if (ctx->status == CLOSED) in afu_ioctl()
378 else if (ctx->status == CLOSED) in afu_poll()
444 if (ctx_event_pending(ctx) || (ctx->status == CLOSED)) in afu_read()
500 } else if (ctx->status == CLOSED) { in afu_read()
Dcontext.c240 ctx->status = CLOSED; in __detach_context()
Dfault.c250 if (ctx->status == CLOSED) { in cxl_handle_fault()
Dcxl.h419 CLOSED, enumerator
/Linux-v5.15/drivers/misc/ocxl/
Dfile.c216 closed = (ctx->status == CLOSED); in afu_ioctl()
335 closed = (ctx->status == CLOSED); in afu_poll()
421 if (ctx->status == CLOSED) in afu_read()
Docxl_internal.h58 CLOSED, enumerator
Dcontext.c222 ctx->status = CLOSED; in ocxl_context_detach()
/Linux-v5.15/drivers/net/wan/
Dhdlc_ppp.c82 enum {CLOSED = 0, STOPPED, STOPPING, REQ_SENT, ACK_RECV, ACK_SENT, OPENED, enumerator
360 if (old_state != CLOSED && proto->state == CLOSED) in ppp_cp_event()
625 proto->state = CLOSED; in ppp_start()
/Linux-v5.15/net/atm/
Dmpoa_caches.h91 #define CLOSED 0 macro
Dmpoa_caches.c156 return CLOSED; in cache_hit()
177 return CLOSED; in cache_hit()
/Linux-v5.15/block/
Dblk-zoned.c29 ZONE_COND_NAME(CLOSED),
/Linux-v5.15/Documentation/userspace-api/media/rc/
Drc-tables.rst311 - CLOSED CAPTION/TELETEXT / DVD TEXT / TELETEXT / TTX
/Linux-v5.15/drivers/net/ethernet/dec/tulip/
Dde4x5.h899 #define CLOSED 1 /* Ready for opening */ macro
Dde4x5.c1254 lp->state = CLOSED; in de4x5_hw_init()
1329 lp->state = CLOSED; in de4x5_open()
1838 lp->state = CLOSED; in de4x5_close()
/Linux-v5.15/net/sctp/
Dsm_sideeffect.c876 if (sctp_state(asoc, ESTABLISHED) && sctp_sstate(sk, CLOSED)) in sctp_cmd_new_state()
903 sctp_state(asoc, CLOSED) || in sctp_cmd_new_state()
Dsocket.c1510 if (sctp_state(asoc, CLOSED)) { in sctp_close()
1756 if (sctp_state(asoc, CLOSED) && sctp_style(sk, TCP)) in sctp_sendmsg_check_sflags()
1836 if (sctp_state(asoc, CLOSED)) { in sctp_sendmsg_to_asoc()
2103 !sctp_sstate(sk, CLOSING) && !sctp_sstate(sk, CLOSED)) { in sctp_recvmsg()
8554 if (!sctp_sstate(sk, LISTENING) && !sctp_sstate(sk, CLOSED)) in sctp_inet_listen()
8559 if (sctp_sstate(sk, CLOSED)) in sctp_inet_listen()
8631 if (!sctp_style(sk, UDP) && sctp_sstate(sk, CLOSED)) in sctp_poll()
9609 if (sctp_state(assoc, CLOSED) && sctp_style(newsk, TCP)) { in sctp_sock_migrate()
/Linux-v5.15/net/netfilter/
Dnf_conntrack_standalone.c1036 XASSIGN(CLOSED, sn); in nf_conntrack_standalone_init_sctp_sysctl()
/Linux-v5.15/Documentation/block/
Dqueue-sysfs.rst124 EXPLICIT OPEN, IMPLICIT OPEN or CLOSED, is limited by this value.
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-block298 any of the zone states: EXPLICIT OPEN, IMPLICIT OPEN or CLOSED,
/Linux-v5.15/net/ceph/
Dmessenger.c1431 CASE(CLOSED); in con_sock_closed()
/Linux-v5.15/Documentation/scsi/
DChangeLog.lpfc1691 * Removed unused #defines CLOSED, DEAD, OPENED, NORMAL_OPEN