Searched refs:eth_ft (Results 1 – 1 of 1) sorted by relevance
42 struct mlx5e_ethtool_table *eth_ft; member45 static void put_flow_table(struct mlx5e_ethtool_table *eth_ft) in put_flow_table() argument47 if (!--eth_ft->num_rules) { in put_flow_table()48 mlx5_destroy_flow_table(eth_ft->ft); in put_flow_table()49 eth_ft->ft = NULL; in put_flow_table()62 struct mlx5e_ethtool_table *eth_ft; in get_flow_table() local76 eth_ft = &priv->fs.ethtool.l3_l4_ft[prio]; in get_flow_table()82 eth_ft = &priv->fs.ethtool.l3_l4_ft[prio]; in get_flow_table()87 eth_ft = &priv->fs.ethtool.l2_ft[prio]; in get_flow_table()94 eth_ft->num_rules++; in get_flow_table()[all …]