current_mcast_group 12641 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	struct bnx2x_mcast_list_elem_group *current_mcast_group;
current_mcast_group 12644 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		current_mcast_group = list_first_entry(mcast_group_list,
current_mcast_group 12647 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		list_del(&current_mcast_group->mcast_group_link);
current_mcast_group 12648 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		free_page((unsigned long)current_mcast_group);
current_mcast_group 12658 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	struct bnx2x_mcast_list_elem_group *current_mcast_group = NULL;
current_mcast_group 12665 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 			current_mcast_group =
current_mcast_group 12668 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 			if (!current_mcast_group) {
current_mcast_group 12673 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 			list_add(&current_mcast_group->mcast_group_link,
current_mcast_group 12676 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		mc_mac = &current_mcast_group->mcast_elems[offset];
current_mcast_group 2658 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 	struct bnx2x_mcast_elem_group *current_mcast_group;
current_mcast_group 2661 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 		current_mcast_group = list_first_entry(mcast_group_list,
current_mcast_group 2664 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 		list_del(&current_mcast_group->mcast_group_link);
current_mcast_group 2665 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 		free_page((unsigned long)current_mcast_group);