Home
last modified time | relevance | path

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

/dpdk/drivers/net/i40e/
H A Di40e_hash.c480 struct i40e_customized_pctype *custom_type; in i40e_hash_get_pctypes() local
483 custom_type = i40e_find_customized_pctype(pf, match->pctype); in i40e_hash_get_pctypes()
484 if (!custom_type || !custom_type->valid) in i40e_hash_get_pctypes()
489 rss_conf->config_pctypes |= BIT_ULL(custom_type->pctype); in i40e_hash_get_pctypes()