Lines Matching refs:hash_flds
2608 u64 hash_flds; in ice_get_rss_hash_opt() local
2627 hash_flds = ice_get_rss_cfg(&pf->hw, vsi->idx, hdrs); in ice_get_rss_hash_opt()
2628 if (hash_flds == ICE_HASH_INVALID) { in ice_get_rss_hash_opt()
2634 if (hash_flds & ICE_FLOW_HASH_FLD_IPV4_SA || in ice_get_rss_hash_opt()
2635 hash_flds & ICE_FLOW_HASH_FLD_IPV6_SA) in ice_get_rss_hash_opt()
2638 if (hash_flds & ICE_FLOW_HASH_FLD_IPV4_DA || in ice_get_rss_hash_opt()
2639 hash_flds & ICE_FLOW_HASH_FLD_IPV6_DA) in ice_get_rss_hash_opt()
2642 if (hash_flds & ICE_FLOW_HASH_FLD_TCP_SRC_PORT || in ice_get_rss_hash_opt()
2643 hash_flds & ICE_FLOW_HASH_FLD_UDP_SRC_PORT || in ice_get_rss_hash_opt()
2644 hash_flds & ICE_FLOW_HASH_FLD_SCTP_SRC_PORT) in ice_get_rss_hash_opt()
2647 if (hash_flds & ICE_FLOW_HASH_FLD_TCP_DST_PORT || in ice_get_rss_hash_opt()
2648 hash_flds & ICE_FLOW_HASH_FLD_UDP_DST_PORT || in ice_get_rss_hash_opt()
2649 hash_flds & ICE_FLOW_HASH_FLD_SCTP_DST_PORT) in ice_get_rss_hash_opt()