Home
last modified time | relevance | path

Searched refs:max_tuples (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs_ethtool.c65 int max_tuples; in get_flow_table() local
74 max_tuples = ETHTOOL_NUM_L3_L4_FTS; in get_flow_table()
75 prio = MLX5E_ETHTOOL_L3_L4_PRIO + (max_tuples - num_tuples); in get_flow_table()
80 max_tuples = ETHTOOL_NUM_L3_L4_FTS; in get_flow_table()
81 prio = MLX5E_ETHTOOL_L3_L4_PRIO + (max_tuples - num_tuples); in get_flow_table()
85 max_tuples = ETHTOOL_NUM_L2_FTS; in get_flow_table()
86 prio = max_tuples - num_tuples; in get_flow_table()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/net/ethernet/cadence/
H A Dmacb.h1237 unsigned int max_tuples; member
H A Dmacb_main.c3337 cmd->data = bp->max_tuples; in gem_get_all_flow_entries()
3378 if ((cmd->fs.location >= bp->max_tuples) in gem_set_rxnfc()
3809 bp->max_tuples = min((GEM_BFEXT(SCR2CMP, reg) / 3), in macb_init()
3812 if (bp->max_tuples > 0) { in macb_init()
3825 bp->max_tuples = 0; in macb_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/cadence/
H A Dmacb_main.c3678 cmd->data = bp->max_tuples; in gem_get_all_flow_entries()
3719 if ((cmd->fs.location >= bp->max_tuples) in gem_set_rxnfc()
4163 bp->max_tuples = min((GEM_BFEXT(SCR2CMP, reg) / 3), in macb_init()
4166 if (bp->max_tuples > 0) { in macb_init()
4179 bp->max_tuples = 0; in macb_init()
H A Dmacb.h1322 unsigned int max_tuples; member

Completed in 24 milliseconds