Lines Matching refs:group_list
130 struct list_head group_list; member
546 req = list_first_entry(&group->pending_list, struct mcast_req, group_list); in mlx4_ib_mcg_timeout_handler()
547 list_del(&req->group_list); in mlx4_ib_mcg_timeout_handler()
595 list_del(&req->group_list); in handle_leave_req()
617 list_del(&req->group_list); in handle_join_req()
626 list_del(&req->group_list); in handle_join_req()
671 struct mcast_req, group_list); in mlx4_ib_mcg_work_handler()
676 list_del(&req->group_list); in mlx4_ib_mcg_work_handler()
707 group_list); in mlx4_ib_mcg_work_handler()
766 struct mcast_req, group_list); in search_relocate_mgid0_group()
768 list_del(&req->group_list); in search_relocate_mgid0_group()
789 list_for_each_entry_safe(tmp1, tmp2, &group->pending_list, group_list) { in search_relocate_mgid0_group()
790 list_del(&tmp1->group_list); in search_relocate_mgid0_group()
875 list_add_tail(&req->group_list, &group->pending_list); in queue_req()
1009 req = list_first_entry(&group->pending_list, struct mcast_req, group_list); in sysfs_show_group()
1063 list_for_each_entry_safe(req, tmp, &group->pending_list, group_list) { in force_clean_group()
1064 list_del(&req->group_list); in force_clean_group()
1169 group_first = list_first_entry(&group->pending_list, struct mcast_req, group_list); in clear_pending_reqs()
1182 list_del(&req->group_list); in clear_pending_reqs()
1210 pend_req = list_entry(group->func[slave].pending.prev, struct mcast_req, group_list); in push_deleteing_req()