Lines Matching refs:hdrs
2446 u32 hdrs = ICE_FLOW_SEG_HDR_NONE; in ice_parse_hdrs() local
2450 hdrs |= ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs()
2453 hdrs |= ICE_FLOW_SEG_HDR_UDP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs()
2456 hdrs |= ICE_FLOW_SEG_HDR_SCTP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs()
2459 hdrs |= ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_IPV6; in ice_parse_hdrs()
2462 hdrs |= ICE_FLOW_SEG_HDR_UDP | ICE_FLOW_SEG_HDR_IPV6; in ice_parse_hdrs()
2465 hdrs |= ICE_FLOW_SEG_HDR_SCTP | ICE_FLOW_SEG_HDR_IPV6; in ice_parse_hdrs()
2470 return hdrs; in ice_parse_hdrs()
2565 u32 hdrs; in ice_set_rss_hash_opt() local
2581 hdrs = ice_parse_hdrs(nfc); in ice_set_rss_hash_opt()
2582 if (hdrs == ICE_FLOW_SEG_HDR_NONE) { in ice_set_rss_hash_opt()
2588 status = ice_add_rss_cfg(&pf->hw, vsi->idx, hashed_flds, hdrs); in ice_set_rss_hash_opt()
2609 u32 hdrs; in ice_get_rss_hash_opt() local
2620 hdrs = ice_parse_hdrs(nfc); in ice_get_rss_hash_opt()
2621 if (hdrs == ICE_FLOW_SEG_HDR_NONE) { in ice_get_rss_hash_opt()
2627 hash_flds = ice_get_rss_cfg(&pf->hw, vsi->idx, hdrs); in ice_get_rss_hash_opt()