Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dmpfs.c100 struct mlx5_mpfs *mpfs; in mlx5_mpfs_init() local
105 mpfs = kzalloc(sizeof(*mpfs), GFP_KERNEL); in mlx5_mpfs_init()
106 if (!mpfs) in mlx5_mpfs_init()
109 mutex_init(&mpfs->lock); in mlx5_mpfs_init()
110 mpfs->size = l2table_size; in mlx5_mpfs_init()
111 mpfs->bitmap = kcalloc(BITS_TO_LONGS(l2table_size), in mlx5_mpfs_init()
113 if (!mpfs->bitmap) { in mlx5_mpfs_init()
114 kfree(mpfs); in mlx5_mpfs_init()
118 dev->priv.mpfs = mpfs; in mlx5_mpfs_init()
124 struct mlx5_mpfs *mpfs = dev->priv.mpfs; in mlx5_mpfs_cleanup() local
[all …]
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
DMakefile39 mlx5_core-$(CONFIG_MLX5_MPFS) += lib/mpfs.o
Den_fs.c69 bool mpfs; member
441 hn->mpfs = !l2_err; in mlx5e_execute_l2_action()
447 if (!is_multicast_ether_addr(mac_addr) && hn->mpfs) in mlx5e_execute_l2_action()
Deswitch.c56 bool mpfs; /* UC MAC was added to MPFs */ member
395 vaddr->mpfs = true; in esw_add_uc_addr()
417 if (!vport || !vaddr->mpfs) in esw_del_uc_addr()
425 vaddr->mpfs = false; in esw_del_uc_addr()
/Linux-v4.19/include/linux/mlx5/
Ddriver.h699 struct mlx5_mpfs *mpfs; member