Searched refs:rss_options (Results 1 – 6 of 6) sorted by relevance
/drivers/net/ethernet/synopsys/ |
D | dwc-xlgmac-common.c | 163 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()
|
D | dwc-xlgmac.h | 624 u32 rss_options; member
|
D | dwc-xlgmac-hw.c | 2403 writel(pdata->rss_options, pdata->mac_regs + MAC_RSSCR); in xlgmac_enable_rss()
|
/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-main.c | 327 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()
|
D | xgbe.h | 1167 u32 rss_options; member
|
D | xgbe-dev.c | 427 XGMAC_IOWRITE(pdata, MAC_RSSCR, pdata->rss_options); in xgbe_enable_rss()
|