Home
last modified time | relevance | path

Searched refs:vf_conf (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/dpaa2/
H A Ddpaa2_mux.c63 const struct rte_flow_action_vf *vf_conf; in rte_pmd_dpaa2_mux_flow_create() local
212 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()
/dpdk/drivers/net/netvsc/
H A Dhn_vf.c405 struct rte_eth_conf vf_conf = *dev_conf; in hn_vf_configure() local
409 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()
/dpdk/drivers/net/sfc/
H A Dsfc_mae.c3691 const struct rte_flow_action_vf *vf_conf, in sfc_mae_rule_parse_action_pf_vf() argument
3699 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()