Lines Matching full:edges
78 struct list_head edges; member
267 list_for_each_entry_rcu(e, ¤t_phy->edges, list) { in hwsim_hw_xmit()
380 if (list_empty(&phy->edges)) { in append_radio_msg()
392 list_for_each_entry_rcu(e, &phy->edges, list) { in append_radio_msg()
614 list_for_each_entry_rcu(e, &phy_v0->edges, list) { in hwsim_new_edge_nl()
628 list_add_rcu(&e->list, &phy_v0->edges); in hwsim_new_edge_nl()
631 * edges list has not the changes yet. in hwsim_new_edge_nl()
667 list_for_each_entry_rcu(e, &phy_v0->edges, list) { in hwsim_del_edge_nl()
723 list_for_each_entry_rcu(e, &phy_v0->edges, list) { in hwsim_set_edge_lqi()
847 /* going to all phy edges and remove phy from it */ in hwsim_edge_unsubscribe_me()
849 list_for_each_entry_rcu(e, &tmp->edges, list) { in hwsim_edge_unsubscribe_me()
871 list_add_rcu(&e->list, &phy->edges); in hwsim_subscribe_all_others()
879 list_add_rcu(&e->list, &sub->edges); in hwsim_subscribe_all_others()
888 list_for_each_entry_rcu(e, &phy->edges, list) { in hwsim_subscribe_all_others()
960 INIT_LIST_HEAD(&phy->edges); in hwsim_add_one()
1003 list_for_each_entry_rcu(e, &phy->edges, list) { in hwsim_del()