Searched refs:hash_flds (Results 1 – 2 of 2) sorted by relevance
2986 cfg.hash_flds = hashed_flds; in ice_set_rxfh_fields()3008 u64 hash_flds; in ice_get_rxfh_fields() local3028 hash_flds = ice_get_rss_cfg(&pf->hw, vsi->idx, hdrs, &symm); in ice_get_rxfh_fields()3029 if (hash_flds == ICE_HASH_INVALID) { in ice_get_rxfh_fields()3035 if (hash_flds & ICE_FLOW_HASH_FLD_IPV4_SA || in ice_get_rxfh_fields()3036 hash_flds & ICE_FLOW_HASH_FLD_IPV6_SA) in ice_get_rxfh_fields()3039 if (hash_flds & ICE_FLOW_HASH_FLD_IPV4_DA || in ice_get_rxfh_fields()3040 hash_flds & ICE_FLOW_HASH_FLD_IPV6_DA) in ice_get_rxfh_fields()3043 if (hash_flds & ICE_FLOW_HASH_FLD_TCP_SRC_PORT || in ice_get_rxfh_fields()3044 hash_flds & ICE_FLOW_HASH_FLD_UDP_SRC_PORT || in ice_get_rxfh_fields()[all …]
1691 cfg->addl_hdrs, cfg->hash_flds, in ice_vsi_set_rss_flow_fld()