Lines Matching refs:scif_endpt
21 void scif_cleanup_ep_qp(struct scif_endpt *ep) in scif_cleanup_ep_qp()
49 struct scif_endpt *ep = endpt; in scif_teardown_ep()
65 void scif_add_epd_to_zombie_list(struct scif_endpt *ep, bool eplock_held) in scif_add_epd_to_zombie_list()
79 static struct scif_endpt *scif_find_listen_ep(u16 port) in scif_find_listen_ep()
81 struct scif_endpt *ep = NULL; in scif_find_listen_ep()
86 ep = list_entry(pos, struct scif_endpt, list); in scif_find_listen_ep()
99 struct scif_endpt *ep; in scif_cleanup_zombie_epd()
103 ep = list_entry(pos, struct scif_endpt, list); in scif_cleanup_zombie_epd()
130 struct scif_endpt *ep = NULL; in scif_cnctreq()
176 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_cnctgnt()
201 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_cnctgnt_ack()
223 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_cnctgnt_nack()
240 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_cnctrej()
265 struct scif_endpt *ep = NULL; in scif_discnct()
266 struct scif_endpt *tmpep; in scif_discnct()
271 tmpep = list_entry(pos, struct scif_endpt, list); in scif_discnct()
319 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_discnt_ack()
335 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_clientsend()
351 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_clientrcvd()