Searched refs:scif_ep_states (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/misc/mic/scif/ |
| D | scif_api.c | 13 static const char * const scif_ep_states[] = { variable 163 ep, scif_ep_states[ep->state]); in scif_close() 336 ep, scif_ep_states[ep->state], pn); in scif_bind() 390 "SCIFAPI listen: ep %p %s\n", ep, scif_ep_states[ep->state]); in scif_listen() 598 scif_ep_states[ep->state]); in __scif_connect() 748 "SCIFAPI accept: ep %p %s\n", lep, scif_ep_states[lep->state]); in scif_accept() 1104 "SCIFAPI send (U): ep %p %s\n", ep, scif_ep_states[ep->state]); in scif_user_send() 1165 "SCIFAPI recv (U): ep %p %s\n", ep, scif_ep_states[ep->state]); in scif_user_recv() 1222 "SCIFAPI send (K): ep %p %s\n", ep, scif_ep_states[ep->state]); in scif_send() 1264 "SCIFAPI recv (K): ep %p %s\n", ep, scif_ep_states[ep->state]); in scif_recv() [all …]
|