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