Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c12631 static void bnx2x_free_mcast_macs_list(struct list_head *mcast_group_list) in bnx2x_free_mcast_macs_list() argument
12635 while (!list_empty(mcast_group_list)) { in bnx2x_free_mcast_macs_list()
12636 current_mcast_group = list_first_entry(mcast_group_list, in bnx2x_free_mcast_macs_list()
12646 struct list_head *mcast_group_list) in bnx2x_init_mcast_macs_list() argument
12661 bnx2x_free_mcast_macs_list(mcast_group_list); in bnx2x_init_mcast_macs_list()
12666 mcast_group_list); in bnx2x_init_mcast_macs_list()
12726 LIST_HEAD(mcast_group_list); in bnx2x_set_mc_list_e1x()
12742 rc = bnx2x_init_mcast_macs_list(bp, &rparam, &mcast_group_list); in bnx2x_set_mc_list_e1x()
12753 bnx2x_free_mcast_macs_list(&mcast_group_list); in bnx2x_set_mc_list_e1x()
12761 LIST_HEAD(mcast_group_list); in bnx2x_set_mc_list()
[all …]
Dbnx2x_sp.c2656 static void bnx2x_free_groups(struct list_head *mcast_group_list) in bnx2x_free_groups() argument
2660 while (!list_empty(mcast_group_list)) { in bnx2x_free_groups()
2661 current_mcast_group = list_first_entry(mcast_group_list, in bnx2x_free_groups()