Searched refs:rule_cfg (Results 1 – 6 of 6) sorted by relevance
599 proto_hdrs = &vc_msg->rule_cfg.proto_hdrs; in iavf_fill_fdir_add_msg()665 vc_msg->rule_cfg.action_set.count = 1; in iavf_fill_fdir_add_msg()666 vc_msg->rule_cfg.action_set.actions[0].type = fltr->action; in iavf_fill_fdir_add_msg()667 vc_msg->rule_cfg.action_set.actions[0].act_conf.queue.index = fltr->q_index; in iavf_fill_fdir_add_msg()
129 return !fltr->vc_add_msg.rule_cfg.proto_hdrs.count; in iavf_is_raw_fdir()
4198 struct virtchnl_fdir_rule *rule_cfg; in iavf_add_cls_u32() local4218 rule_cfg = &fltr->vc_add_msg.rule_cfg; in iavf_add_cls_u32()4219 hdrs = &rule_cfg->proto_hdrs; in iavf_add_cls_u32()4259 rule_cfg->action_set.count = 1; in iavf_add_cls_u32()4260 vact = &rule_cfg->action_set.actions[0]; in iavf_add_cls_u32()
292 struct virtchnl_fdir_rule *rule = &fltr->rule_cfg; in ice_vc_fdir_set_flow_fld()924 struct virtchnl_proto_hdrs *proto = &fltr->rule_cfg.proto_hdrs; in ice_vc_fdir_parse_pattern()1152 struct virtchnl_filter_action_set *as = &fltr->rule_cfg.action_set; in ice_vc_fdir_parse_action()1226 struct virtchnl_proto_hdrs *proto = &fltr->rule_cfg.proto_hdrs; in ice_vc_validate_fdir_fltr()
235 hdrs = &info->rule_cfg.proto_hdrs; in idpf_add_flow_steer()239 acts = &info->rule_cfg.action_set; in idpf_add_flow_steer()
1784 struct virtchnl2_flow_rule rule_cfg; member