Searched refs:ep_list (Results 1 – 6 of 6) sorted by relevance
99 osal_list_t ep_list; /* ecore_iwarp_ep */ member200 osal_list_t ep_list; member
301 endpt * ep_list; /* complete endpt list */ variable739 for (ifi.ep = ep_list; ifi.ep != NULL; ifi.ep = ifi.ep->elink) in interface_enumerate()831 LINK_TAIL_SLIST(ep_list, ep, elink, endpt); in add_interface()991 UNLINK_SLIST(unlinked, ep_list, ep, elink, endpt); in remove_interface()1969 for (ep = ep_list; ep != NULL; ep = next_ep) { in update_interfaces()2022 for (ep = ep_list; ep != NULL; ep = ep->elink) { in update_interfaces()2237 for (ep = ep_list; ep != NULL; ep = ep->elink) { in set_reuseaddr()2612 for (ep = ep_list; ep != NULL; ep = ep->elink) { in io_setbclient()2716 for (ep = ep_list; ep != NULL; ep = ep->elink) { in io_unsetbclient()2824 for (ep = ep_list; ep != NULL; ep = ep->elink) {[all …]
191 ep_list = loopback_interface; in init_sim_io()
4369 for (la = ep_list; la != NULL; la = la->elink) in read_ifstats()
389 extern endpt * ep_list; /* linked list */
3223 bpstat_get_triggered_catchpoints (bpstat ep_list, bpstat *cp_list) in bpstat_get_triggered_catchpoints() argument3233 for (; ep_list != NULL; ep_list = ep_list->next) in bpstat_get_triggered_catchpoints()3236 ep = ep_list->breakpoint_at; in bpstat_get_triggered_catchpoints()3248 *bs = *ep_list; in bpstat_get_triggered_catchpoints()