Home
last modified time | relevance | path

Searched refs:mcast_group_list (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c12570 static void bnx2x_free_mcast_macs_list(struct list_head *mcast_group_list) in bnx2x_free_mcast_macs_list() argument
12574 while (!list_empty(mcast_group_list)) { in bnx2x_free_mcast_macs_list()
12575 current_mcast_group = list_first_entry(mcast_group_list, in bnx2x_free_mcast_macs_list()
12585 struct list_head *mcast_group_list) in bnx2x_init_mcast_macs_list()
12600 bnx2x_free_mcast_macs_list(mcast_group_list); in bnx2x_init_mcast_macs_list()
12605 mcast_group_list); in bnx2x_init_mcast_macs_list()
12665 LIST_HEAD(mcast_group_list); in bnx2x_set_mc_list_e1x()
12681 rc = bnx2x_init_mcast_macs_list(bp, &rparam, &mcast_group_list); in bnx2x_set_mc_list_e1x()
12692 bnx2x_free_mcast_macs_list(&mcast_group_list); in bnx2x_set_mc_list_e1x()
12700 LIST_HEAD(mcast_group_list); in bnx2x_set_mc_list()
12583 bnx2x_init_mcast_macs_list(struct bnx2x *bp, struct bnx2x_mcast_ramrod_params *p, struct list_head *mcast_group_list) bnx2x_init_mcast_macs_list() argument
[all...]
H A Dbnx2x_sp.c2658 static void bnx2x_free_groups(struct list_head *mcast_group_list) in bnx2x_free_groups() argument
2662 while (!list_empty(mcast_group_list)) { in bnx2x_free_groups()
2663 current_mcast_group = list_first_entry(mcast_group_list, in bnx2x_free_groups()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c12525 static void bnx2x_free_mcast_macs_list(struct list_head *mcast_group_list) in bnx2x_free_mcast_macs_list() argument
12529 while (!list_empty(mcast_group_list)) { in bnx2x_free_mcast_macs_list()
12530 current_mcast_group = list_first_entry(mcast_group_list, in bnx2x_free_mcast_macs_list()
12540 struct list_head *mcast_group_list) in bnx2x_init_mcast_macs_list()
12555 bnx2x_free_mcast_macs_list(mcast_group_list); in bnx2x_init_mcast_macs_list()
12560 mcast_group_list); in bnx2x_init_mcast_macs_list()
12620 LIST_HEAD(mcast_group_list); in bnx2x_set_mc_list_e1x()
12636 rc = bnx2x_init_mcast_macs_list(bp, &rparam, &mcast_group_list); in bnx2x_set_mc_list_e1x()
12647 bnx2x_free_mcast_macs_list(&mcast_group_list); in bnx2x_set_mc_list_e1x()
12655 LIST_HEAD(mcast_group_list); in bnx2x_set_mc_list()
12538 bnx2x_init_mcast_macs_list(struct bnx2x *bp, struct bnx2x_mcast_ramrod_params *p, struct list_head *mcast_group_list) bnx2x_init_mcast_macs_list() argument
[all...]
H A Dbnx2x_sp.c2658 static void bnx2x_free_groups(struct list_head *mcast_group_list) in bnx2x_free_groups() argument
2662 while (!list_empty(mcast_group_list)) { in bnx2x_free_groups()
2663 current_mcast_group = list_first_entry(mcast_group_list, in bnx2x_free_groups()

Completed in 44 milliseconds