nic_time          306 drivers/net/ethernet/sfc/ptp.c 	} nic_time;
nic_time          663 drivers/net/ethernet/sfc/ptp.c 		ptp->nic_time.minor_max = 1 << 27;
nic_time          664 drivers/net/ethernet/sfc/ptp.c 		ptp->nic_time.sync_event_minor_shift = 19;
nic_time          669 drivers/net/ethernet/sfc/ptp.c 		ptp->nic_time.minor_max = 1000000000;
nic_time          670 drivers/net/ethernet/sfc/ptp.c 		ptp->nic_time.sync_event_minor_shift = 22;
nic_time          675 drivers/net/ethernet/sfc/ptp.c 		ptp->nic_time.minor_max = 4000000000UL;
nic_time          676 drivers/net/ethernet/sfc/ptp.c 		ptp->nic_time.sync_event_minor_shift = 24;
nic_time          688 drivers/net/ethernet/sfc/ptp.c 	ptp->nic_time.sync_event_diff_min = ptp->nic_time.minor_max
nic_time          689 drivers/net/ethernet/sfc/ptp.c 		- (ptp->nic_time.minor_max / 10);
nic_time          690 drivers/net/ethernet/sfc/ptp.c 	ptp->nic_time.sync_event_diff_max = (ptp->nic_time.minor_max / 4)
nic_time          691 drivers/net/ethernet/sfc/ptp.c 		+ (ptp->nic_time.minor_max / 10);
nic_time         1982 drivers/net/ethernet/sfc/ptp.c 			<< ptp->nic_time.sync_event_minor_shift;
nic_time         2023 drivers/net/ethernet/sfc/ptp.c 		diff += ptp->nic_time.minor_max;
nic_time         2026 drivers/net/ethernet/sfc/ptp.c 	carry = (channel->sync_timestamp_minor >= ptp->nic_time.minor_max - diff) ?
nic_time         2029 drivers/net/ethernet/sfc/ptp.c 	if (diff <= ptp->nic_time.sync_event_diff_max) {
nic_time         2034 drivers/net/ethernet/sfc/ptp.c 	} else if (diff >= ptp->nic_time.sync_event_diff_min) {