Searched refs:hashtbl (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
H A D | sample.c | 27 DECLARE_HASHTABLE(hashtbl, 8); 181 hash_for_each_possible(tc_psample->hashtbl, sampler, hlist, hash_key) in sampler_get() 200 hash_add(tc_psample->hashtbl, &sampler->hlist, hash_key); in sampler_get()
|
H A D | meter.c | 41 DECLARE_HASHTABLE(hashtbl, 8); 367 hash_for_each_possible(flow_meters->hashtbl, meter, hlist, index) in __mlx5e_tc_meter_get() 425 hash_add(flow_meters->hashtbl, &meter->hlist, params->index); in mlx5e_tc_meter_alloc()
|
/openbmc/u-boot/arch/arm/include/asm/arch-ep93xx/ |
H A D | ep93xx.h | 116 uint32_t hashtbl; member
|