Home
last modified time | relevance | path

Searched refs:dst_tmp (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
850 list_for_each_entry(dst_tmp, dst, list) { in update_mclist_flags()
853 if (ether_addr_equal(dst_tmp->addr, src_tmp->addr)) { in update_mclist_flags()
859 dst_tmp->action = MCLIST_REM; in update_mclist_flags()
867 list_for_each_entry(dst_tmp, dst, list) { in update_mclist_flags()
868 if (ether_addr_equal(dst_tmp->addr, src_tmp->addr)) { in update_mclist_flags()
869 dst_tmp->action = MCLIST_NONE; in update_mclist_flags()