Searched refs:flow1 (Results 1 – 1 of 1) sorted by relevance
3022 struct rte_flow *flow0, *flow1; in enic_fm_add_rep2vf_flow() local3087 flow1 = enic_fm_flow_add_entry(fm, fm_tcam_entry, fm_action, in enic_fm_add_rep2vf_flow()3090 if (flow1 == NULL) { in enic_fm_add_rep2vf_flow()3095 LIST_INSERT_HEAD(&pf->flows, flow1, next); in enic_fm_add_rep2vf_flow()3096 flow1->internal = 1; in enic_fm_add_rep2vf_flow()3100 vf->rep2vf_flow[1] = flow1; in enic_fm_add_rep2vf_flow()3114 struct rte_flow *flow0, *flow1; in enic_fm_add_vf2rep_flow() local3183 if (flow1 == NULL) { in enic_fm_add_vf2rep_flow()3188 LIST_INSERT_HEAD(&pf->flows, flow1, next); in enic_fm_add_vf2rep_flow()3189 flow1->internal = 1; in enic_fm_add_vf2rep_flow()[all …]