Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ptp.c319 priv->plat->cdc_error_adj = 0; in stmmac_ptp_register()
321 priv->plat->cdc_error_adj = (2 * NSEC_PER_SEC) / priv->plat->clk_ptp_rate; in stmmac_ptp_register()
H A Dstmmac_main.c520 ns -= priv->plat->cdc_error_adj; in stmmac_get_tx_hwtstamp()
557 ns -= priv->plat->cdc_error_adj; in stmmac_get_rx_hwtstamp()
2543 ns -= priv->plat->cdc_error_adj; in stmmac_xsk_fill_timestamp()
7444 ns -= priv->plat->cdc_error_adj; in stmmac_xdp_rx_timestamp()
/linux-6.15/include/linux/
H A Dstmmac.h270 u32 cdc_error_adj; member