Searched defs:mlx5_flow_dv_modify_hdr_resource (Results 1 – 1 of 1) sorted by relevance
524 struct mlx5_flow_dv_modify_hdr_resource { struct525 struct mlx5_list_entry entry;526 void *action; /**< Modify header action object. */527 uint32_t idx;529 uint8_t ft_type; /**< Flow table type, Rx or Tx. */530 uint8_t actions_num; /**< Number of modification actions. */531 bool root; /**< Whether action is in root table. */532 struct mlx5_modification_cmd actions[];