Home
last modified time | relevance | path

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

/dpdk/drivers/common/iavf/
H A Dvirtchnl.h2038 struct virtchnl_ptp_caps { struct
2050 VIRTCHNL_CHECK_STRUCT_LEN(48, virtchnl_ptp_caps); argument
2377 valid_len = sizeof(struct virtchnl_ptp_caps); in virtchnl_vc_validate_vf_msg()
/dpdk/drivers/net/iavf/
H A Diavf_vchnl.c1873 struct virtchnl_ptp_caps ptp_caps; in iavf_get_ptp_cap()
1893 vf->ptp_caps = ((struct virtchnl_ptp_caps *)args.out_buffer)->caps; in iavf_get_ptp_cap()