Searched refs:remove_rxfh_context (Results 1 – 6 of 6) sorted by relevance
| /linux/net/ethtool/ |
| H A D | rss.c | 1133 if (ops->remove_rxfh_context(dev, ctx, req.rss_context, NULL)) in ethnl_rss_create_doit() 1195 ret = ops->remove_rxfh_context(dev, ctx, rss_context, info->extack); in ethnl_rss_delete_doit()
|
| /linux/include/linux/ |
| H A D | ethtool.h | 1288 int (*remove_rxfh_context)(struct net_device *, member
|
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_ethtool.c | 2056 .remove_rxfh_context = fbnic_remove_rxfh_context,
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_ethtool.c | 2758 .remove_rxfh_context = mlx5e_remove_rxfh_context,
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_ethtool.c | 5781 .remove_rxfh_context = bnxt_remove_rxfh_context,
|
| /linux/net/core/ |
| H A D | dev.c | 12356 dev->ethtool_ops->remove_rxfh_context(dev, ctx, context, NULL); in netdev_rss_contexts_free()
|