Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch.c400 struct hlist_head *hash = esw->mc_table; in esw_add_mc_addr()
440 struct hlist_head *hash = esw->mc_table; in esw_del_mc_addr()
569 l2addr_hash_find(esw->mc_table, in esw_update_vport_addr_list()
613 for_each_l2hash_node(node, tmp, esw->mc_table, hi) { in esw_update_vport_mc_promisc()
Deswitch.h302 struct hlist_head mc_table[MLX5_L2_ADDR_HASH_SIZE]; member
/linux-6.1.9/drivers/net/fddi/
Ddefxx.c1482 memset(bp->mc_table, 0, sizeof(bp->mc_table)); in dfx_open()
2313 memcpy(&bp->mc_table[i++ * FDDI_K_ALEN], in dfx_ctl_set_multicast_list()
2501 memcpy(p_addr, &bp->mc_table[i*FDDI_K_ALEN], FDDI_K_ALEN); in dfx_ctl_update_cam()
Ddefxx.h1744 u8 mc_table[PI_CMD_ADDR_FILTER_K_SIZE*FDDI_K_ALEN]; member