Searched refs:neh_list (Results 1 – 2 of 2) sorted by relevance
238 list_add_tail(&neh->list_node, &rc->neh_list); in uwb_rc_neh_add()335 list_for_each_entry(h, &rc->neh_list, list_node) { in uwb_rc_neh_lookup()553 if (list_empty(&rc->neh_list)) { in uwb_rc_neh_error()557 neh = list_first_entry(&rc->neh_list, struct uwb_rc_neh, list_node); in uwb_rc_neh_error()594 INIT_LIST_HEAD(&rc->neh_list); in uwb_rc_neh_create()609 if (list_empty(&rc->neh_list)) { in uwb_rc_neh_destroy()613 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