Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wan/
H A Dhdlc_ppp.c82 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-6.15/drivers/misc/ocxl/
H A Dcontext.c30 ctx->status = OPENED; in ocxl_context_alloc()
77 if (ctx->status != OPENED) { in ocxl_context_attach()
H A Docxl_internal.h59 OPENED, enumerator
/linux-6.15/drivers/infiniband/hw/qib/
H A Dqib_diag.c64 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-6.15/Documentation/scsi/
H A DChangeLog.lpfc1691 * Removed unused #defines CLOSED, DEAD, OPENED, NORMAL_OPEN