Lines Matching refs:hdrs
2409 u32 hdrs = ICE_FLOW_SEG_HDR_NONE; in ice_parse_hdrs() local
2413 hdrs |= ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs()
2416 hdrs |= ICE_FLOW_SEG_HDR_UDP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs()
2419 hdrs |= ICE_FLOW_SEG_HDR_SCTP | ICE_FLOW_SEG_HDR_IPV4; in ice_parse_hdrs()
2422 hdrs |= ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_IPV6; in ice_parse_hdrs()
2425 hdrs |= ICE_FLOW_SEG_HDR_UDP | ICE_FLOW_SEG_HDR_IPV6; in ice_parse_hdrs()
2428 hdrs |= ICE_FLOW_SEG_HDR_SCTP | ICE_FLOW_SEG_HDR_IPV6; in ice_parse_hdrs()
2433 return hdrs; in ice_parse_hdrs()
2528 u32 hdrs; in ice_set_rss_hash_opt() local
2544 hdrs = ice_parse_hdrs(nfc); in ice_set_rss_hash_opt()
2545 if (hdrs == ICE_FLOW_SEG_HDR_NONE) { in ice_set_rss_hash_opt()
2551 status = ice_add_rss_cfg(&pf->hw, vsi->idx, hashed_flds, hdrs); in ice_set_rss_hash_opt()
2572 u32 hdrs; in ice_get_rss_hash_opt() local
2583 hdrs = ice_parse_hdrs(nfc); in ice_get_rss_hash_opt()
2584 if (hdrs == ICE_FLOW_SEG_HDR_NONE) { in ice_get_rss_hash_opt()
2590 hash_flds = ice_get_rss_cfg(&pf->hw, vsi->idx, hdrs); in ice_get_rss_hash_opt()