Home
last modified time | relevance | path

Searched refs:rss_options (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-common.c163 pdata->rss_options = XLGMAC_SET_REG_BITS( in xlgmac_init()
164 pdata->rss_options, in xlgmac_init()
167 pdata->rss_options = XLGMAC_SET_REG_BITS( in xlgmac_init()
168 pdata->rss_options, in xlgmac_init()
171 pdata->rss_options = XLGMAC_SET_REG_BITS( in xlgmac_init()
172 pdata->rss_options, in xlgmac_init()
H A Ddwc-xlgmac.h625 u32 rss_options; member
H A Ddwc-xlgmac-hw.c2403 writel(pdata->rss_options, pdata->mac_regs + MAC_RSSCR); in xlgmac_enable_rss()
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c327 XGMAC_SET_BITS(pdata->rss_options, MAC_RSSCR, IP2TE, 1); in xgbe_config_netdev()
328 XGMAC_SET_BITS(pdata->rss_options, MAC_RSSCR, TCP4TE, 1); in xgbe_config_netdev()
329 XGMAC_SET_BITS(pdata->rss_options, MAC_RSSCR, UDP4TE, 1); in xgbe_config_netdev()
H A Dxgbe.h1200 u32 rss_options; member
H A Dxgbe-dev.c427 XGMAC_IOWRITE(pdata, MAC_RSSCR, pdata->rss_options); in xgbe_enable_rss()