Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.h211 u32 max_ftes; member
Dfs_core.c537 index = ida_simple_get(&fg->fte_allocator, 0, fg->max_ftes, GFP_KERNEL); in insert_fte()
608 fg->max_ftes = end_index - start_index + 1; in alloc_flow_group()
1283 candidate_index = fg->start_index + fg->max_ftes; in alloc_auto_flow_group()
1327 fg->max_ftes - 1); in create_auto_flow_group()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.h82 __entry->end_index = fg->start_index + fg->max_ftes;