Lines Matching full:edges
75 struct list_head edges; member
120 list_for_each_entry_rcu(e, ¤t_phy->edges, list) { in hwsim_hw_xmit()
217 if (list_empty(&phy->edges)) { in append_radio_msg()
229 list_for_each_entry_rcu(e, &phy->edges, list) { in append_radio_msg()
451 list_for_each_entry_rcu(e, &phy_v0->edges, list) { in hwsim_new_edge_nl()
465 list_add_rcu(&e->list, &phy_v0->edges); in hwsim_new_edge_nl()
468 * edges list has not the changes yet. in hwsim_new_edge_nl()
504 list_for_each_entry_rcu(e, &phy_v0->edges, list) { in hwsim_del_edge_nl()
560 list_for_each_entry_rcu(e, &phy_v0->edges, list) { in hwsim_set_edge_lqi()
682 /* going to all phy edges and remove phy from it */ in hwsim_edge_unsubscribe_me()
684 list_for_each_entry_rcu(e, &tmp->edges, list) { in hwsim_edge_unsubscribe_me()
706 list_add_rcu(&e->list, &phy->edges); in hwsim_subscribe_all_others()
714 list_add_rcu(&e->list, &sub->edges); in hwsim_subscribe_all_others()
723 list_for_each_entry_rcu(e, &phy->edges, list) { in hwsim_subscribe_all_others()
793 INIT_LIST_HEAD(&phy->edges); in hwsim_add_one()
836 list_for_each_entry_rcu(e, &phy->edges, list) { in hwsim_del()