Lines Matching refs:rss_context
1189 /* Most drivers don't handle rss_context, check it's 0 as well */
1190 if (rxfh.rss_context && !ops->get_rxfh_context)
1214 if (rxfh.rss_context)
1217 rxfh.rss_context);
1265 /* Most drivers don't handle rss_context, check it's 0 as well */
1266 if (rxfh.rss_context && !ops->set_rxfh_context)
1306 if (rxfh.rss_context == 0) {
1325 if (rxfh.rss_context)
1327 &rxfh.rss_context, delete);
1333 if (copy_to_user(useraddr + offsetof(struct ethtool_rxfh, rss_context),
1334 &rxfh.rss_context, sizeof(rxfh.rss_context)))
1337 if (!rxfh.rss_context) {