Home
last modified time | relevance | path

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

/dpdk/drivers/net/iavf/
H A Diavf_vchnl.c506 VIRTCHNL_VF_CAP_PTP; in iavf_get_vf_resource()
1063 if (vf->vf_res->vf_cap_flags & VIRTCHNL_VF_CAP_PTP && in iavf_configure_queues()
H A Diavf_ethdev.c966 if (vf->vf_res->vf_cap_flags & VIRTCHNL_VF_CAP_PTP) { in iavf_dev_start()
1127 if (vf->vf_res->vf_cap_flags & VIRTCHNL_VF_CAP_PTP) in iavf_dev_info_get()
/dpdk/drivers/common/iavf/
H A Dvirtchnl.h420 #define VIRTCHNL_VF_CAP_PTP BIT(31) macro