Lines Matching refs:flow_group_in
2069 void *flow_group_in; in steering_anchor_create_fg_drop() local
2075 flow_group_in = kvzalloc(inlen, GFP_KERNEL); in steering_anchor_create_fg_drop()
2076 if (!flow_group_in) in steering_anchor_create_fg_drop()
2079 MLX5_SET(create_flow_group_in, flow_group_in, start_flow_index, 1); in steering_anchor_create_fg_drop()
2080 MLX5_SET(create_flow_group_in, flow_group_in, end_flow_index, 1); in steering_anchor_create_fg_drop()
2082 fg = mlx5_create_flow_group(ft_prio->anchor.ft, flow_group_in); in steering_anchor_create_fg_drop()
2091 kvfree(flow_group_in); in steering_anchor_create_fg_drop()
2110 void *flow_group_in; in steering_anchor_create_fg_goto_table() local
2116 flow_group_in = kvzalloc(inlen, GFP_KERNEL); in steering_anchor_create_fg_goto_table()
2117 if (!flow_group_in) in steering_anchor_create_fg_goto_table()
2120 fg = mlx5_create_flow_group(ft_prio->anchor.ft, flow_group_in); in steering_anchor_create_fg_goto_table()
2128 kvfree(flow_group_in); in steering_anchor_create_fg_goto_table()