Lines Matching defs:ice_fdir_fltr
158 struct ice_fdir_fltr { struct
159 struct list_head fltr_node;
160 enum ice_fltr_ptype flow_type;
162 union {
165 } ip, mask;
167 struct ice_fdir_udp_gtp gtpu_data;
168 struct ice_fdir_udp_gtp gtpu_mask;
170 struct ice_fdir_l2tpv3 l2tpv3_data;
171 struct ice_fdir_l2tpv3 l2tpv3_mask;
173 struct ice_fdir_extra ext_data;
174 struct ice_fdir_extra ext_mask;
177 __be16 flex_word;
179 u8 q_region;
180 u16 flex_offset;
181 u16 flex_fltr;
184 u16 q_index;
185 u16 orig_q_index;
186 u16 dest_vsi;
210 ice_fdir_get_prgm_desc(struct ice_hw *hw, struct ice_fdir_fltr *input, argument