Searched refs:create_rxfh_context (Results 1 – 9 of 9) sorted by relevance
66 .create_rxfh_context = efx_ethtool_create_rxfh_context,
270 .create_rxfh_context = efx_ethtool_create_rxfh_context,
157 if (!ops->cap_rss_ctx_supported && !ops->create_rxfh_context) in rss_prepare_data()
1247 ops->create_rxfh_context)) in ethtool_get_rxfh()1388 ops->create_rxfh_context)) in ethtool_set_rxfh()1496 if (ops->create_rxfh_context) { in ethtool_set_rxfh()1522 if (rxfh.rss_context && ops->create_rxfh_context) { in ethtool_set_rxfh()1524 ret = ops->create_rxfh_context(dev, ctx, &rxfh_dev, in ethtool_set_rxfh()1545 if (ops->create_rxfh_context) in ethtool_set_rxfh()1564 if (create && !ops->create_rxfh_context) { in ethtool_set_rxfh()
1077 int (*create_rxfh_context)(struct net_device *, member
1472 .create_rxfh_context = fbnic_create_rxfh_context,
5524 .create_rxfh_context = bnxt_create_rxfh_context,
5828 .create_rxfh_context = mvpp2_create_rxfh_context,
11845 if (dev->ethtool_ops->create_rxfh_context) in netdev_rss_contexts_free()