Searched refs:create_rxfh_context (Results 1 – 8 of 8) sorted by relevance
65 .create_rxfh_context = efx_ethtool_create_rxfh_context,
269 .create_rxfh_context = efx_ethtool_create_rxfh_context,
153 if (!ops->cap_rss_ctx_supported && !ops->create_rxfh_context) in rss_prepare_data()
1234 ops->create_rxfh_context)) in ethtool_get_rxfh()1375 ops->create_rxfh_context)) in ethtool_set_rxfh()1476 if (ops->create_rxfh_context) { in ethtool_set_rxfh()1502 if (rxfh.rss_context && ops->create_rxfh_context) { in ethtool_set_rxfh()1504 ret = ops->create_rxfh_context(dev, ctx, &rxfh_dev, in ethtool_set_rxfh()1524 if (ops->create_rxfh_context) in ethtool_set_rxfh()1543 if (create && !ops->create_rxfh_context) { in ethtool_set_rxfh()
1025 int (*create_rxfh_context)(struct net_device *, member
5334 .create_rxfh_context = bnxt_create_rxfh_context,
5815 .create_rxfh_context = mvpp2_create_rxfh_context,
11309 if (dev->ethtool_ops->create_rxfh_context) in netdev_rss_contexts_free()
Completed in 67 milliseconds