Searched refs:tmp_spec (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c2449 struct mlx5_flow_spec *tmp_spec; local
2451 tmp_spec = kvzalloc(sizeof(*tmp_spec), GFP_KERNEL);
2452 if (!tmp_spec) {
2457 memcpy(tmp_spec, spec, sizeof(*tmp_spec));
2459 err = mlx5e_tc_tun_parse(filter_dev, priv, tmp_spec, f, match_level);
2461 kvfree(tmp_spec);
2466 err = mlx5e_tc_set_attr_rx_tun(flow, tmp_spec);
2467 kvfree(tmp_spec);
[all...]
/linux-master/tools/perf/
H A Dbuiltin-record.c3864 char **maps_spec = NULL, **affinity_spec = NULL, **tmp_spec; local
3876 tmp_spec = realloc(maps_spec, (nr_spec + 1) * sizeof(char *));
3877 if (!tmp_spec) {
3882 maps_spec = tmp_spec;
3896 tmp_spec = realloc(affinity_spec, (nr_spec + 1) * sizeof(char *));
3897 if (!tmp_spec) {
3902 affinity_spec = tmp_spec;
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c1617 struct mlx4_spec_list *spec, *tmp_spec; local
1680 list_for_each_entry_safe(spec, tmp_spec, &rule.list, list) {

Completed in 164 milliseconds