Home
last modified time | relevance | path

Searched refs:nic_time (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/sfc/siena/
Dptp.c311 } nic_time; member
663 ptp->nic_time.minor_max = 1 << 27; in efx_ptp_get_attributes()
664 ptp->nic_time.sync_event_minor_shift = 19; in efx_ptp_get_attributes()
669 ptp->nic_time.minor_max = 1000000000; in efx_ptp_get_attributes()
670 ptp->nic_time.sync_event_minor_shift = 22; in efx_ptp_get_attributes()
675 ptp->nic_time.minor_max = 4000000000UL; in efx_ptp_get_attributes()
676 ptp->nic_time.sync_event_minor_shift = 24; in efx_ptp_get_attributes()
688 ptp->nic_time.sync_event_diff_min = ptp->nic_time.minor_max in efx_ptp_get_attributes()
689 - (ptp->nic_time.minor_max / 10); in efx_ptp_get_attributes()
690 ptp->nic_time.sync_event_diff_max = (ptp->nic_time.minor_max / 4) in efx_ptp_get_attributes()
[all …]
/linux-6.12.1/drivers/net/ethernet/sfc/
Dptp.c315 } nic_time; member
656 ptp->nic_time.minor_max = 1 << 27; in efx_ptp_get_attributes()
657 ptp->nic_time.sync_event_minor_shift = 19; in efx_ptp_get_attributes()
662 ptp->nic_time.minor_max = 4000000000UL; in efx_ptp_get_attributes()
663 ptp->nic_time.sync_event_minor_shift = 24; in efx_ptp_get_attributes()
675 ptp->nic_time.sync_event_diff_min = ptp->nic_time.minor_max in efx_ptp_get_attributes()
676 - (ptp->nic_time.minor_max / 10); in efx_ptp_get_attributes()
677 ptp->nic_time.sync_event_diff_max = (ptp->nic_time.minor_max / 4) in efx_ptp_get_attributes()
678 + (ptp->nic_time.minor_max / 10); in efx_ptp_get_attributes()
2009 << ptp->nic_time.sync_event_minor_shift; in efx_time_sync_event()
[all …]