rss_options       427 drivers/net/ethernet/amd/xgbe/xgbe-dev.c 	XGMAC_IOWRITE(pdata, MAC_RSSCR, pdata->rss_options);
rss_options       329 drivers/net/ethernet/amd/xgbe/xgbe-main.c 	XGMAC_SET_BITS(pdata->rss_options, MAC_RSSCR, IP2TE, 1);
rss_options       330 drivers/net/ethernet/amd/xgbe/xgbe-main.c 	XGMAC_SET_BITS(pdata->rss_options, MAC_RSSCR, TCP4TE, 1);
rss_options       331 drivers/net/ethernet/amd/xgbe/xgbe-main.c 	XGMAC_SET_BITS(pdata->rss_options, MAC_RSSCR, UDP4TE, 1);
rss_options      1173 drivers/net/ethernet/amd/xgbe/xgbe.h 	u32 rss_options;
rss_options       163 drivers/net/ethernet/synopsys/dwc-xlgmac-common.c 	pdata->rss_options = XLGMAC_SET_REG_BITS(
rss_options       164 drivers/net/ethernet/synopsys/dwc-xlgmac-common.c 				pdata->rss_options,
rss_options       167 drivers/net/ethernet/synopsys/dwc-xlgmac-common.c 	pdata->rss_options = XLGMAC_SET_REG_BITS(
rss_options       168 drivers/net/ethernet/synopsys/dwc-xlgmac-common.c 				pdata->rss_options,
rss_options       171 drivers/net/ethernet/synopsys/dwc-xlgmac-common.c 	pdata->rss_options = XLGMAC_SET_REG_BITS(
rss_options       172 drivers/net/ethernet/synopsys/dwc-xlgmac-common.c 				pdata->rss_options,
rss_options      2403 drivers/net/ethernet/synopsys/dwc-xlgmac-hw.c 	writel(pdata->rss_options, pdata->mac_regs + MAC_RSSCR);
rss_options       624 drivers/net/ethernet/synopsys/dwc-xlgmac.h 	u32 rss_options;