Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/
H A Dice_fdir_filter.c1877 uint8_t *tmp_spec, *tmp_mask; in ice_fdir_parse_pattern() local
1888 tmp_spec = rte_zmalloc(NULL, pkt_len / 2, 0); in ice_fdir_parse_pattern()
1889 if (!tmp_spec) in ice_fdir_parse_pattern()
1894 rte_free(tmp_spec); in ice_fdir_parse_pattern()
1910 tmp_spec[j] = tmp_val + tmp - 'a' + 10; in ice_fdir_parse_pattern()
1912 tmp_spec[j] = tmp_val + tmp - 'A' + 10; in ice_fdir_parse_pattern()
1914 tmp_spec[j] = tmp_val + tmp - '0'; in ice_fdir_parse_pattern()
1936 if (ice_parser_run(ad->psr, tmp_spec, pkt_len, &rslt)) in ice_fdir_parse_pattern()
1947 if (ice_parser_profile_init(&rslt, tmp_spec, tmp_mask, in ice_fdir_parse_pattern()
1954 rte_memcpy(pkt_buf, tmp_spec, pkt_len); in ice_fdir_parse_pattern()
[all …]