Lines Matching refs:fltr

278  * @fltr: virtual channel add cmd buffer
288 ice_vc_fdir_set_flow_fld(struct ice_vf *vf, struct virtchnl_fdir_add *fltr,
292 struct virtchnl_fdir_rule *rule = &fltr->rule_cfg;
739 * @fltr: virtual channel add cmd buffer
748 ice_vc_fdir_config_input_set(struct ice_vf *vf, struct virtchnl_fdir_add *fltr,
775 ret = ice_vc_fdir_set_flow_fld(vf, fltr, conf, seg);
913 * @fltr: virtual channel add cmd buffer
921 ice_vc_fdir_parse_pattern(struct ice_vf *vf, struct virtchnl_fdir_add *fltr,
924 struct virtchnl_proto_hdrs *proto = &fltr->rule_cfg.proto_hdrs;
1141 * @fltr: virtual channel add cmd buffer
1149 ice_vc_fdir_parse_action(struct ice_vf *vf, struct virtchnl_fdir_add *fltr,
1152 struct virtchnl_filter_action_set *as = &fltr->rule_cfg.action_set;
1217 * @fltr: virtual channel add cmd buffer
1223 ice_vc_validate_fdir_fltr(struct ice_vf *vf, struct virtchnl_fdir_add *fltr,
1226 struct virtchnl_proto_hdrs *proto = &fltr->rule_cfg.proto_hdrs;
1234 ret = ice_vc_fdir_parse_pattern(vf, fltr, conf);
1238 return ice_vc_fdir_parse_action(vf, fltr, conf);
2087 struct virtchnl_fdir_add *fltr = (struct virtchnl_fdir_add *)msg;
2116 ret = ice_vc_fdir_param_check(vf, fltr->vsi_id);
2146 ret = ice_vc_validate_fdir_fltr(vf, fltr, conf);
2154 if (fltr->validate_only) {
2172 ret = ice_vc_fdir_config_input_set(vf, fltr, conf, is_tun);
2313 struct virtchnl_fdir_del *fltr = (struct virtchnl_fdir_del *)msg;
2328 ret = ice_vc_fdir_param_check(vf, fltr->vsi_id);
2344 conf = ice_vc_fdir_lookup_entry(vf, fltr->flow_id);
2349 vf->vf_id, fltr->flow_id);