Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac1000_dma.c255 dma_cap->atime_stamp = (hw_cap & DMA_HW_FEAT_TSVER2SEL) >> 13; in dwmac1000_get_hw_feature()
H A Dcommon.h425 unsigned int atime_stamp; member
H A Ddwxgmac2_dma.c404 dma_cap->atime_stamp = (hw_cap & XGMAC_HWFEAT_TSSEL) >> 12; in dwxgmac2_get_hw_feature()
H A Ddwmac4_dma.c403 dma_cap->atime_stamp = (hw_cap & GMAC_HW_FEAT_TSSEL) >> 12; in dwmac4_get_hw_feature()
H A Dstmmac_ethtool.c1179 if ((priv->dma_cap.time_stamp || priv->dma_cap.atime_stamp)) { in stmmac_get_ts_info()
H A Dstmmac_main.c779 if (!(priv->dma_cap.time_stamp || priv->dma_cap.atime_stamp)) in stmmac_hwtstamp_get()
803 if (!(priv->dma_cap.time_stamp || priv->dma_cap.atime_stamp)) in stmmac_init_tstamp_counter()
858 if (xmac && priv->dma_cap.atime_stamp) in stmmac_init_ptp()
861 else if (priv->extend_desc && priv->dma_cap.atime_stamp) in stmmac_init_ptp()
6462 (priv->dma_cap.atime_stamp) ? "Y" : "N"); in stmmac_dma_cap_show()
/linux-6.15/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_common.h413 unsigned int atime_stamp; member
H A Dsxgbe_main.c883 features->atime_stamp = SXGBE_HW_FEAT_IEEE1500_2008(rval); in sxgbe_get_hw_features()