Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/iavf/
H A Diavf_types.h22 struct virtchnl_ptp_caps hw_caps;
H A Diavf_virtchnl.c215 struct virtchnl_ptp_caps hw_caps = { in iavf_send_vf_ptp_caps_msg()
336 struct virtchnl_ptp_caps caps = {}; in iavf_get_vf_ptp_caps()
2707 adapter->ptp.hw_caps = *(struct virtchnl_ptp_caps *)msg; in iavf_virtchnl_completion()
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.h79 const struct virtchnl_ptp_caps *msg);
H A Dice_virtchnl.c4128 const struct virtchnl_ptp_caps *msg) in ice_vc_get_ptp_cap()
4146 sizeof(struct virtchnl_ptp_caps)); in ice_vc_get_ptp_cap()
/linux-6.15/include/linux/avf/
H A Dvirtchnl.h1517 struct virtchnl_ptp_caps { struct
1522 VIRTCHNL_CHECK_STRUCT_LEN(48, virtchnl_ptp_caps); argument
1876 valid_len = sizeof(struct virtchnl_ptp_caps); in virtchnl_vc_validate_vf_msg()