Home
last modified time | relevance | path

Searched refs:ft_size (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dflow_table.c351 u32 ft_size = 0; in mlx5_create_flow_table() local
358 ft_size += (1 << group[i].log_sz); in mlx5_create_flow_table()
362 bm = kcalloc(BITS_TO_LONGS(ft_size), sizeof(uintptr_t), GFP_KERNEL); in mlx5_create_flow_table()
371 ft->size = ft_size; in mlx5_create_flow_table()
/linux-4.4.14/arch/powerpc/kernel/
Dprom.c175 unsigned long ft_size) in scan_features() argument
193 for (i = 0; i < ft_size; ++i, ++fp) { in scan_features()