Home
last modified time | relevance | path

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

/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()
Dfault.c250 if (ctx->status == CLOSED) { in cxl_handle_fault()
Dcontext.c240 ctx->status = CLOSED; in __detach_context()
Dcxl.h421 CLOSED, enumerator
/drivers/scsi/cxlflash/
Docxl_hw.h45 CLOSED, enumerator
Docxl_hw.c411 ctx->state = CLOSED; in ocxlflash_stop_context()
994 else if (ctx->state == CLOSED) in afu_poll()
1037 if (ctx_event_pending(ctx) || (ctx->state == CLOSED)) in afu_read()
/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()
/drivers/misc/ocxl/
Dfile.c214 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()