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
346 if (old_state != OPENED && proto->state == OPENED) { in ppp_cp_event()
357 if (old_state == OPENED && proto->state != OPENED) { in ppp_cp_event()
459 if (ppp->protos[IDX_LCP].state == OPENED) in ppp_rx()
500 if (len >= 4 && proto->state == OPENED) in ppp_rx()
582 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()
829 if (dc->state == OPENED) in qib_diag_read()
/drivers/misc/cxl/
Dcontext.c82 ctx->status = OPENED; in cxl_context_init()
Dfile.c144 if (ctx->status != OPENED) { in afu_ioctl_start_work()
Dcxl.h318 OPENED, enumerator