Searched refs:MAC_RSSCR (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/axgbe/ |
| H A D | axgbe_dev.c | 672 AXGMAC_IOWRITE(pdata, MAC_RSSCR, pdata->rss_options); in axgbe_enable_rss() 675 AXGMAC_IOWRITE_BITS(pdata, MAC_RSSCR, RSSE, 1); in axgbe_enable_rss() 690 AXGMAC_SET_BITS(pdata->rss_options, MAC_RSSCR, IP2TE, 1); in axgbe_rss_options() 692 AXGMAC_SET_BITS(pdata->rss_options, MAC_RSSCR, TCP4TE, 1); in axgbe_rss_options() 694 AXGMAC_SET_BITS(pdata->rss_options, MAC_RSSCR, UDP4TE, 1); in axgbe_rss_options() 716 AXGMAC_IOWRITE_BITS(pdata, MAC_RSSCR, RSSE, 0); in axgbe_config_rss()
|
| H A D | axgbe_regs.h | 111 MAC_RSSCR, /* MAC RSS Ctrl */
|
| H A D | axgbe_ethdev.c | 581 AXGMAC_SET_BITS(pdata->rss_options, MAC_RSSCR, IP2TE, 1); in axgbe_dev_rss_hash_update() 584 AXGMAC_SET_BITS(pdata->rss_options, MAC_RSSCR, TCP4TE, 1); in axgbe_dev_rss_hash_update() 587 AXGMAC_SET_BITS(pdata->rss_options, MAC_RSSCR, UDP4TE, 1); in axgbe_dev_rss_hash_update() 590 AXGMAC_IOWRITE(pdata, MAC_RSSCR, pdata->rss_options); in axgbe_dev_rss_hash_update()
|
| H A D | axgbe_common.h | 273 #define MAC_RSSCR 0x0c80 macro
|