Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/fddi/
Ddefxx.c1480 memset(bp->mc_table, 0, sizeof(bp->mc_table)); in dfx_open()
2311 memcpy(&bp->mc_table[i++ * FDDI_K_ALEN], in dfx_ctl_set_multicast_list()
2499 memcpy(p_addr, &bp->mc_table[i*FDDI_K_ALEN], FDDI_K_ALEN); in dfx_ctl_update_cam()
Ddefxx.h1743 u8 mc_table[PI_CMD_ADDR_FILTER_K_SIZE*FDDI_K_ALEN]; member
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch.c612 struct hlist_head *hash = esw->mc_table; in esw_add_mc_addr()
652 struct hlist_head *hash = esw->mc_table; in esw_del_mc_addr()
781 l2addr_hash_find(esw->mc_table, in esw_update_vport_addr_list()
825 for_each_l2hash_node(node, tmp, esw->mc_table, hi) { in esw_update_vport_mc_promisc()
Deswitch.h249 struct hlist_head mc_table[MLX5_L2_ADDR_HASH_SIZE]; member