Searched refs:hash_cfg (Results 1 – 3 of 3) sorted by relevance
1863 struct ppe_rss_hash_cfg hash_cfg; in ppe_rss_hash_init() local1866 hash_cfg.hash_seed = get_random_u32(); in ppe_rss_hash_init()1867 hash_cfg.hash_mask = 0xfff; in ppe_rss_hash_init()1872 hash_cfg.hash_fragment_mode = false; in ppe_rss_hash_init()1878 hash_cfg.hash_fin_inner[i] = fins[i] & 0x1f; in ppe_rss_hash_init()1879 hash_cfg.hash_fin_outer[i] = fins[i] >> 5; in ppe_rss_hash_init()1885 hash_cfg.hash_protocol_mix = 0x13; in ppe_rss_hash_init()1886 hash_cfg.hash_dport_mix = 0xb; in ppe_rss_hash_init()1887 hash_cfg.hash_sport_mix = 0x13; in ppe_rss_hash_init()1888 hash_cfg.hash_dip_mix[0] = 0xb; in ppe_rss_hash_init()[all …]
313 struct ppe_rss_hash_cfg hash_cfg);
523 struct ice_rss_hash_cfg *hash_cfg) in ice_vc_parse_rss_cfg() argument533 u32 *addl_hdrs = &hash_cfg->addl_hdrs; in ice_vc_parse_rss_cfg()534 u64 *hash_flds = &hash_cfg->hash_flds; in ice_vc_parse_rss_cfg()537 hash_cfg->hdr_type = ICE_RSS_OUTER_HEADERS; in ice_vc_parse_rss_cfg()540 hash_cfg->symm = true; in ice_vc_parse_rss_cfg()542 hash_cfg->symm = false; in ice_vc_parse_rss_cfg()608 hash_cfg->hdr_type = ICE_RSS_INNER_HEADERS_W_OUTER_IPV4; in ice_vc_parse_rss_cfg()610 hash_cfg->hdr_type = ICE_RSS_INNER_HEADERS_W_OUTER_IPV6; in ice_vc_parse_rss_cfg()612 hash_cfg->hdr_type = ICE_RSS_INNER_HEADERS; in ice_vc_parse_rss_cfg()615 hash_cfg->hdr_type = in ice_vc_parse_rss_cfg()[all …]