Searched refs:VIRTCHNL_VF_CAP_PTP (Results 1 – 5 of 5) sorted by relevance
119 ALLOW_ITEM(VIRTCHNL_VF_CAP_PTP, ptp_allowlist_opcodes),
501 if (vf->driver_caps & VIRTCHNL_VF_CAP_PTP) in ice_vc_get_vf_res_msg()502 vfres->vf_cap_flags |= VIRTCHNL_VF_CAP_PTP; in ice_vc_get_vf_res_msg()2136 (vf->driver_caps & VIRTCHNL_VF_CAP_PTP) && in ice_vc_cfg_qs_msg()
444 ((a)->vf_res->vf_cap_flags & VIRTCHNL_VF_CAP_PTP)
152 VIRTCHNL_VF_CAP_PTP | in iavf_send_vf_config_msg()
276 #define VIRTCHNL_VF_CAP_PTP BIT(31) macro