Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs_ethtool.c62 int max_tuples; in get_flow_table() local
71 max_tuples = ETHTOOL_NUM_L3_L4_FTS; in get_flow_table()
72 prio = MLX5E_ETHTOOL_L3_L4_PRIO + (max_tuples - num_tuples); in get_flow_table()
77 max_tuples = ETHTOOL_NUM_L3_L4_FTS; in get_flow_table()
78 prio = MLX5E_ETHTOOL_L3_L4_PRIO + (max_tuples - num_tuples); in get_flow_table()
82 max_tuples = ETHTOOL_NUM_L2_FTS; in get_flow_table()
83 prio = max_tuples - num_tuples; in get_flow_table()
/Linux-v4.19/drivers/net/ethernet/cadence/
Dmacb_main.c3040 cmd->data = bp->max_tuples; in gem_get_all_flow_entries()
3081 if ((cmd->fs.location >= bp->max_tuples) in gem_set_rxnfc()
3458 bp->max_tuples = min((GEM_BFEXT(SCR2CMP, reg) / 3), in macb_init()
3460 if (bp->max_tuples > 0) { in macb_init()
3474 bp->max_tuples = 0; in macb_init()
Dmacb.h1211 unsigned int max_tuples; member