Searched refs:MLX5_SET_DFTI (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | flow_table.c | 232 #define MLX5_SET_DFTI(p, x, v) MLX5_SET(destroy_flow_table_in, p, x, v) in mlx5_destroy_flow_table_cmd() macro 233 MLX5_SET_DFTI(in, table_type, ft->type); in mlx5_destroy_flow_table_cmd() 234 MLX5_SET_DFTI(in, table_id, ft->id); in mlx5_destroy_flow_table_cmd() 235 MLX5_SET_DFTI(in, opcode, MLX5_CMD_OP_DESTROY_FLOW_TABLE); in mlx5_destroy_flow_table_cmd()
|