Home
last modified time | relevance | path

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

/drivers/misc/cxl/
Dfile.c262 if (ctx->status == CLOSED) in afu_ioctl()
316 else if (ctx->status == CLOSED) in afu_poll()
330 ctx->pending_afu_err || (ctx->status == CLOSED)); in ctx_event_pending()
403 } else if (ctx->status == CLOSED) { in afu_read()
Dcontext.c209 ctx->status = CLOSED; in __detach_context()
Dfault.c268 if (ctx->status == CLOSED) { in cxl_handle_fault()
Dcxl.h328 CLOSED, enumerator
/drivers/net/wan/
Dhdlc_ppp.c85 enum {CLOSED = 0, STOPPED, STOPPING, REQ_SENT, ACK_RECV, ACK_SENT, OPENED, enumerator
366 if (old_state != CLOSED && proto->state == CLOSED) in ppp_cp_event()
633 proto->state = CLOSED; in ppp_start()
/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()