Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/enic/
H A Denic_fm_flow.c1280 vnic_h = enic->fm_vnic_handle; in enic_fm_copy_action()
1442 vnic_h = enic->fm_vnic_handle; /* This port */ in enic_fm_copy_action()
1463 vnic_h = pmd_priv(dev)->fm_vnic_handle; in enic_fm_copy_action()
1570 fmt->ftm_data.fk_wq_vnic = enic->fm_vnic_handle; in enic_fm_copy_action()
2843 rc = enic_fm_find_vnic(enic, addr, &enic->fm_vnic_handle); in enic_fm_init()
3078 fm_op.rq_steer.vnic_handle = vf->enic.fm_vnic_handle; in enic_fm_add_rep2vf_flow()
3132 fm_tcam_entry->ftm_data.fk_wq_vnic = vf->enic.fm_vnic_handle; in enic_fm_add_vf2rep_flow()
3171 fm_op.rq_steer.vnic_handle = pf->fm_vnic_handle; in enic_fm_add_vf2rep_flow()
H A Denic.h213 uint64_t fm_vnic_handle; member