Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/mic/scif/
Dscif_epd.c179 if (SCIFEP_CONNECTING == ep->state) { in scif_cnctgnt()
243 if (SCIFEP_CONNECTING == ep->state) { in scif_cnctrej()
Dscif_api.c207 case SCIFEP_CONNECTING: in scif_close()
411 case SCIFEP_CONNECTING: in scif_listen()
514 err = wait_event_timeout(ep->conwq, ep->state != SCIFEP_CONNECTING, in scif_conn_func()
637 case SCIFEP_CONNECTING: in __scif_connect()
691 ep->state = SCIFEP_CONNECTING; in __scif_connect()
814 cep->state = SCIFEP_CONNECTING; in scif_accept()
874 err = wait_event_timeout(cep->conwq, cep->state != SCIFEP_CONNECTING, in scif_accept()
Dscif_epd.h32 SCIFEP_CONNECTING, enumerator