minor_max 302 drivers/net/ethernet/sfc/ptp.c u32 minor_max; minor_max 663 drivers/net/ethernet/sfc/ptp.c ptp->nic_time.minor_max = 1 << 27; minor_max 669 drivers/net/ethernet/sfc/ptp.c ptp->nic_time.minor_max = 1000000000; minor_max 675 drivers/net/ethernet/sfc/ptp.c ptp->nic_time.minor_max = 4000000000UL; minor_max 688 drivers/net/ethernet/sfc/ptp.c ptp->nic_time.sync_event_diff_min = ptp->nic_time.minor_max minor_max 689 drivers/net/ethernet/sfc/ptp.c - (ptp->nic_time.minor_max / 10); minor_max 690 drivers/net/ethernet/sfc/ptp.c ptp->nic_time.sync_event_diff_max = (ptp->nic_time.minor_max / 4) minor_max 691 drivers/net/ethernet/sfc/ptp.c + (ptp->nic_time.minor_max / 10); minor_max 2023 drivers/net/ethernet/sfc/ptp.c diff += ptp->nic_time.minor_max; minor_max 2026 drivers/net/ethernet/sfc/ptp.c carry = (channel->sync_timestamp_minor >= ptp->nic_time.minor_max - diff) ?