Searched refs:create_rxfh_context (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/net/ethernet/sfc/ |
| H A D | ef100_ethtool.c | 67 .create_rxfh_context = efx_ethtool_create_rxfh_context,
|
| H A D | ethtool.c | 274 .create_rxfh_context = efx_ethtool_create_rxfh_context,
|
| /linux/net/ethtool/ |
| H A D | rss.c | 270 if (request->rss_context && !ops->create_rxfh_context) in rss_prepare_data() 591 if (request->rss_context && !ops->create_rxfh_context) in ethnl_rss_set_validate() 948 if (!ops->create_rxfh_context) in ethnl_rss_create_validate() 1072 ret = ops->create_rxfh_context(dev, ctx, &rxfh, info->extack); in ethnl_rss_create_doit() 1161 if (!ops->create_rxfh_context) in ethnl_rss_delete_doit()
|
| H A D | ioctl.c | 1448 if (rxfh.rss_context && !ops->create_rxfh_context) in ethtool_get_rxfh() 1556 if (rxfh.rss_context && !ops->create_rxfh_context) in ethtool_set_rxfh() 1694 ret = ops->create_rxfh_context(dev, ctx, &rxfh_dev, extack); in ethtool_set_rxfh()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_ethtool.c | 1358 .create_rxfh_context = otx2_create_rxfh, 1477 .create_rxfh_context = otx2_create_rxfh,
|
| /linux/include/linux/ |
| H A D | ethtool.h | 1229 int (*create_rxfh_context)(struct net_device *, member
|
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_ethtool.c | 1911 .create_rxfh_context = fbnic_create_rxfh_context,
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_ethtool.c | 2761 .create_rxfh_context = mlx5e_create_rxfh_context,
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_ethtool.c | 5738 .create_rxfh_context = bnxt_create_rxfh_context,
|
| /linux/drivers/net/ethernet/marvell/mvpp2/ |
| H A D | mvpp2_main.c | 5840 .create_rxfh_context = mvpp2_create_rxfh_context,
|