Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_allowlist.c119 ALLOW_ITEM(VIRTCHNL_VF_CAP_PTP, ptp_allowlist_opcodes),
H A Dice_virtchnl.c501 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()
/linux-6.15/drivers/net/ethernet/intel/iavf/
H A Diavf.h444 ((a)->vf_res->vf_cap_flags & VIRTCHNL_VF_CAP_PTP)
H A Diavf_virtchnl.c152 VIRTCHNL_VF_CAP_PTP | in iavf_send_vf_config_msg()
/linux-6.15/include/linux/avf/
H A Dvirtchnl.h276 #define VIRTCHNL_VF_CAP_PTP BIT(31) macro