Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/mic/scif/
Dscif_api.c197 case SCIFEP_BOUND: in scif_close()
350 if (ep->state == SCIFEP_BOUND) { in scif_bind()
371 ep->state = SCIFEP_BOUND; in scif_bind()
406 case SCIFEP_BOUND: in scif_listen()
472 ep->state = SCIFEP_BOUND; in scif_conn_func()
482 ep->state = SCIFEP_BOUND; in scif_conn_func()
510 ep->state = SCIFEP_BOUND; in scif_conn_func()
531 ep->state = SCIFEP_BOUND; in scif_conn_func()
539 ep->state = SCIFEP_BOUND; in scif_conn_func()
548 } else if (ep->state == SCIFEP_BOUND) { in scif_conn_func()
[all …]
Dscif_epd.h20 SCIFEP_BOUND, enumerator
Dscif_epd.c235 ep->state = SCIFEP_BOUND; in scif_cnctrej()