Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs_ethtool.c90 int max_tuples; in get_flow_table() local
101 max_tuples = ETHTOOL_NUM_L3_L4_FTS; in get_flow_table()
102 prio = MLX5E_ETHTOOL_L3_L4_PRIO + (max_tuples - num_tuples); in get_flow_table()
106 max_tuples = ETHTOOL_NUM_L2_FTS; in get_flow_table()
107 prio = max_tuples - num_tuples; in get_flow_table()
/linux/drivers/net/ethernet/cadence/
H A Dmacb.h1332 unsigned int max_tuples; member