Searched refs:eth_ft (Results 1 – 1 of 1) sorted by relevance
49 struct mlx5e_ethtool_table *eth_ft; member53 static void put_flow_table(struct mlx5e_ethtool_table *eth_ft) in put_flow_table() argument55 if (!--eth_ft->num_rules) { in put_flow_table()56 mlx5_destroy_flow_table(eth_ft->ft); in put_flow_table()57 eth_ft->ft = NULL; in put_flow_table()70 struct mlx5e_ethtool_table *eth_ft; in get_flow_table() local84 eth_ft = &priv->fs.ethtool.l3_l4_ft[prio]; in get_flow_table()90 eth_ft = &priv->fs.ethtool.l3_l4_ft[prio]; in get_flow_table()95 eth_ft = &priv->fs.ethtool.l2_ft[prio]; in get_flow_table()102 eth_ft->num_rules++; in get_flow_table()[all …]