Searched defs:iavf_ptp (Results 1 – 1 of 1) sorted by relevance
20 struct iavf_ptp { struct21 wait_queue_head_t phc_time_waitqueue;22 struct virtchnl_ptp_caps hw_caps;23 struct ptp_clock_info info;24 struct ptp_clock *clock;25 struct list_head aq_cmds;26 u64 cached_phc_time;27 unsigned long cached_phc_updated;29 struct mutex aq_cmd_lock;30 struct kernel_hwtstamp_config hwtstamp_config;[all …]