Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c2660 struct bnx2x_mcast_elem_group *current_mcast_group; in bnx2x_free_groups() local
2663 current_mcast_group = list_first_entry(mcast_group_list, in bnx2x_free_groups()
2666 list_del(&current_mcast_group->mcast_group_link); in bnx2x_free_groups()
2667 free_page((unsigned long)current_mcast_group); in bnx2x_free_groups()
H A Dbnx2x_main.c12527 struct bnx2x_mcast_list_elem_group *current_mcast_group; in bnx2x_free_mcast_macs_list() local
12530 current_mcast_group = list_first_entry(mcast_group_list, in bnx2x_free_mcast_macs_list()
12533 list_del(&current_mcast_group->mcast_group_link); in bnx2x_free_mcast_macs_list()
12534 free_page((unsigned long)current_mcast_group); in bnx2x_free_mcast_macs_list()
12544 struct bnx2x_mcast_list_elem_group *current_mcast_group = NULL; in bnx2x_init_mcast_macs_list() local
12551 current_mcast_group = in bnx2x_init_mcast_macs_list()
12554 if (!current_mcast_group) { in bnx2x_init_mcast_macs_list()
12559 list_add(&current_mcast_group->mcast_group_link, in bnx2x_init_mcast_macs_list()
12562 mc_mac = &current_mcast_group->mcast_elems[offset]; in bnx2x_init_mcast_macs_list()