Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx4/
H A Dmlx4_flow.c149 uint64_t conv = 0; in mlx4_conv_rss_types() local
160 conv |= out[i]; in mlx4_conv_rss_types()
162 if ((verbs_to_dpdk || (conv & priv->hw_rss_sup) == conv) && in mlx4_conv_rss_types()
164 return conv; in mlx4_conv_rss_types()
/dpdk/app/test-pmd/
H A Dcmdline_flow.c6458 static const uint8_t conv[] = "\x00\x80\xc0\xe0\xf0\xf8\xfc\xfe\xff"; in parse_prefix() local
6502 ((uint8_t *)buf)[size - bytes - 1] = conv[extra]; in parse_prefix()
6509 ((uint8_t *)buf)[bytes] = conv[extra]; in parse_prefix()