Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.c2658 struct bnx2x_mcast_elem_group *current_mcast_group; in bnx2x_free_groups() local
2661 current_mcast_group = list_first_entry(mcast_group_list, in bnx2x_free_groups()
2664 list_del(&current_mcast_group->mcast_group_link); in bnx2x_free_groups()
2665 free_page((unsigned long)current_mcast_group); in bnx2x_free_groups()
Dbnx2x_main.c12633 struct bnx2x_mcast_list_elem_group *current_mcast_group; in bnx2x_free_mcast_macs_list() local
12636 current_mcast_group = list_first_entry(mcast_group_list, in bnx2x_free_mcast_macs_list()
12639 list_del(&current_mcast_group->mcast_group_link); in bnx2x_free_mcast_macs_list()
12640 free_page((unsigned long)current_mcast_group); in bnx2x_free_mcast_macs_list()
12650 struct bnx2x_mcast_list_elem_group *current_mcast_group = NULL; in bnx2x_init_mcast_macs_list() local
12657 current_mcast_group = in bnx2x_init_mcast_macs_list()
12660 if (!current_mcast_group) { in bnx2x_init_mcast_macs_list()
12665 list_add(&current_mcast_group->mcast_group_link, in bnx2x_init_mcast_macs_list()
12668 mc_mac = &current_mcast_group->mcast_elems[offset]; in bnx2x_init_mcast_macs_list()