Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/mic/scif/
Dscif_api.c211 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()
957 while (sent_len != len && SCIFEP_CONNECTED == ep->state) { in _scif_send()
991 (SCIFEP_CONNECTED != ep->state) || in _scif_send()
1000 else if (!ret && SCIFEP_CONNECTED != ep->state) in _scif_send()
1019 while (remaining_len && (SCIFEP_CONNECTED == ep->state || in _scif_recv()
1031 if (ep->state == SCIFEP_CONNECTED) { in _scif_recv()
1076 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.c416 if (ep->state == SCIFEP_CONNECTED) in _scif_send_fence()
534 if (ep->state == SCIFEP_CONNECTED) in scif_send_fence_signal()
554 if (ep->state == SCIFEP_CONNECTED) in scif_send_fence_signal()
Dscif_rma.c834 if (ep->state == SCIFEP_CONNECTED) in scif_prep_remote_window()
971 if (ep->state == SCIFEP_CONNECTED) { in scif_send_scif_register()
1164 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()