Searched refs:l2_table (Results 1 – 3 of 3) sorted by relevance
347 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()
132 struct mlx5_l2_table l2_table; member
1341 vm_offset_t l2_table; in its_device_alloc() local1396 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()