flow_group_in     323 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	u32 *flow_group_in;
flow_group_in     336 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	flow_group_in = kvzalloc(inlen, GFP_KERNEL);
flow_group_in     337 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	if (!flow_group_in)
flow_group_in     352 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	MLX5_SET(create_flow_group_in, flow_group_in, match_criteria_enable,
flow_group_in     354 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	match_criteria = MLX5_ADDR_OF(create_flow_group_in, flow_group_in, match_criteria);
flow_group_in     356 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	MLX5_SET(create_flow_group_in, flow_group_in, start_flow_index, 0);
flow_group_in     358 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	MLX5_SET(create_flow_group_in, flow_group_in, end_flow_index, table_size - 3);
flow_group_in     360 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	g = mlx5_create_flow_group(fdb, flow_group_in);
flow_group_in     369 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	MLX5_SET(create_flow_group_in, flow_group_in, match_criteria_enable,
flow_group_in     371 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	MLX5_SET(create_flow_group_in, flow_group_in, start_flow_index, table_size - 2);
flow_group_in     372 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	MLX5_SET(create_flow_group_in, flow_group_in, end_flow_index, table_size - 2);
flow_group_in     375 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	g = mlx5_create_flow_group(fdb, flow_group_in);
flow_group_in     387 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	MLX5_SET(create_flow_group_in, flow_group_in, match_criteria_enable,
flow_group_in     390 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	MLX5_SET(create_flow_group_in, flow_group_in, start_flow_index, table_size - 1);
flow_group_in     391 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	MLX5_SET(create_flow_group_in, flow_group_in, end_flow_index, table_size - 1);
flow_group_in     392 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	g = mlx5_create_flow_group(fdb, flow_group_in);
flow_group_in     404 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	kvfree(flow_group_in);
flow_group_in     966 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	u32 *flow_group_in;
flow_group_in     990 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	flow_group_in = kvzalloc(inlen, GFP_KERNEL);
flow_group_in     991 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	if (!flow_group_in)
flow_group_in    1002 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	MLX5_SET(create_flow_group_in, flow_group_in, match_criteria_enable, MLX5_MATCH_OUTER_HEADERS);
flow_group_in    1003 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	match_criteria = MLX5_ADDR_OF(create_flow_group_in, flow_group_in, match_criteria);
flow_group_in    1006 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	MLX5_SET(create_flow_group_in, flow_group_in, start_flow_index, 0);
flow_group_in    1007 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	MLX5_SET(create_flow_group_in, flow_group_in, end_flow_index, 0);
flow_group_in    1009 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	vlan_grp = mlx5_create_flow_group(acl, flow_group_in);
flow_group_in    1017 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	memset(flow_group_in, 0, inlen);
flow_group_in    1018 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	MLX5_SET(create_flow_group_in, flow_group_in, start_flow_index, 1);
flow_group_in    1019 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	MLX5_SET(create_flow_group_in, flow_group_in, end_flow_index, 1);
flow_group_in    1020 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	drop_grp = mlx5_create_flow_group(acl, flow_group_in);
flow_group_in    1032 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	kvfree(flow_group_in);
flow_group_in    1079 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	u32 *flow_group_in;
flow_group_in    1108 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	flow_group_in = kvzalloc(inlen, GFP_KERNEL);
flow_group_in    1109 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	if (!flow_group_in)
flow_group_in    1121 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	match_criteria = MLX5_ADDR_OF(create_flow_group_in, flow_group_in, match_criteria);
flow_group_in    1123 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	MLX5_SET(create_flow_group_in, flow_group_in, match_criteria_enable, MLX5_MATCH_OUTER_HEADERS);
flow_group_in    1127 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	MLX5_SET(create_flow_group_in, flow_group_in, start_flow_index, 0);
flow_group_in    1128 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	MLX5_SET(create_flow_group_in, flow_group_in, end_flow_index, 0);
flow_group_in    1130 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	g = mlx5_create_flow_group(acl, flow_group_in);
flow_group_in    1139 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	memset(flow_group_in, 0, inlen);
flow_group_in    1140 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	MLX5_SET(create_flow_group_in, flow_group_in, match_criteria_enable, MLX5_MATCH_OUTER_HEADERS);
flow_group_in    1142 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	MLX5_SET(create_flow_group_in, flow_group_in, start_flow_index, 1);
flow_group_in    1143 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	MLX5_SET(create_flow_group_in, flow_group_in, end_flow_index, 1);
flow_group_in    1145 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	g = mlx5_create_flow_group(acl, flow_group_in);
flow_group_in    1154 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	memset(flow_group_in, 0, inlen);
flow_group_in    1155 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	MLX5_SET(create_flow_group_in, flow_group_in, match_criteria_enable, MLX5_MATCH_OUTER_HEADERS);
flow_group_in    1158 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	MLX5_SET(create_flow_group_in, flow_group_in, start_flow_index, 2);
flow_group_in    1159 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	MLX5_SET(create_flow_group_in, flow_group_in, end_flow_index, 2);
flow_group_in    1161 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	g = mlx5_create_flow_group(acl, flow_group_in);
flow_group_in    1170 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	memset(flow_group_in, 0, inlen);
flow_group_in    1171 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	MLX5_SET(create_flow_group_in, flow_group_in, start_flow_index, 3);
flow_group_in    1172 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	MLX5_SET(create_flow_group_in, flow_group_in, end_flow_index, 3);
flow_group_in    1174 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	g = mlx5_create_flow_group(acl, flow_group_in);
flow_group_in    1198 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	kvfree(flow_group_in);
flow_group_in    1022 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 					   u32 *flow_group_in)
flow_group_in    1025 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 					    flow_group_in,
flow_group_in    1029 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 		MLX5_SET(create_flow_group_in, flow_group_in,
flow_group_in    1036 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 		MLX5_SET(create_flow_group_in, flow_group_in,
flow_group_in    1050 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	u32 *flow_group_in, max_flow_counter;
flow_group_in    1060 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	flow_group_in = kvzalloc(inlen, GFP_KERNEL);
flow_group_in    1061 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	if (!flow_group_in)
flow_group_in    1126 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	MLX5_SET(create_flow_group_in, flow_group_in, match_criteria_enable,
flow_group_in    1129 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	match_criteria = MLX5_ADDR_OF(create_flow_group_in, flow_group_in, match_criteria);
flow_group_in    1135 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	MLX5_SET(create_flow_group_in, flow_group_in, start_flow_index, 0);
flow_group_in    1136 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	MLX5_SET(create_flow_group_in, flow_group_in, end_flow_index, ix - 1);
flow_group_in    1138 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	g = mlx5_create_flow_group(fdb, flow_group_in);
flow_group_in    1147 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	memset(flow_group_in, 0, inlen);
flow_group_in    1149 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	esw_set_flow_group_source_port(esw, flow_group_in);
flow_group_in    1153 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 					      flow_group_in,
flow_group_in    1159 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 		MLX5_SET(create_flow_group_in, flow_group_in,
flow_group_in    1163 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	MLX5_SET(create_flow_group_in, flow_group_in, start_flow_index, ix);
flow_group_in    1164 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	MLX5_SET(create_flow_group_in, flow_group_in, end_flow_index,
flow_group_in    1168 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	g = mlx5_create_flow_group(fdb, flow_group_in);
flow_group_in    1177 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	memset(flow_group_in, 0, inlen);
flow_group_in    1178 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	MLX5_SET(create_flow_group_in, flow_group_in, match_criteria_enable,
flow_group_in    1180 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	match_criteria = MLX5_ADDR_OF(create_flow_group_in, flow_group_in,
flow_group_in    1186 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	MLX5_SET(create_flow_group_in, flow_group_in, start_flow_index, ix);
flow_group_in    1187 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	MLX5_SET(create_flow_group_in, flow_group_in, end_flow_index,
flow_group_in    1190 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	g = mlx5_create_flow_group(fdb, flow_group_in);
flow_group_in    1203 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	kvfree(flow_group_in);
flow_group_in    1219 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	kvfree(flow_group_in);
flow_group_in    1280 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	u32 *flow_group_in;
flow_group_in    1284 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	flow_group_in = kvzalloc(inlen, GFP_KERNEL);
flow_group_in    1285 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	if (!flow_group_in)
flow_group_in    1289 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	esw_set_flow_group_source_port(esw, flow_group_in);
flow_group_in    1291 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	MLX5_SET(create_flow_group_in, flow_group_in, start_flow_index, 0);
flow_group_in    1292 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	MLX5_SET(create_flow_group_in, flow_group_in, end_flow_index, nvports - 1);
flow_group_in    1294 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	g = mlx5_create_flow_group(esw->offloads.ft_offloads, flow_group_in);
flow_group_in    1304 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	kvfree(flow_group_in);
flow_group_in      34 drivers/net/ethernet/mellanox/mlx5/core/rdma.c 	u32 *flow_group_in;
flow_group_in      42 drivers/net/ethernet/mellanox/mlx5/core/rdma.c 	flow_group_in = kvzalloc(inlen, GFP_KERNEL);
flow_group_in      43 drivers/net/ethernet/mellanox/mlx5/core/rdma.c 	if (!flow_group_in)
flow_group_in      47 drivers/net/ethernet/mellanox/mlx5/core/rdma.c 		kvfree(flow_group_in);
flow_group_in      66 drivers/net/ethernet/mellanox/mlx5/core/rdma.c 	MLX5_SET(create_flow_group_in, flow_group_in, match_criteria_enable,
flow_group_in      68 drivers/net/ethernet/mellanox/mlx5/core/rdma.c 	match_criteria = MLX5_ADDR_OF(create_flow_group_in, flow_group_in,
flow_group_in      73 drivers/net/ethernet/mellanox/mlx5/core/rdma.c 	fg = mlx5_create_flow_group(ft, flow_group_in);
flow_group_in      99 drivers/net/ethernet/mellanox/mlx5/core/rdma.c 	kvfree(flow_group_in);
flow_group_in     112 drivers/net/ethernet/mellanox/mlx5/core/rdma.c 	kvfree(flow_group_in);