Searched refs:MAC_RSSCR (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-main.c | 446 XGMAC_SET_BITS(pdata->rss_options, MAC_RSSCR, IP2TE, 1); xgbe_probe() 447 XGMAC_SET_BITS(pdata->rss_options, MAC_RSSCR, TCP4TE, 1); xgbe_probe() 448 XGMAC_SET_BITS(pdata->rss_options, MAC_RSSCR, UDP4TE, 1); xgbe_probe()
|
H A D | xgbe-dev.c | 459 XGMAC_IOWRITE(pdata, MAC_RSSCR, pdata->rss_options); xgbe_enable_rss() 462 XGMAC_IOWRITE_BITS(pdata, MAC_RSSCR, RSSE, 1); xgbe_enable_rss() 472 XGMAC_IOWRITE_BITS(pdata, MAC_RSSCR, RSSE, 0); xgbe_disable_rss()
|
H A D | xgbe-common.h | 318 #define MAC_RSSCR 0x0c80 macro
|
Completed in 79 milliseconds