Searched refs:ethtool_rxfh_context (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/net/ethernet/sfc/ |
H A D | ethtool_common.h | 53 struct ethtool_rxfh_context *ctx, 57 struct ethtool_rxfh_context *ctx, 61 struct ethtool_rxfh_context *ctx,
|
H A D | mcdi_filters.c | 2196 struct ethtool_rxfh_context *ctx; in efx_mcdi_rx_restore_rss_contexts()
|
/linux/net/ethtool/ |
H A D | common.c | 551 static u32 ethtool_get_rss_ctx_max_channel(struct ethtool_rxfh_context *ctx) in ethtool_get_rss_ctx_max_channel() 604 struct ethtool_rxfh_context *ctx; in ethtool_get_max_rxnfc_channel() 626 struct ethtool_rxfh_context *ctx; in ethtool_get_max_rss_ctx_channel() 1008 struct ethtool_rxfh_context *ctx; in ethtool_rxfh_context_lost()
|
H A D | rss.c | 106 struct ethtool_rxfh_context *ctx; in rss_prepare_ctx()
|
H A D | ioctl.c | 1215 struct ethtool_rxfh_context *ctx; in ethtool_get_rxfh() 1314 static struct ethtool_rxfh_context * 1319 struct ethtool_rxfh_context *ctx; in ethtool_rxfh_ctx_alloc() 1331 size = struct_size_t(struct ethtool_rxfh_context, data, flex_len); in ethtool_rxfh_ctx_alloc() 1356 struct ethtool_rxfh_context *ctx = NULL; in ethtool_set_rxfh()
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ethtool.c | 1231 struct ethtool_rxfh_context *ctx; in bnxt_get_rss_ctx_from_index() 1839 struct ethtool_rxfh_context *ctx; in bnxt_get_rxfh() 1861 static void bnxt_modify_rss(struct bnxt *bp, struct ethtool_rxfh_context *ctx, in bnxt_modify_rss() 1911 struct ethtool_rxfh_context *ctx, in bnxt_create_rxfh_context() 1981 struct ethtool_rxfh_context *ctx, in bnxt_modify_rxfh_context() 2001 struct ethtool_rxfh_context *ctx, in bnxt_remove_rxfh_context()
|
H A D | bnxt.h | 1300 struct ethtool_rxfh_context *rss_ctx; 2888 struct ethtool_rxfh_context *rss_ctx);
|
H A D | bnxt.c | 6140 struct ethtool_rxfh_context *ctx; in bnxt_cfg_rfs_ring_tbl_idx() 6408 struct ethtool_rxfh_context *rss_ctx) in bnxt_set_dflt_rss_indir_tbl() 10681 struct ethtool_rxfh_context *ctx; in bnxt_hwrm_realloc_rss_ctx_vnic() 10701 struct ethtool_rxfh_context *ctx; in bnxt_clear_rss_ctxs()
|
/linux/net/core/ |
H A D | dev.c | 11772 struct ethtool_rxfh_context *ctx; in netdev_rss_contexts_free()
|