Home
last modified time | relevance | path

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

/drivers/net/mlx4/
Dport.c95 struct mlx4_mac_table *table = &mlx4_priv(dev)->port[port].mac_table; in mlx4_register_mac()
144 struct mlx4_mac_table *table = &mlx4_priv(dev)->port[port].mac_table; in mlx4_unregister_mac()
Dmlx4.h275 struct mlx4_mac_table mac_table; member
Dmain.c963 mlx4_init_mac_table(dev, &info->mac_table); in mlx4_init_port_info()
/drivers/net/benet/
Dbe_cmds.c758 int be_cmd_mcast_mac_set(struct be_ctrl_info *ctrl, u32 if_id, u8 *mac_table, in be_cmd_mcast_mac_set() argument
778 memcpy(req->mac, mac_table, ETH_ALEN * num); in be_cmd_mcast_mac_set()
Dbe_cmds.h683 u8 *mac_table, u32 num, bool promiscuous);