Searched refs:fs_hws_rule (Results 1 – 2 of 2) sorted by relevance
1056 fte->fs_hws_rule.num_fs_actions = num_fs_actions; in mlx5_fs_fte_get_hws_actions()1057 fte->fs_hws_rule.hws_fs_actions = fs_actions; in mlx5_fs_fte_get_hws_actions()1108 fte->fs_hws_rule.bwc_rule = rule; in mlx5_cmd_hws_create_fte()1112 mlx5_fs_destroy_fs_actions(ns, &fte->fs_hws_rule.hws_fs_actions, in mlx5_cmd_hws_create_fte()1113 &fte->fs_hws_rule.num_fs_actions); in mlx5_cmd_hws_create_fte()1123 struct mlx5_fs_hws_rule *rule = &fte->fs_hws_rule; in mlx5_cmd_hws_delete_fte()1159 saved_hws_fs_actions = fte->fs_hws_rule.hws_fs_actions; in mlx5_cmd_hws_update_fte()1160 saved_num_fs_actions = fte->fs_hws_rule.num_fs_actions; in mlx5_cmd_hws_update_fte()1177 &fte->fs_hws_rule.num_fs_actions); in mlx5_cmd_hws_update_fte()1178 fte->fs_hws_rule.hws_fs_actions = saved_hws_fs_actions; in mlx5_cmd_hws_update_fte()[all …]
265 struct mlx5_fs_hws_rule fs_hws_rule; member