Searched refs:hw_get_ptp_ts (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_ptp.c | 325 aq_nic->aq_hw_ops->hw_get_ptp_ts(aq_nic->aq_hw, &ns); in aq_ptp_gettime() 350 aq_nic->aq_hw_ops->hw_get_ptp_ts(aq_nic->aq_hw, &now); in aq_ptp_settime() 439 aq_nic->aq_hw_ops->hw_get_ptp_ts(aq_nic->aq_hw, &start); in aq_ptp_pps_pin_configure() 1175 if (!aq_nic->aq_hw_ops->hw_get_ptp_ts) { in aq_ptp_init()
|
H A D | aq_hw.h | 314 void (*hw_get_ptp_ts)(struct aq_hw_s *self, u64 *stamp); member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_ptp.c | 325 aq_nic->aq_hw_ops->hw_get_ptp_ts(aq_nic->aq_hw, &ns); in aq_ptp_gettime() 350 aq_nic->aq_hw_ops->hw_get_ptp_ts(aq_nic->aq_hw, &now); in aq_ptp_settime() 439 aq_nic->aq_hw_ops->hw_get_ptp_ts(aq_nic->aq_hw, &start); in aq_ptp_pps_pin_configure() 1167 if (!aq_nic->aq_hw_ops->hw_get_ptp_ts) { in aq_ptp_init()
|
H A D | aq_hw.h | 314 void (*hw_get_ptp_ts)(struct aq_hw_s *self, u64 *stamp); member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_b0.c | 1700 .hw_get_ptp_ts = hw_atl_b0_get_ptp_ts,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_b0.c | 1700 .hw_get_ptp_ts = hw_atl_b0_get_ptp_ts,
|
Completed in 10 milliseconds