Searched refs:current_mcast_group (Results 1 – 2 of 2) sorted by relevance
2660 struct bnx2x_mcast_elem_group *current_mcast_group; in bnx2x_free_groups() local2663 current_mcast_group = list_first_entry(mcast_group_list, in bnx2x_free_groups()2666 list_del(¤t_mcast_group->mcast_group_link); in bnx2x_free_groups()2667 free_page((unsigned long)current_mcast_group); in bnx2x_free_groups()
12561 struct bnx2x_mcast_list_elem_group *current_mcast_group; in bnx2x_free_mcast_macs_list() local12564 current_mcast_group = list_first_entry(mcast_group_list, in bnx2x_free_mcast_macs_list()12567 list_del(¤t_mcast_group->mcast_group_link); in bnx2x_free_mcast_macs_list()12568 free_page((unsigned long)current_mcast_group); in bnx2x_free_mcast_macs_list()12578 struct bnx2x_mcast_list_elem_group *current_mcast_group = NULL; in bnx2x_init_mcast_macs_list() local12585 current_mcast_group = in bnx2x_init_mcast_macs_list()12588 if (!current_mcast_group) { in bnx2x_init_mcast_macs_list()12593 list_add(¤t_mcast_group->mcast_group_link, in bnx2x_init_mcast_macs_list()12596 mc_mac = ¤t_mcast_group->mcast_elems[offset]; in bnx2x_init_mcast_macs_list()