Searched refs:rl_ept_lut_head (Results 1 – 1 of 1) sorted by relevance
80 struct llist *rl_ept_lut_head; in rpmsg_lite_get_endpoint_from_addr() local82 rl_ept_lut_head = rpmsg_lite_dev->rl_endpoints; in rpmsg_lite_get_endpoint_from_addr()83 while (rl_ept_lut_head != RL_NULL) in rpmsg_lite_get_endpoint_from_addr()85 struct rpmsg_lite_endpoint *rl_ept = (struct rpmsg_lite_endpoint *)rl_ept_lut_head->data; in rpmsg_lite_get_endpoint_from_addr()88 return rl_ept_lut_head; in rpmsg_lite_get_endpoint_from_addr()90 rl_ept_lut_head = rl_ept_lut_head->next; in rpmsg_lite_get_endpoint_from_addr()