Searched refs:fs_hws_rule (Results 1 – 2 of 2) sorted by relevance
1049 fte->fs_hws_rule.num_fs_actions = num_fs_actions; in mlx5_fs_fte_get_hws_actions()1050 fte->fs_hws_rule.hws_fs_actions = fs_actions; in mlx5_fs_fte_get_hws_actions()1096 fte->fs_hws_rule.bwc_rule = rule; in mlx5_cmd_hws_create_fte()1100 mlx5_fs_destroy_fs_actions(ns, &fte->fs_hws_rule.hws_fs_actions, in mlx5_cmd_hws_create_fte()1101 &fte->fs_hws_rule.num_fs_actions); in mlx5_cmd_hws_create_fte()1111 struct mlx5_fs_hws_rule *rule = &fte->fs_hws_rule; in mlx5_cmd_hws_delete_fte()1147 saved_hws_fs_actions = fte->fs_hws_rule.hws_fs_actions; in mlx5_cmd_hws_update_fte()1148 saved_num_fs_actions = fte->fs_hws_rule.num_fs_actions; in mlx5_cmd_hws_update_fte()1154 ret = mlx5hws_bwc_rule_action_update(fte->fs_hws_rule.bwc_rule, ractions); in mlx5_cmd_hws_update_fte()1164 mlx5_fs_destroy_fs_actions(ns, &fte->fs_hws_rule.hws_fs_actions, in mlx5_cmd_hws_update_fte()[all …]
247 struct mlx5_fs_hws_rule fs_hws_rule; member