Searched refs:eth_ft (Results 1 – 1 of 1) sorted by relevance
40 struct mlx5e_ethtool_table *eth_ft; member43 static void put_flow_table(struct mlx5e_ethtool_table *eth_ft) in put_flow_table() argument45 if (!--eth_ft->num_rules) { in put_flow_table()46 mlx5_destroy_flow_table(eth_ft->ft); in put_flow_table()47 eth_ft->ft = NULL; in put_flow_table()59 struct mlx5e_ethtool_table *eth_ft; in get_flow_table() local73 eth_ft = &priv->fs.ethtool.l3_l4_ft[prio]; in get_flow_table()79 eth_ft = &priv->fs.ethtool.l3_l4_ft[prio]; in get_flow_table()84 eth_ft = &priv->fs.ethtool.l2_ft[prio]; in get_flow_table()91 eth_ft->num_rules++; in get_flow_table()[all …]