Symbol: mlx4_mac_table
sys/dev/mlx4/mlx4_core/mlx4.h
1225
void mlx4_init_mac_table(struct mlx4_dev *dev, struct mlx4_mac_table *table);
sys/dev/mlx4/mlx4_core/mlx4.h
824
struct mlx4_mac_table mac_table;
sys/dev/mlx4/mlx4_core/mlx4_port.c
101
struct mlx4_mac_table *table, int index)
sys/dev/mlx4/mlx4_core/mlx4_port.c
113
struct mlx4_mac_table *table, u64 mac)
sys/dev/mlx4/mlx4_core/mlx4_port.c
153
struct mlx4_mac_table *table = &info->mac_table;
sys/dev/mlx4/mlx4_core/mlx4_port.c
185
struct mlx4_mac_table *table = &info->mac_table;
sys/dev/mlx4/mlx4_core/mlx4_port.c
191
struct mlx4_mac_table *dup_table = &mlx4_priv(dev)->port[dup_port].mac_table;
sys/dev/mlx4/mlx4_core/mlx4_port.c
382
struct mlx4_mac_table *table;
sys/dev/mlx4/mlx4_core/mlx4_port.c
386
struct mlx4_mac_table *dup_table = &mlx4_priv(dev)->port[dup_port].mac_table;
sys/dev/mlx4/mlx4_core/mlx4_port.c
477
struct mlx4_mac_table *table = &info->mac_table;
sys/dev/mlx4/mlx4_core/mlx4_port.c
482
struct mlx4_mac_table *dup_table = &mlx4_priv(dev)->port[dup_port].mac_table;
sys/dev/mlx4/mlx4_core/mlx4_port.c
62
void mlx4_init_mac_table(struct mlx4_dev *dev, struct mlx4_mac_table *table)
sys/dev/mlx4/mlx4_core/mlx4_port.c
844
struct mlx4_mac_table *t1 = &mlx4_priv(dev)->port[1].mac_table;
sys/dev/mlx4/mlx4_core/mlx4_port.c
845
struct mlx4_mac_table *t2 = &mlx4_priv(dev)->port[2].mac_table;
sys/dev/mlx4/mlx4_core/mlx4_port.c
898
struct mlx4_mac_table *t1 = &mlx4_priv(dev)->port[1].mac_table;
sys/dev/mlx4/mlx4_core/mlx4_port.c
899
struct mlx4_mac_table *t2 = &mlx4_priv(dev)->port[2].mac_table;