Symbol: mapping_ctx
drivers/net/ethernet/mellanox/mlx5/core/en/mapping.c
111
int mapping_remove(struct mapping_ctx *ctx, u32 id)
drivers/net/ethernet/mellanox/mlx5/core/en/mapping.c
134
int mapping_find(struct mapping_ctx *ctx, u32 id, void *data)
drivers/net/ethernet/mellanox/mlx5/core/en/mapping.c
154
mapping_remove_and_free_list(struct mapping_ctx *ctx, struct list_head *list)
drivers/net/ethernet/mellanox/mlx5/core/en/mapping.c
167
struct mapping_ctx *ctx;
drivers/net/ethernet/mellanox/mlx5/core/en/mapping.c
169
ctx = container_of(work, struct mapping_ctx, dwork.work);
drivers/net/ethernet/mellanox/mlx5/core/en/mapping.c
187
static void mapping_flush_work(struct mapping_ctx *ctx)
drivers/net/ethernet/mellanox/mlx5/core/en/mapping.c
196
struct mapping_ctx *
drivers/net/ethernet/mellanox/mlx5/core/en/mapping.c
199
struct mapping_ctx *ctx;
drivers/net/ethernet/mellanox/mlx5/core/en/mapping.c
224
struct mapping_ctx *
drivers/net/ethernet/mellanox/mlx5/core/en/mapping.c
228
struct mapping_ctx *ctx;
drivers/net/ethernet/mellanox/mlx5/core/en/mapping.c
254
void mapping_destroy(struct mapping_ctx *ctx)
drivers/net/ethernet/mellanox/mlx5/core/en/mapping.c
45
int mapping_add(struct mapping_ctx *ctx, void *data, u32 *id)
drivers/net/ethernet/mellanox/mlx5/core/en/mapping.c
87
static void mapping_remove_and_free(struct mapping_ctx *ctx,
drivers/net/ethernet/mellanox/mlx5/core/en/mapping.c
94
static void mapping_free_item(struct mapping_ctx *ctx,
drivers/net/ethernet/mellanox/mlx5/core/en/mapping.h
10
int mapping_remove(struct mapping_ctx *ctx, u32 id);
drivers/net/ethernet/mellanox/mlx5/core/en/mapping.h
11
int mapping_find(struct mapping_ctx *ctx, u32 id, void *data);
drivers/net/ethernet/mellanox/mlx5/core/en/mapping.h
23
struct mapping_ctx *mapping_create(size_t data_size, u32 max_id,
drivers/net/ethernet/mellanox/mlx5/core/en/mapping.h
25
void mapping_destroy(struct mapping_ctx *ctx);
drivers/net/ethernet/mellanox/mlx5/core/en/mapping.h
29
struct mapping_ctx *
drivers/net/ethernet/mellanox/mlx5/core/en/mapping.h
7
struct mapping_ctx;
drivers/net/ethernet/mellanox/mlx5/core/en/mapping.h
9
int mapping_add(struct mapping_ctx *ctx, void *data, u32 *id);
drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c
708
struct mapping_ctx *mapping_ctx;
drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c
723
mapping_ctx = esw->offloads.reg_c0_obj_pool;
drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c
744
if (!mlx5e_tc_update_skb(cqe, skb, mapping_ctx, reg_c0, ct_priv,
drivers/net/ethernet/mellanox/mlx5/core/en/tc/int_port.c
159
struct mapping_ctx *ctx;
drivers/net/ethernet/mellanox/mlx5/core/en/tc/int_port.c
231
struct mapping_ctx *ctx;
drivers/net/ethernet/mellanox/mlx5/core/en/tc/int_port.c
28
struct mapping_ctx *metadata_mapping; /* Metadata for source port rewrite and matching */
drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c
76
struct mapping_ctx *zone_mapping;
drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c
77
struct mapping_ctx *labels_mapping;
drivers/net/ethernet/mellanox/mlx5/core/en_rep.h
85
struct mapping_ctx *tunnel_mapping;
drivers/net/ethernet/mellanox/mlx5/core/en_rep.h
87
struct mapping_ctx *tunnel_enc_opts_mapping;
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
5241
struct mapping_ctx *chains_mapping;
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
5400
struct mapping_ctx *mapping;
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
5770
struct mapping_ctx *mapping_ctx, u32 mapped_obj_id,
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
5779
err = mapping_find(mapping_ctx, mapped_obj_id, &mapped_obj);
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
5811
struct mapping_ctx *mapping_ctx;
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
5820
mapping_ctx = tc->mapping;
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
5822
return mlx5e_tc_update_skb(cqe, skb, mapping_ctx, mapped_obj_id, ct_priv, zone_restore_id,
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
5826
static struct mapping_ctx *
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
5831
struct mapping_ctx *ctx;
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
5849
struct mapping_ctx *ctx;
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
5879
struct mapping_ctx *ctx = mlx5e_get_priv_obj_mapping(priv);
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
99
struct mapping_ctx *mapping;
drivers/net/ethernet/mellanox/mlx5/core/en_tc.h
389
struct mapping_ctx *mapping_ctx, u32 mapped_obj_id,
drivers/net/ethernet/mellanox/mlx5/core/eswitch.h
300
struct mapping_ctx *reg_c0_obj_pool;
drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c
3697
struct mapping_ctx *reg_c0_obj_pool;
drivers/net/ethernet/mellanox/mlx5/core/lib/fs_chains.c
31
struct mapping_ctx *chains_mapping;
drivers/net/ethernet/mellanox/mlx5/core/lib/fs_chains.c
793
struct mapping_ctx *ctx = chains->chains_mapping;
drivers/net/ethernet/mellanox/mlx5/core/lib/fs_chains.c
804
struct mapping_ctx *ctx = chains->chains_mapping;
drivers/net/ethernet/mellanox/mlx5/core/lib/fs_chains.h
25
struct mapping_ctx *mapping;