Home
last modified time | relevance | path

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

/f-stack/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
184 vf_conf = (const struct rte_flow_action_vf *)(actions[0]->conf); in rte_pmd_dpaa2_mux_flow_create()
185 if (vf_conf->id == 0 || vf_conf->id > dpdmux_dev->num_ifs) { in rte_pmd_dpaa2_mux_flow_create()
189 dpdmux_action.dest_if = vf_conf->id; in rte_pmd_dpaa2_mux_flow_create()
/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_vf.c227 struct rte_eth_conf vf_conf = *dev_conf; in hn_vf_configure() local
231 vf_conf.intr_conf.lsc = 0; in hn_vf_configure()
238 &vf_conf); in hn_vf_configure()
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_mae.c1971 const struct rte_flow_action_vf *vf_conf, in sfc_mae_rule_parse_action_pf_vf() argument
1979 if (vf_conf == NULL) in sfc_mae_rule_parse_action_pf_vf()
1981 else if (vf_conf->original != 0) in sfc_mae_rule_parse_action_pf_vf()
1984 vf = vf_conf->id; in sfc_mae_rule_parse_action_pf_vf()