Home
last modified time | relevance | path

Searched refs:SCIFEP_CONNECTED (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/misc/mic/scif/
Dscif_api.c210 case SCIFEP_CONNECTED: in scif_close()
410 case SCIFEP_CONNECTED: in scif_listen()
551 ep->state = SCIFEP_CONNECTED; in scif_conn_func()
644 case SCIFEP_CONNECTED: in __scif_connect()
958 while (sent_len != len && SCIFEP_CONNECTED == ep->state) { in _scif_send()
992 (SCIFEP_CONNECTED != ep->state) || in _scif_send()
1001 else if (!ret && SCIFEP_CONNECTED != ep->state) in _scif_send()
1020 while (remaining_len && (SCIFEP_CONNECTED == ep->state || in _scif_recv()
1032 if (ep->state == SCIFEP_CONNECTED) { in _scif_recv()
1077 SCIFEP_CONNECTED != ep->state || in _scif_recv()
[all …]
Dscif_epd.h31 SCIFEP_CONNECTED, enumerator
156 if (ep->state != SCIFEP_CONNECTED) in scif_verify_epd()
Dscif_epd.c206 ep->state = SCIFEP_CONNECTED; in scif_cnctgnt_ack()
338 if (SCIFEP_CONNECTED == ep->state) in scif_clientsend()
354 if (SCIFEP_CONNECTED == ep->state) in scif_clientrcvd()
Dscif_fence.c415 if (ep->state == SCIFEP_CONNECTED) in _scif_send_fence()
533 if (ep->state == SCIFEP_CONNECTED) in scif_send_fence_signal()
553 if (ep->state == SCIFEP_CONNECTED) in scif_send_fence_signal()
Dscif_rma.c832 if (ep->state == SCIFEP_CONNECTED) in scif_prep_remote_window()
969 if (ep->state == SCIFEP_CONNECTED) { in scif_send_scif_register()
1162 if (ep->state == SCIFEP_CONNECTED) { in scif_recv_reg()
Dscif_mmap.c340 if (ep->state != SCIFEP_CONNECTED && ep->state != SCIFEP_DISCONNECTED) in scif_put_pages()