Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/mic/scif/
Dscif_api.c202 case SCIFEP_CONNECTED: in scif_close()
401 case SCIFEP_CONNECTED: in scif_listen()
542 ep->state = SCIFEP_CONNECTED; in scif_conn_func()
635 case SCIFEP_CONNECTED: in __scif_connect()
948 while (sent_len != len && SCIFEP_CONNECTED == ep->state) { in _scif_send()
982 (SCIFEP_CONNECTED != ep->state) || in _scif_send()
991 else if (!ret && SCIFEP_CONNECTED != ep->state) in _scif_send()
1010 while (remaining_len && (SCIFEP_CONNECTED == ep->state || in _scif_recv()
1022 if (ep->state == SCIFEP_CONNECTED) { in _scif_recv()
1067 SCIFEP_CONNECTED != ep->state || in _scif_recv()
[all …]
Dscif_epd.h22 SCIFEP_CONNECTED, enumerator
147 if (ep->state != SCIFEP_CONNECTED) in scif_verify_epd()
Dscif_epd.c197 ep->state = SCIFEP_CONNECTED; in scif_cnctgnt_ack()
329 if (SCIFEP_CONNECTED == ep->state) in scif_clientsend()
345 if (SCIFEP_CONNECTED == ep->state) in scif_clientrcvd()
Dscif_fence.c419 if (ep->state == SCIFEP_CONNECTED) in _scif_send_fence()
537 if (ep->state == SCIFEP_CONNECTED) in scif_send_fence_signal()
557 if (ep->state == SCIFEP_CONNECTED) in scif_send_fence_signal()
Dscif_rma.c816 if (ep->state == SCIFEP_CONNECTED) in scif_prep_remote_window()
953 if (ep->state == SCIFEP_CONNECTED) { in scif_send_scif_register()
1146 if (ep->state == SCIFEP_CONNECTED) { in scif_recv_reg()
Dscif_mmap.c331 if (ep->state != SCIFEP_CONNECTED && ep->state != SCIFEP_DISCONNECTED) in scif_put_pages()