Lines Matching refs:addl_hdrs

2542 	return (cfg->hash_flds != 0 && cfg->addl_hdrs != 0) ? true : false;  in is_hash_cfg_valid()
2549 cfg->addl_hdrs = 0; in hash_cfg_reset()
2948 u8 gtpu_ctx_idx = calc_gtpu_ctx_idx(cfg->addl_hdrs); in ice_add_rss_cfg_post()
2950 if (cfg->addl_hdrs & ICE_FLOW_SEG_HDR_IPV4) in ice_add_rss_cfg_post()
2953 else if (cfg->addl_hdrs & ICE_FLOW_SEG_HDR_IPV6) in ice_add_rss_cfg_post()
2985 ice_rem_rss_cfg_post(pf, cfg->addl_hdrs); in ice_rem_rss_cfg_wrap()
2997 ret = ice_add_rss_cfg_pre(pf, cfg->addl_hdrs); in ice_add_rss_cfg_wrap()
3039 cfg.addl_hdrs = ICE_FLOW_SEG_HDR_IPV4 | ICE_FLOW_SEG_HDR_IPV_OTHER; in ice_rss_hash_set()
3049 cfg.addl_hdrs = ICE_FLOW_SEG_HDR_IPV6 | ICE_FLOW_SEG_HDR_IPV_OTHER; in ice_rss_hash_set()
3059 cfg.addl_hdrs = ICE_FLOW_SEG_HDR_UDP | ICE_FLOW_SEG_HDR_IPV4 | in ice_rss_hash_set()
3070 cfg.addl_hdrs = ICE_FLOW_SEG_HDR_UDP | ICE_FLOW_SEG_HDR_IPV6 | in ice_rss_hash_set()
3081 cfg.addl_hdrs = ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_IPV4 | in ice_rss_hash_set()
3092 cfg.addl_hdrs = ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_IPV6 | in ice_rss_hash_set()
3103 cfg.addl_hdrs = ICE_FLOW_SEG_HDR_SCTP | ICE_FLOW_SEG_HDR_IPV4 | in ice_rss_hash_set()
3114 cfg.addl_hdrs = ICE_FLOW_SEG_HDR_SCTP | ICE_FLOW_SEG_HDR_IPV6 | in ice_rss_hash_set()
3124 cfg.addl_hdrs = ICE_FLOW_SEG_HDR_PPPOE | ICE_FLOW_SEG_HDR_IPV4 | in ice_rss_hash_set()
3134 cfg.addl_hdrs = ICE_FLOW_SEG_HDR_PPPOE | ICE_FLOW_SEG_HDR_IPV6 | in ice_rss_hash_set()
3144 cfg.addl_hdrs = ICE_FLOW_SEG_HDR_PPPOE | ICE_FLOW_SEG_HDR_UDP | in ice_rss_hash_set()
3154 cfg.addl_hdrs = ICE_FLOW_SEG_HDR_PPPOE | ICE_FLOW_SEG_HDR_UDP | in ice_rss_hash_set()
3164 cfg.addl_hdrs = ICE_FLOW_SEG_HDR_PPPOE | ICE_FLOW_SEG_HDR_TCP | in ice_rss_hash_set()
3174 cfg.addl_hdrs = ICE_FLOW_SEG_HDR_PPPOE | ICE_FLOW_SEG_HDR_TCP | in ice_rss_hash_set()