Home
last modified time | relevance | path

Searched refs:SCIFEP_CONNECTING (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/misc/mic/scif/
Dscif_epd.c170 if (SCIFEP_CONNECTING == ep->state) { in scif_cnctgnt()
234 if (SCIFEP_CONNECTING == ep->state) { in scif_cnctrej()
Dscif_api.c198 case SCIFEP_CONNECTING: in scif_close()
402 case SCIFEP_CONNECTING: in scif_listen()
505 err = wait_event_timeout(ep->conwq, ep->state != SCIFEP_CONNECTING, in scif_conn_func()
628 case SCIFEP_CONNECTING: in __scif_connect()
682 ep->state = SCIFEP_CONNECTING; in __scif_connect()
805 cep->state = SCIFEP_CONNECTING; in scif_accept()
865 err = wait_event_timeout(cep->conwq, cep->state != SCIFEP_CONNECTING, in scif_accept()
Dscif_epd.h23 SCIFEP_CONNECTING, enumerator