Searched refs:scif_ep_states (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/misc/mic/scif/ |
D | scif_api.c | 22 static const char * const scif_ep_states[] = { variable 172 ep, scif_ep_states[ep->state]); in scif_close() 344 ep, scif_ep_states[ep->state], pn); in scif_bind() 399 "SCIFAPI listen: ep %p %s\n", ep, scif_ep_states[ep->state]); in scif_listen() 607 scif_ep_states[ep->state]); in __scif_connect() 758 "SCIFAPI accept: ep %p %s\n", lep, scif_ep_states[lep->state]); in scif_accept() 1114 "SCIFAPI send (U): ep %p %s\n", ep, scif_ep_states[ep->state]); in scif_user_send() 1175 "SCIFAPI recv (U): ep %p %s\n", ep, scif_ep_states[ep->state]); in scif_user_recv() 1232 "SCIFAPI send (K): ep %p %s\n", ep, scif_ep_states[ep->state]); in scif_send() 1274 "SCIFAPI recv (K): ep %p %s\n", ep, scif_ep_states[ep->state]); in scif_recv() [all …]
|