Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/siena/
H A Dptp.c307 u32 minor_max; member
663 ptp->nic_time.minor_max = 1 << 27; in efx_ptp_get_attributes()
669 ptp->nic_time.minor_max = 1000000000; in efx_ptp_get_attributes()
675 ptp->nic_time.minor_max = 4000000000UL; 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()
691 + (ptp->nic_time.minor_max / 10); in efx_ptp_get_attributes()
2003 diff += ptp->nic_time.minor_max; in __efx_siena_rx_skb_attach_timestamp()
2006 carry = (channel->sync_timestamp_minor >= ptp->nic_time.minor_max - diff) ? in __efx_siena_rx_skb_attach_timestamp()
/linux/drivers/net/ethernet/sfc/
H A Dptp.c311 u32 minor_max; member
656 ptp->nic_time.minor_max = 1 << 27; in efx_ptp_get_attributes()
662 ptp->nic_time.minor_max = 4000000000UL; 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()
2050 diff += ptp->nic_time.minor_max; in __efx_rx_skb_attach_timestamp()
2053 carry = (channel->sync_timestamp_minor >= ptp->nic_time.minor_max - diff) ? in __efx_rx_skb_attach_timestamp()