Searched refs:CLOSED (Results 1 – 10 of 10) sorted by relevance
/drivers/misc/cxl/ |
D | file.c | 314 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()
|
D | fault.c | 250 if (ctx->status == CLOSED) { in cxl_handle_fault()
|
D | context.c | 240 ctx->status = CLOSED; in __detach_context()
|
D | cxl.h | 421 CLOSED, enumerator
|
/drivers/scsi/cxlflash/ |
D | ocxl_hw.h | 45 CLOSED, enumerator
|
D | ocxl_hw.c | 411 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/ |
D | hdlc_ppp.c | 82 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/ |
D | file.c | 214 closed = (ctx->status == CLOSED); in afu_ioctl() 335 closed = (ctx->status == CLOSED); in afu_poll() 421 if (ctx->status == CLOSED) in afu_read()
|
D | ocxl_internal.h | 58 CLOSED, enumerator
|
D | context.c | 222 ctx->status = CLOSED; in ocxl_context_detach()
|