Searched refs:OPENED (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/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() 585 case OPENED: in ppp_timer()
|
/Linux-v4.19/drivers/scsi/cxlflash/ |
D | ocxl_hw.h | 51 OPENED, enumerator
|
D | ocxl_hw.c | 359 if (ctx->state != OPENED) { in start_context() 527 ctx->state = OPENED; in ocxlflash_dev_context_init()
|
/Linux-v4.19/drivers/misc/ocxl/ |
D | context.c | 29 ctx->status = OPENED; in ocxl_context_init() 72 if (ctx->status != OPENED) { in ocxl_context_attach()
|
D | ocxl_internal.h | 57 OPENED, enumerator
|
/Linux-v4.19/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() 826 if (dc->state == OPENED) in qib_diag_read()
|
/Linux-v4.19/drivers/misc/cxl/ |
D | context.c | 90 ctx->status = OPENED; in cxl_context_init()
|
D | file.c | 166 if (ctx->status != OPENED) { in afu_ioctl_start_work()
|
D | cxl.h | 424 OPENED, enumerator
|
/Linux-v4.19/Documentation/scsi/ |
D | ChangeLog.lpfc | 1691 * Removed unused #defines CLOSED, DEAD, OPENED, NORMAL_OPEN
|