Searched refs:vf_conf (Results 1 – 3 of 3) sorted by relevance
63 const struct rte_flow_action_vf *vf_conf; in rte_pmd_dpaa2_mux_flow_create() local212 vf_conf = (const struct rte_flow_action_vf *)(actions[0]->conf); in rte_pmd_dpaa2_mux_flow_create()213 if (vf_conf->id == 0 || vf_conf->id > dpdmux_dev->num_ifs) { in rte_pmd_dpaa2_mux_flow_create()217 dpdmux_action.dest_if = vf_conf->id; in rte_pmd_dpaa2_mux_flow_create()
405 struct rte_eth_conf vf_conf = *dev_conf; in hn_vf_configure() local409 vf_conf.intr_conf.lsc = 0; in hn_vf_configure()412 vf_conf.intr_conf.rmv = 1; in hn_vf_configure()429 &vf_conf); in hn_vf_configure()
3691 const struct rte_flow_action_vf *vf_conf, in sfc_mae_rule_parse_action_pf_vf() argument3699 if (vf_conf == NULL) in sfc_mae_rule_parse_action_pf_vf()3701 else if (vf_conf->original != 0) in sfc_mae_rule_parse_action_pf_vf()3704 vf = vf_conf->id; in sfc_mae_rule_parse_action_pf_vf()