Lines Matching refs:group_list
134 struct list_head group_list; member
550 req = list_first_entry(&group->pending_list, struct mcast_req, group_list); in mlx4_ib_mcg_timeout_handler()
551 list_del(&req->group_list); in mlx4_ib_mcg_timeout_handler()
599 list_del(&req->group_list); in handle_leave_req()
621 list_del(&req->group_list); in handle_join_req()
630 list_del(&req->group_list); in handle_join_req()
675 struct mcast_req, group_list); in mlx4_ib_mcg_work_handler()
680 list_del(&req->group_list); in mlx4_ib_mcg_work_handler()
711 group_list); in mlx4_ib_mcg_work_handler()
767 struct mcast_req, group_list); in search_relocate_mgid0_group()
769 list_del(&req->group_list); in search_relocate_mgid0_group()
790 list_for_each_entry_safe(tmp1, tmp2, &group->pending_list, group_list) { in search_relocate_mgid0_group()
791 list_del(&tmp1->group_list); in search_relocate_mgid0_group()
875 list_add_tail(&req->group_list, &group->pending_list); in queue_req()
1014 group_list); in sysfs_show_group()
1074 list_for_each_entry_safe(req, tmp, &group->pending_list, group_list) { in force_clean_group()
1075 list_del(&req->group_list); in force_clean_group()
1180 group_first = list_first_entry(&group->pending_list, struct mcast_req, group_list); in clear_pending_reqs()
1193 list_del(&req->group_list); in clear_pending_reqs()
1219 pend_req = list_entry(group->func[slave].pending.prev, struct mcast_req, group_list); in push_deleteing_req()