Lines Matching defs:ice_sw_recipe
215 struct ice_sw_recipe { struct
219 u8 root_rid;
220 u8 recp_created;
223 u8 n_ext_words;
227 struct ice_fv_word ext_words[ICE_MAX_CHAIN_WORDS];
228 u16 word_masks[ICE_MAX_CHAIN_WORDS];
229 u8 fv_idx[ICE_MAX_CHAIN_WORDS];
230 u16 fv_mask[ICE_MAX_CHAIN_WORDS];
235 enum ice_sw_tunnel_type tun_type;
238 u8 adv_rule;
239 struct list_head filt_rules;
240 struct list_head filt_replay_rules;
242 struct mutex filt_rule_lock; /* protect filter rule structure */
245 struct list_head fv_list;
248 u8 num_profs, *prof_ids;
258 u8 priority;
260 u8 need_pass_l2:1;
261 u8 allow_pass_l2:1;
264 struct ice_prot_lkup_ext lkup_exts;