Searched refs:pctypes (Results 1 – 1 of 1) sorted by relevance
424 uint64_t pctypes = 0; in i40e_hash_get_x722_ext_pctypes() local428 pctypes = BIT_ULL(I40E_FILTER_PCTYPE_NONF_IPV4_TCP_SYN_NO_ACK); in i40e_hash_get_x722_ext_pctypes()432 pctypes = BIT_ULL(I40E_FILTER_PCTYPE_NONF_UNICAST_IPV4_UDP) | in i40e_hash_get_x722_ext_pctypes()441 pctypes = BIT_ULL(I40E_FILTER_PCTYPE_NONF_UNICAST_IPV6_UDP) | in i40e_hash_get_x722_ext_pctypes()446 return pctypes; in i40e_hash_get_x722_ext_pctypes()807 uint64_t pctypes; in i40e_hash_config() local862 pctypes = rss_conf->config_pctypes; in i40e_hash_config()863 if (!pctypes) in i40e_hash_config()875 uint32_t idx = rte_bsf64(pctypes); in i40e_hash_config()891 pctypes &= ~bit; in i40e_hash_config()[all …]