Home
last modified time | relevance | path

Searched refs:estdep (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dcommon.h485 unsigned int estdep; member
H A Ddwmac4_dma.c461 dma_cap->estdep = (hw_cap & GMAC_HW_FEAT_ESTDEP) >> 17; in dwmac4_get_hw_feature()
H A Ddwxgmac2_dma.c482 dma_cap->estdep = (hw_cap & XGMAC_HWFEAT_ESTDEP) >> 20; in dwxgmac2_get_hw_feature()
H A Dstmmac_tc.c922 u32 size, wid = priv->dma_cap.estwid, dep = priv->dma_cap.estdep; in tc_setup_taprio()
H A Dstmmac_main.c6372 priv->dma_cap.estdep ? (BIT(priv->dma_cap.estdep) << 5) : 0); in stmmac_dma_cap_show()