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() local101 eth_ft = ðtool->l3_l4_ft[prio]; in get_flow_table()107 eth_ft = ðtool->l3_l4_ft[prio]; in get_flow_table()112 eth_ft = ðtool->l2_ft[prio]; in get_flow_table()119 eth_ft->num_rules++; in get_flow_table()[all …]