Searched refs:CLOSED (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/drivers/misc/cxl/ |
D | file.c | 219 if (ctx->status == CLOSED) in afu_ioctl() 264 else if (ctx->status == CLOSED) in afu_poll() 278 ctx->pending_afu_err || (ctx->status == CLOSED)); in ctx_event_pending() 343 } else if (ctx->status == CLOSED) { in afu_read()
|
D | context.c | 183 ctx->status = CLOSED; in __detach_context()
|
D | fault.c | 189 if (ctx->status == CLOSED) { in cxl_handle_fault()
|
D | cxl.h | 324 CLOSED, enumerator
|
/linux-4.1.27/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.1.27/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.1.27/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 | 1503 if (sctp_state(asoc, CLOSED)) { in sctp_close() 1734 if (sctp_state(asoc, CLOSED) && sctp_style(sk, TCP)) { in sctp_sendmsg() 1936 if (sctp_state(asoc, CLOSED)) { in sctp_sendmsg() 6400 if (sctp_sstate(sk, CLOSED)) in sctp_inet_listen() 6470 if (!sctp_style(sk, UDP) && sctp_sstate(sk, CLOSED)) in sctp_poll() 7359 if (sctp_state(assoc, CLOSED) && sctp_style(newsk, TCP)) in sctp_sock_migrate()
|
/linux-4.1.27/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.1.27/net/ceph/ |
D | messenger.c | 2778 CASE(CLOSED); in con_sock_closed()
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.lpfc | 1691 * Removed unused #defines CLOSED, DEAD, OPENED, NORMAL_OPEN
|