Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sfc/
Dptp.c302 u32 minor_max; member
631 ptp->nic_time.minor_max = 1 << 27; in efx_ptp_get_attributes()
637 ptp->nic_time.minor_max = 1000000000; in efx_ptp_get_attributes()
643 ptp->nic_time.minor_max = 4000000000UL; in efx_ptp_get_attributes()
656 ptp->nic_time.sync_event_diff_min = ptp->nic_time.minor_max in efx_ptp_get_attributes()
657 - (ptp->nic_time.minor_max / 10); in efx_ptp_get_attributes()
658 ptp->nic_time.sync_event_diff_max = (ptp->nic_time.minor_max / 4) in efx_ptp_get_attributes()
659 + (ptp->nic_time.minor_max / 10); in efx_ptp_get_attributes()
1991 diff += ptp->nic_time.minor_max; in __efx_rx_skb_attach_timestamp()
1994 carry = (channel->sync_timestamp_minor >= ptp->nic_time.minor_max - diff) ? in __efx_rx_skb_attach_timestamp()