Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/mlx5/mlx5_core/
H A Dmlx5_eswitch.c347 struct hlist_head *hash = esw->l2_table.l2_hash; in esw_add_uc_addr()
383 struct hlist_head *hash = esw->l2_table.l2_hash; in esw_del_uc_addr()
1098 esw->l2_table.bitmap = kcalloc(BITS_TO_LONGS(l2_table_size), in mlx5_eswitch_init()
1100 if (!esw->l2_table.bitmap) { in mlx5_eswitch_init()
1104 esw->l2_table.size = l2_table_size; in mlx5_eswitch_init()
1140 kfree(esw->l2_table.bitmap); in mlx5_eswitch_init()
1157 kfree(esw->l2_table.bitmap); in mlx5_eswitch_cleanup()
H A Deswitch.h132 struct mlx5_l2_table l2_table; member
/freebsd-14.2/sys/arm64/arm64/
H A Dgicv3_its.c1341 vm_offset_t l2_table; in its_device_alloc() local
1396 l2_table = (vm_offset_t)contigmalloc_domainset(ptable->ptab_l2_size, in its_device_alloc()
1401 cpu_dcache_wb_range((vm_offset_t)l2_table, in its_device_alloc()
1404 table[index] = vtophys(l2_table) | GITS_BASER_VALID; in its_device_alloc()