Lines Matching refs:hash_flds
2557 u64 hash_flds; in ice_get_rss_hash_opt() local
2576 hash_flds = ice_get_rss_cfg(&pf->hw, vsi->idx, hdrs); in ice_get_rss_hash_opt()
2577 if (hash_flds == ICE_HASH_INVALID) { in ice_get_rss_hash_opt()
2583 if (hash_flds & ICE_FLOW_HASH_FLD_IPV4_SA || in ice_get_rss_hash_opt()
2584 hash_flds & ICE_FLOW_HASH_FLD_IPV6_SA) in ice_get_rss_hash_opt()
2587 if (hash_flds & ICE_FLOW_HASH_FLD_IPV4_DA || in ice_get_rss_hash_opt()
2588 hash_flds & ICE_FLOW_HASH_FLD_IPV6_DA) in ice_get_rss_hash_opt()
2591 if (hash_flds & ICE_FLOW_HASH_FLD_TCP_SRC_PORT || in ice_get_rss_hash_opt()
2592 hash_flds & ICE_FLOW_HASH_FLD_UDP_SRC_PORT || in ice_get_rss_hash_opt()
2593 hash_flds & ICE_FLOW_HASH_FLD_SCTP_SRC_PORT) in ice_get_rss_hash_opt()
2596 if (hash_flds & ICE_FLOW_HASH_FLD_TCP_DST_PORT || in ice_get_rss_hash_opt()
2597 hash_flds & ICE_FLOW_HASH_FLD_UDP_DST_PORT || in ice_get_rss_hash_opt()
2598 hash_flds & ICE_FLOW_HASH_FLD_SCTP_DST_PORT) in ice_get_rss_hash_opt()