Searched refs:eth_ft (Results 1 – 1 of 1) sorted by relevance
65 struct mlx5e_ethtool_table *eth_ft; member69 static void put_flow_table(struct mlx5e_ethtool_table *eth_ft) in put_flow_table() argument71 if (!--eth_ft->num_rules) { in put_flow_table()72 mlx5_destroy_flow_table(eth_ft->ft); in put_flow_table()73 eth_ft->ft = NULL; in put_flow_table()87 struct mlx5e_ethtool_table *eth_ft; in get_flow_table() local103 eth_ft = ðtool->l3_l4_ft[prio]; in get_flow_table()108 eth_ft = ðtool->l2_ft[prio]; in get_flow_table()115 eth_ft->num_rules++; in get_flow_table()116 if (eth_ft->ft) in get_flow_table()[all …]