Searched refs:CLOSED (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/drivers/misc/cxl/ |
D | file.c | 252 if (ctx->status == CLOSED) in afu_ioctl() 306 else if (ctx->status == CLOSED) in afu_poll() 320 ctx->pending_afu_err || (ctx->status == CLOSED)); in ctx_event_pending() 393 } else if (ctx->status == CLOSED) { in afu_read()
|
D | context.c | 203 ctx->status = CLOSED; in __detach_context()
|
D | fault.c | 189 if (ctx->status == CLOSED) { in cxl_handle_fault()
|
D | cxl.h | 328 CLOSED, enumerator
|
/linux-4.4.14/drivers/net/wan/ |
D | hdlc_ppp.c | 85 enum {CLOSED = 0, STOPPED, STOPPING, REQ_SENT, ACK_RECV, ACK_SENT, OPENED, enumerator 365 if (old_state != CLOSED && proto->state == CLOSED) in ppp_cp_event() 616 proto->state = CLOSED; in ppp_start()
|
/linux-4.4.14/net/atm/ |
D | mpoa_caches.h | 88 #define CLOSED 0 macro
|
D | mpoa_caches.c | 155 return CLOSED; in cache_hit() 176 return CLOSED; in cache_hit()
|
/linux-4.4.14/net/sctp/ |
D | sm_sideeffect.c | 813 if (sctp_state(asoc, ESTABLISHED) && sctp_sstate(sk, CLOSED)) in sctp_cmd_new_state() 833 sctp_state(asoc, CLOSED) || in sctp_cmd_new_state()
|
D | socket.c | 1506 if (sctp_state(asoc, CLOSED)) { in sctp_close() 1737 if (sctp_state(asoc, CLOSED) && sctp_style(sk, TCP)) { in sctp_sendmsg() 1939 if (sctp_state(asoc, CLOSED)) { in sctp_sendmsg() 6387 if (sctp_sstate(sk, CLOSED)) in sctp_inet_listen() 6457 if (!sctp_style(sk, UDP) && sctp_sstate(sk, CLOSED)) in sctp_poll() 7352 if (sctp_state(assoc, CLOSED) && sctp_style(newsk, TCP)) in sctp_sock_migrate()
|
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
D | de4x5.h | 899 #define CLOSED 1 /* Ready for opening */ macro
|
D | de4x5.c | 1255 lp->state = CLOSED; in de4x5_hw_init() 1330 lp->state = CLOSED; in de4x5_open() 1835 lp->state = CLOSED; in de4x5_close()
|
/linux-4.4.14/net/ceph/ |
D | messenger.c | 2800 CASE(CLOSED); in con_sock_closed()
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.lpfc | 1691 * Removed unused #defines CLOSED, DEAD, OPENED, NORMAL_OPEN
|