Home
last modified time | relevance | path

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

/drivers/net/ethernet/amd/xgbe/
A Dxgbe-main.c218 XGMAC_SET_BITS(pdata->rss_options, MAC_RSSCR, IP2TE, 1); in xgbe_config_netdev()
219 XGMAC_SET_BITS(pdata->rss_options, MAC_RSSCR, TCP4TE, 1); in xgbe_config_netdev()
220 XGMAC_SET_BITS(pdata->rss_options, MAC_RSSCR, UDP4TE, 1); in xgbe_config_netdev()
A Dxgbe-dev.c332 XGMAC_IOWRITE(pdata, MAC_RSSCR, pdata->rss_options); in xgbe_enable_rss()
335 XGMAC_IOWRITE_BITS(pdata, MAC_RSSCR, RSSE, 1); in xgbe_enable_rss()
345 XGMAC_IOWRITE_BITS(pdata, MAC_RSSCR, RSSE, 0); in xgbe_disable_rss()
A Dxgbe-common.h213 #define MAC_RSSCR 0x0c80 macro
/drivers/net/ethernet/synopsys/
A Ddwc-xlgmac-reg.h45 #define MAC_RSSCR 0x0c80 macro
A Ddwc-xlgmac-hw.c2403 writel(pdata->rss_options, pdata->mac_regs + MAC_RSSCR); in xlgmac_enable_rss()
2406 regval = readl(pdata->mac_regs + MAC_RSSCR); in xlgmac_enable_rss()
2409 writel(regval, pdata->mac_regs + MAC_RSSCR); in xlgmac_enable_rss()
2421 regval = readl(pdata->mac_regs + MAC_RSSCR); in xlgmac_disable_rss()
2424 writel(regval, pdata->mac_regs + MAC_RSSCR); in xlgmac_disable_rss()

Completed in 27 milliseconds