Searched refs:neh_list (Results 1 – 2 of 2) sorted by relevance
240 list_add_tail(&neh->list_node, &rc->neh_list); in uwb_rc_neh_add()337 list_for_each_entry(h, &rc->neh_list, list_node) { in uwb_rc_neh_lookup()555 if (list_empty(&rc->neh_list)) { in uwb_rc_neh_error()559 neh = list_first_entry(&rc->neh_list, struct uwb_rc_neh, list_node); in uwb_rc_neh_error()596 INIT_LIST_HEAD(&rc->neh_list); in uwb_rc_neh_create()611 if (list_empty(&rc->neh_list)) { in uwb_rc_neh_destroy()615 neh = list_first_entry(&rc->neh_list, struct uwb_rc_neh, list_node); in uwb_rc_neh_destroy()
387 struct list_head neh_list; /* Open NE handles */ member