Searched refs:rss_options (Results 1 – 3 of 3) 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() 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()
|
| H A D | axgbe_ethdev.h | 603 uint32_t rss_options; member
|
| 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()
|