fs_dr_actions     219 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	struct mlx5dr_action **fs_dr_actions;
fs_dr_actions     239 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	fs_dr_actions = kcalloc(MLX5_FLOW_CONTEXT_ACTION_MAX,
fs_dr_actions     240 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 				sizeof(*fs_dr_actions), GFP_KERNEL);
fs_dr_actions     241 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	if (!fs_dr_actions) {
fs_dr_actions     259 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 		fs_dr_actions[fs_dr_num_actions++] = tmp_action;
fs_dr_actions     269 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 		fs_dr_actions[fs_dr_num_actions++] = tmp_action;
fs_dr_actions     284 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 		fs_dr_actions[fs_dr_num_actions++] = tmp_action;
fs_dr_actions     306 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 		fs_dr_actions[fs_dr_num_actions++] = tmp_action;
fs_dr_actions     317 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 		fs_dr_actions[fs_dr_num_actions++] = tmp_action;
fs_dr_actions     337 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 		fs_dr_actions[fs_dr_num_actions++] = tmp_action;
fs_dr_actions     348 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 		fs_dr_actions[fs_dr_num_actions++] = tmp_action;
fs_dr_actions     371 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 				fs_dr_actions[fs_dr_num_actions++] = tmp_action;
fs_dr_actions     380 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 				fs_dr_actions[fs_dr_num_actions++] = tmp_action;
fs_dr_actions     411 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 			fs_dr_actions[fs_dr_num_actions++] = tmp_action;
fs_dr_actions     434 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	fte->fs_dr_rule.dr_actions = fs_dr_actions;
fs_dr_actions     440 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 		if (!IS_ERR_OR_NULL(fs_dr_actions[i]))
fs_dr_actions     441 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 			mlx5dr_action_destroy(fs_dr_actions[i]);
fs_dr_actions     445 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	kfree(fs_dr_actions);