Searched refs:OPENED (Results 1 – 5 of 5) sorted by relevance
/drivers/net/wan/ |
D | hdlc_ppp.c | 85 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/ |
D | qib_diag.c | 64 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/ |
D | context.c | 82 ctx->status = OPENED; in cxl_context_init()
|
D | file.c | 144 if (ctx->status != OPENED) { in afu_ioctl_start_work()
|
D | cxl.h | 318 OPENED, enumerator
|