Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/enic/
H A Denic_vf_representor.c292 struct rte_flow_attr *vf_attrs, in adjust_flow_attr() argument
304 *vf_attrs = *attrs; in adjust_flow_attr()
306 vf_attrs->ingress = 0; in adjust_flow_attr()
307 vf_attrs->egress = 1; in adjust_flow_attr()
322 struct rte_flow_attr vf_attrs; in enic_vf_flow_validate() local
325 ret = adjust_flow_attr(attrs, &vf_attrs, error); in enic_vf_flow_validate()
328 attrs = &vf_attrs; in enic_vf_flow_validate()
339 struct rte_flow_attr vf_attrs; in enic_vf_flow_create() local
341 if (adjust_flow_attr(attrs, &vf_attrs, error)) in enic_vf_flow_create()
343 attrs = &vf_attrs; in enic_vf_flow_create()