VIRTCHNL_VF_CAP_PTP
((a)->vf_res->vf_cap_flags & VIRTCHNL_VF_CAP_PTP)
VIRTCHNL_VF_CAP_PTP |
ALLOW_ITEM(VIRTCHNL_VF_CAP_PTP, ptp_allowlist_opcodes),
(vf->driver_caps & VIRTCHNL_VF_CAP_PTP) &&
if (vf->driver_caps & VIRTCHNL_VF_CAP_PTP)
vfres->vf_cap_flags |= VIRTCHNL_VF_CAP_PTP;