Lines Matching refs:adjust
953 int adjust = 0; in igb_ptp_tx_hwtstamp() local
963 adjust = IGB_I210_TX_LATENCY_10; in igb_ptp_tx_hwtstamp()
966 adjust = IGB_I210_TX_LATENCY_100; in igb_ptp_tx_hwtstamp()
969 adjust = IGB_I210_TX_LATENCY_1000; in igb_ptp_tx_hwtstamp()
975 ktime_add_ns(shhwtstamps.hwtstamp, adjust); in igb_ptp_tx_hwtstamp()
1009 int adjust = 0; in igb_ptp_rx_pktstamp() local
1029 adjust = IGB_I210_RX_LATENCY_10; in igb_ptp_rx_pktstamp()
1032 adjust = IGB_I210_RX_LATENCY_100; in igb_ptp_rx_pktstamp()
1035 adjust = IGB_I210_RX_LATENCY_1000; in igb_ptp_rx_pktstamp()
1040 *timestamp = ktime_sub_ns(ts.hwtstamp, adjust); in igb_ptp_rx_pktstamp()
1057 int adjust = 0; in igb_ptp_rx_rgtstamp() local
1085 adjust = IGB_I210_RX_LATENCY_10; in igb_ptp_rx_rgtstamp()
1088 adjust = IGB_I210_RX_LATENCY_100; in igb_ptp_rx_rgtstamp()
1091 adjust = IGB_I210_RX_LATENCY_1000; in igb_ptp_rx_rgtstamp()
1096 ktime_sub_ns(skb_hwtstamps(skb)->hwtstamp, adjust); in igb_ptp_rx_rgtstamp()