Searched refs:fs_dr_actions (Results 1 – 1 of 1) sorted by relevance
262 struct mlx5dr_action **fs_dr_actions; in mlx5_cmd_dr_create_fte() local286 sizeof(*fs_dr_actions), GFP_KERNEL); in mlx5_cmd_dr_create_fte()287 if (!fs_dr_actions) { in mlx5_cmd_dr_create_fte()329 fs_dr_actions[fs_dr_num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte()360 fs_dr_actions[fs_dr_num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte()371 fs_dr_actions[fs_dr_num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte()387 fs_dr_actions[fs_dr_num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte()614 fte->fs_dr_rule.dr_actions = fs_dr_actions; in mlx5_cmd_dr_create_fte()621 if (!IS_ERR_OR_NULL(fs_dr_actions[i])) in mlx5_cmd_dr_create_fte()622 mlx5dr_action_destroy(fs_dr_actions[i]); in mlx5_cmd_dr_create_fte()[all …]