Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac1000_dma.c253 dma_cap->atime_stamp = (hw_cap & DMA_HW_FEAT_TSVER2SEL) >> 13; in dwmac1000_get_hw_feature()
H A Dcommon.h421 unsigned int atime_stamp; member
H A Ddwmac4_dma.c395 dma_cap->atime_stamp = (hw_cap & GMAC_HW_FEAT_TSSEL) >> 12; in dwmac4_get_hw_feature()
H A Ddwxgmac2_dma.c404 dma_cap->atime_stamp = (hw_cap & XGMAC_HWFEAT_TSSEL) >> 12; in dwxgmac2_get_hw_feature()
H A Dstmmac_ethtool.c1197 if ((priv->dma_cap.time_stamp || priv->dma_cap.atime_stamp)) { in stmmac_get_ts_info()
H A Dstmmac_main.c818 if (!(priv->dma_cap.time_stamp || priv->dma_cap.atime_stamp)) in stmmac_hwtstamp_get()
842 if (!(priv->dma_cap.time_stamp || priv->dma_cap.atime_stamp)) in stmmac_init_tstamp_counter()
897 if (xmac && priv->dma_cap.atime_stamp) in stmmac_init_ptp()
900 else if (priv->extend_desc && priv->dma_cap.atime_stamp) in stmmac_init_ptp()
6278 (priv->dma_cap.atime_stamp) ? "Y" : "N"); in stmmac_dma_cap_show()
/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_common.h413 unsigned int atime_stamp; member
H A Dsxgbe_main.c884 features->atime_stamp = SXGBE_HW_FEAT_IEEE1500_2008(rval); in sxgbe_get_hw_features()