Searched refs:ENETC_SIMR_RSSE (Results 1 – 2 of 2) sorted by relevance
17 #define ENETC_SIMR_RSSE BIT(0) macro
1663 reg &= ~ENETC_SIMR_RSSE; in enetc_set_rss()1664 reg |= (en) ? ENETC_SIMR_RSSE : 0; in enetc_set_rss()