Home
last modified time | relevance | path

Searched refs:current_mcast_group (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c2661 struct bnx2x_mcast_elem_group *current_mcast_group; in bnx2x_free_groups() local
2664 current_mcast_group = list_first_entry(mcast_group_list, in bnx2x_free_groups()
2667 list_del(&current_mcast_group->mcast_group_link); in bnx2x_free_groups()
2668 kfree(current_mcast_group); in bnx2x_free_groups()