Home
last modified time | relevance | path

Searched refs:l2_table (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_eswitch.c344 struct hlist_head *hash = esw->l2_table.l2_hash; in esw_add_uc_addr()
380 struct hlist_head *hash = esw->l2_table.l2_hash; in esw_del_uc_addr()
1076 esw->l2_table.bitmap = kcalloc(BITS_TO_LONGS(l2_table_size), in mlx5_eswitch_init()
1078 if (!esw->l2_table.bitmap) { in mlx5_eswitch_init()
1082 esw->l2_table.size = l2_table_size; in mlx5_eswitch_init()
1118 kfree(esw->l2_table.bitmap); in mlx5_eswitch_init()
1135 kfree(esw->l2_table.bitmap); in mlx5_eswitch_cleanup()
H A Deswitch.h134 struct mlx5_l2_table l2_table;
132 struct mlx5_l2_table l2_table; global() member
/freebsd/sys/arm64/arm64/
H A Dgicv3_its.c1347 void *l2_table; in its_device_alloc() local
1402 l2_table = contigmalloc_domainset(ptable->ptab_l2_size, in its_device_alloc()
1407 cpu_dcache_wb_range(l2_table, ptable->ptab_l2_size); in its_device_alloc()
1409 table[index] = vtophys(l2_table) | GITS_BASER_VALID; in its_device_alloc()