Searched refs:OPENED (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/drivers/net/wan/ |
D | hdlc_ppp.c | 82 enum {CLOSED = 0, STOPPED, STOPPING, REQ_SENT, ACK_RECV, ACK_SENT, OPENED, enumerator 341 if (old_state != OPENED && proto->state == OPENED) { in ppp_cp_event() 352 if (old_state == OPENED && proto->state != OPENED) { in ppp_cp_event() 460 if (ppp->protos[IDX_LCP].state == OPENED) in ppp_rx() 501 if (len >= 4 && proto->state == OPENED) in ppp_rx() 593 case OPENED: in ppp_timer()
|
/linux-5.19.10/drivers/scsi/cxlflash/ |
D | ocxl_hw.h | 46 OPENED, enumerator
|
D | ocxl_hw.c | 340 if (ctx->state != OPENED) { in start_context() 509 ctx->state = OPENED; in ocxlflash_dev_context_init()
|
/linux-5.19.10/drivers/misc/ocxl/ |
D | context.c | 30 ctx->status = OPENED; in ocxl_context_alloc() 77 if (ctx->status != OPENED) { in ocxl_context_attach()
|
D | ocxl_internal.h | 59 OPENED, enumerator
|
/linux-5.19.10/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-5.19.10/drivers/misc/cxl/ |
D | context.c | 86 ctx->status = OPENED; in cxl_context_init()
|
D | file.c | 162 if (ctx->status != OPENED) { in afu_ioctl_start_work()
|
D | cxl.h | 422 OPENED, enumerator
|
/linux-5.19.10/Documentation/scsi/ |
D | ChangeLog.lpfc | 1691 * Removed unused #defines CLOSED, DEAD, OPENED, NORMAL_OPEN
|