Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c844 struct mlx4_en_mc_list *dst_tmp, *src_tmp, *new_mc; in update_mclist_flags() local
875 new_mc = kmemdup(src_tmp, in update_mclist_flags()
878 if (!new_mc) in update_mclist_flags()
881 new_mc->action = MCLIST_ADD; in update_mclist_flags()
882 list_add_tail(&new_mc->list, dst); in update_mclist_flags()