Home
last modified time | relevance | path

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

/dpdk/drivers/net/i40e/
H A Di40e_hash.c489 rss_conf->config_pctypes |= BIT_ULL(custom_type->pctype); in i40e_hash_get_pctypes()
499 rss_conf->config_pctypes |= BIT_ULL(match->pctype); in i40e_hash_get_pctypes()
502 rss_conf->config_pctypes |= types; in i40e_hash_get_pctypes()
549 if (rss_conf->config_pctypes) in i40e_hash_get_pattern_pctypes()
862 pctypes = rss_conf->config_pctypes; in i40e_hash_config()
H A Di40e_ethdev.h1067 uint64_t config_pctypes; /**< All PCTYPES with the flow */ member