Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/stmicro/stmmac/
Dcommon.h487 unsigned int fpesel; member
Ddwmac4_dma.c459 dma_cap->fpesel = (hw_cap & GMAC_HW_FEAT_FPESEL) >> 26; in dwmac4_get_hw_feature()
Ddwxgmac2_dma.c479 dma_cap->fpesel = (hw_cap & XGMAC_HWFEAT_FPESEL) >> 26; in dwxgmac2_get_hw_feature()
Dstmmac_main.c986 if (priv->dma_cap.fpesel) in stmmac_mac_link_down()
1100 if (priv->dma_cap.fpesel) in stmmac_mac_link_up()
3455 if (priv->dma_cap.fpesel) { in stmmac_hw_setup()
3988 if (priv->dma_cap.fpesel) in stmmac_release()
5881 if (priv->dma_cap.fpesel) { in stmmac_common_interrupt()
6354 priv->dma_cap.fpesel ? "Y" : "N"); in stmmac_dma_cap_show()
7748 if (priv->dma_cap.fpesel) { in stmmac_suspend()
Dstmmac_tc.c1044 if (fpe && !priv->dma_cap.fpesel) { in tc_setup_taprio()