Searched refs:fg_attr (Results 1 – 1 of 1) sorted by relevance
140 struct mlx5hws_cmd_fg_attr *fg_attr, in hws_cmd_flow_group_create() argument153 MLX5_SET(create_flow_group_in, in, table_type, fg_attr->table_type); in hws_cmd_flow_group_create()154 MLX5_SET(create_flow_group_in, in, table_id, fg_attr->table_id); in hws_cmd_flow_group_create()297 struct mlx5hws_cmd_fg_attr fg_attr = {0}; in mlx5hws_cmd_forward_tbl_create() local311 fg_attr.table_id = tbl->ft_id; in mlx5hws_cmd_forward_tbl_create()312 fg_attr.table_type = ft_attr->type; in mlx5hws_cmd_forward_tbl_create()314 ret = hws_cmd_flow_group_create(mdev, &fg_attr, &tbl->fg_id); in mlx5hws_cmd_forward_tbl_create()