Searched refs:mc_table (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/fddi/ |
H A D | defxx.c | 1493 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()
|
H A D | defxx.h | 1743 u8 mc_table[PI_CMD_ADDR_FILTER_K_SIZE*FDDI_K_ALEN]; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | eswitch.c | 417 struct hlist_head *hash = esw->mc_table; in esw_add_mc_addr() 457 struct hlist_head *hash = esw->mc_table; in esw_del_mc_addr() 586 l2addr_hash_find(esw->mc_table, in esw_update_vport_addr_list() 630 for_each_l2hash_node(node, tmp, esw->mc_table, hi) { in esw_update_vport_mc_promisc()
|
H A D | eswitch.h | 341 struct hlist_head mc_table[MLX5_L2_ADDR_HASH_SIZE]; member
|
/kernel/linux/linux-6.6/drivers/net/fddi/ |
H A D | defxx.c | 1482 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()
|
H A D | defxx.h | 1744 u8 mc_table[PI_CMD_ADDR_FILTER_K_SIZE*FDDI_K_ALEN]; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | eswitch.c | 613 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()
|
H A D | eswitch.h | 249 struct hlist_head mc_table[MLX5_L2_ADDR_HASH_SIZE]; member
|
Completed in 26 milliseconds