Searched refs:ethtool_rxfh_context (Results 1 – 11 of 11) 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/include/linux/ |
H A D | ethtool.h | 174 struct ethtool_rxfh_context { struct 189 static inline void *ethtool_rxfh_context_priv(struct ethtool_rxfh_context *ctx) in ethtool_rxfh_context_priv() argument 194 static inline u32 *ethtool_rxfh_context_indir(struct ethtool_rxfh_context *ctx) in ethtool_rxfh_context_indir() 199 static inline u8 *ethtool_rxfh_context_key(struct ethtool_rxfh_context *ctx) in ethtool_rxfh_context_key() 1030 struct ethtool_rxfh_context *ctx, 1034 struct ethtool_rxfh_context *ctx, 1038 struct ethtool_rxfh_context *ctx,
|
/linux/net/ethtool/ |
H A D | common.c | 542 static u32 ethtool_get_rss_ctx_max_channel(struct ethtool_rxfh_context *ctx) in ethtool_get_rss_ctx_max_channel() 595 struct ethtool_rxfh_context *ctx; in ethtool_get_max_rxnfc_channel() 617 struct ethtool_rxfh_context *ctx; in ethtool_get_max_rss_ctx_channel() 853 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 | 1209 struct ethtool_rxfh_context *ctx; in bnxt_get_rss_ctx_from_index() 1817 struct ethtool_rxfh_context *ctx; in bnxt_get_rxfh() 1839 static void bnxt_modify_rss(struct bnxt *bp, struct ethtool_rxfh_context *ctx, in bnxt_modify_rss() 1889 struct ethtool_rxfh_context *ctx, in bnxt_create_rxfh_context() 1959 struct ethtool_rxfh_context *ctx, in bnxt_modify_rxfh_context() 1979 struct ethtool_rxfh_context *ctx, in bnxt_remove_rxfh_context()
|
H A D | bnxt.h | 1297 struct ethtool_rxfh_context *rss_ctx; 2869 struct ethtool_rxfh_context *rss_ctx);
|
H A D | bnxt.c | 6103 struct ethtool_rxfh_context *ctx; in bnxt_cfg_rfs_ring_tbl_idx() 6371 struct ethtool_rxfh_context *rss_ctx) in bnxt_set_dflt_rss_indir_tbl() 10624 struct ethtool_rxfh_context *ctx; in bnxt_hwrm_realloc_rss_ctx_vnic() 10644 struct ethtool_rxfh_context *ctx; in bnxt_clear_rss_ctxs()
|
/linux/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_main.c | 5701 struct ethtool_rxfh_context *ctx, in mvpp2_create_rxfh_context() 5727 struct ethtool_rxfh_context *ctx, in mvpp2_modify_rxfh_context() 5744 struct ethtool_rxfh_context *ctx, in mvpp2_remove_rxfh_context()
|
/linux/net/core/ |
H A D | dev.c | 11432 struct ethtool_rxfh_context *ctx; in netdev_rss_contexts_free()
|