Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.h274 u32 max_ftes; member
H A Dfs_core.c737 fg->max_ftes == ft->autogroup.group_size && in del_sw_flow_group()
752 index = ida_alloc_max(&fg->fte_allocator, fg->max_ftes - 1, GFP_KERNEL); in insert_fte()
825 fg->max_ftes = end_index - start_index + 1; in alloc_flow_group()
1599 candidate_index = fg->start_index + fg->max_ftes; in alloc_auto_flow_group()
1643 fg->max_ftes - 1); in create_auto_flow_group()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfs_tracepoint.h117 __entry->end_index = fg->start_index + fg->max_ftes;