Home
last modified time | relevance | path

Searched refs:OPENED (Results 1 – 5 of 5) sorted by relevance

/drivers/net/wan/
Dhdlc_ppp.c85 enum {CLOSED = 0, STOPPED, STOPPING, REQ_SENT, ACK_RECV, ACK_SENT, OPENED, enumerator
347 if (old_state != OPENED && proto->state == OPENED) { in ppp_cp_event()
358 if (old_state == OPENED && proto->state != OPENED) { in ppp_cp_event()
466 if (ppp->protos[IDX_LCP].state == OPENED) in ppp_rx()
507 if (len >= 4 && proto->state == OPENED) in ppp_rx()
599 case OPENED: in ppp_timer()
/drivers/infiniband/hw/qib/
Dqib_diag.c64 enum diag_state { UNUSED = 0, OPENED, INIT, READY }; enumerator
94 dc->state = OPENED; in get_client()
833 if (dc->state == OPENED) in qib_diag_read()
/drivers/misc/cxl/
Dcontext.c82 ctx->status = OPENED; in cxl_context_init()
Dfile.c164 if (ctx->status != OPENED) { in afu_ioctl_start_work()
Dcxl.h329 OPENED, enumerator