Home
last modified time | relevance | path

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

/drivers/net/fddi/
Ddefxx.c1493 memset(bp->mc_table, 0, sizeof(bp->mc_table)); in dfx_open()
2324 memcpy(&bp->mc_table[i++ * FDDI_K_ALEN], in dfx_ctl_set_multicast_list()
2512 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
/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch.c613 struct hlist_head *hash = esw->mc_table; in esw_add_mc_addr()
653 struct hlist_head *hash = esw->mc_table; in esw_del_mc_addr()
782 l2addr_hash_find(esw->mc_table, in esw_update_vport_addr_list()
826 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