Searched refs:flow0 (Results 1 – 1 of 1) sorted by relevance
3022 struct rte_flow *flow0, *flow1; in enic_fm_add_rep2vf_flow() local3058 if (flow0 == NULL) { in enic_fm_add_rep2vf_flow()3062 LIST_INSERT_HEAD(&pf->flows, flow0, next); in enic_fm_add_rep2vf_flow()3064 flow0->internal = 1; in enic_fm_add_rep2vf_flow()3092 enic_fm_flow_destroy(pf->rte_dev, flow0, &error); in enic_fm_add_rep2vf_flow()3099 vf->rep2vf_flow[0] = flow0; in enic_fm_add_rep2vf_flow()3114 struct rte_flow *flow0, *flow1; in enic_fm_add_vf2rep_flow() local3151 if (flow0 == NULL) { in enic_fm_add_vf2rep_flow()3155 LIST_INSERT_HEAD(&pf->flows, flow0, next); in enic_fm_add_vf2rep_flow()3157 flow0->internal = 1; in enic_fm_add_vf2rep_flow()[all …]