Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/axgbe/
H A Dxgbe.h1171 uint32_t rss_options; member
H A Dif_axgbe_pci.c1401 XGMAC_SET_BITS(pdata->rss_options, MAC_RSSCR, IP2TE, 1); in axgbe_if_attach_post()
1402 XGMAC_SET_BITS(pdata->rss_options, MAC_RSSCR, TCP4TE, 1); in axgbe_if_attach_post()
1403 XGMAC_SET_BITS(pdata->rss_options, MAC_RSSCR, UDP4TE, 1); in axgbe_if_attach_post()
H A Dxgbe-dev.c446 XGMAC_IOWRITE(pdata, MAC_RSSCR, pdata->rss_options); in xgbe_enable_rss()