Searched refs:flow1 (Results 1 – 1 of 1) sorted by relevance
3414 struct rte_flow *flow0, *flow1; in enic_fm_add_rep2vf_flow() local3479 flow1 = enic_fm_flow_add_entry(fm, fm_tcam_entry, fm_action, in enic_fm_add_rep2vf_flow()3482 if (flow1 == NULL) { in enic_fm_add_rep2vf_flow()3487 LIST_INSERT_HEAD(&pf->flows, flow1, next); in enic_fm_add_rep2vf_flow()3488 flow1->internal = 1; in enic_fm_add_rep2vf_flow()3492 vf->rep2vf_flow[1] = flow1; in enic_fm_add_rep2vf_flow()3506 struct rte_flow *flow0, *flow1; in enic_fm_add_vf2rep_flow() local3575 if (flow1 == NULL) { in enic_fm_add_vf2rep_flow()3580 LIST_INSERT_HEAD(&pf->flows, flow1, next); in enic_fm_add_vf2rep_flow()3581 flow1->internal = 1; in enic_fm_add_vf2rep_flow()[all …]