Symbol: parman_item
drivers/net/ethernet/mellanox/mlxsw/spectrum1_mr_tcam.c
101
&route->parman_item);
drivers/net/ethernet/mellanox/mlxsw/spectrum1_mr_tcam.c
118
route->parman_prio, &route->parman_item);
drivers/net/ethernet/mellanox/mlxsw/spectrum1_mr_tcam.c
137
err = mlxsw_sp1_mr_tcam_route_replace(mlxsw_sp, &route->parman_item,
drivers/net/ethernet/mellanox/mlxsw/spectrum1_mr_tcam.c
156
mlxsw_sp1_mr_tcam_route_remove(mlxsw_sp, &route->parman_item, key);
drivers/net/ethernet/mellanox/mlxsw/spectrum1_mr_tcam.c
168
return mlxsw_sp1_mr_tcam_route_replace(mlxsw_sp, &route->parman_item,
drivers/net/ethernet/mellanox/mlxsw/spectrum1_mr_tcam.c
24
struct parman_item parman_item;
drivers/net/ethernet/mellanox/mlxsw/spectrum1_mr_tcam.c
29
struct parman_item *parman_item,
drivers/net/ethernet/mellanox/mlxsw/spectrum1_mr_tcam.c
37
mlxsw_reg_rmft2_ipv4_pack(rmft2_pl, true, parman_item->index,
drivers/net/ethernet/mellanox/mlxsw/spectrum1_mr_tcam.c
47
mlxsw_reg_rmft2_ipv6_pack(rmft2_pl, true, parman_item->index,
drivers/net/ethernet/mellanox/mlxsw/spectrum1_mr_tcam.c
61
struct parman_item *parman_item,
drivers/net/ethernet/mellanox/mlxsw/spectrum1_mr_tcam.c
69
mlxsw_reg_rmft2_ipv4_pack(rmft2_pl, false, parman_item->index,
drivers/net/ethernet/mellanox/mlxsw/spectrum1_mr_tcam.c
73
mlxsw_reg_rmft2_ipv6_pack(rmft2_pl, false, parman_item->index,
drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_ctcam.c
112
centry->parman_item.index, priority);
drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_ctcam.c
198
&centry->parman_item);
drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_ctcam.c
210
&centry->parman_item);
drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_ctcam.c
221
&centry->parman_item);
drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_ctcam.c
62
centry->parman_item.index, priority);
drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_ctcam.c
95
centry->parman_item.index, 0);
drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.h
101
struct parman_item parman_item;
drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.h
139
return centry->parman_item.index;
include/linux/parman.h
72
struct parman_item *item);
include/linux/parman.h
74
struct parman_item *item);
lib/parman.c
103
static struct parman_item *parman_prio_last_item(struct parman_prio *prio)
lib/parman.c
106
typeof(struct parman_item), list);
lib/parman.c
126
struct parman_item *item, unsigned long to_index,
lib/parman.c
135
struct parman_item *item;
lib/parman.c
150
struct parman_item *item;
lib/parman.c
164
struct parman_item *item)
lib/parman.c
166
struct parman_item *last_item;
lib/parman.c
183
struct parman_item *item)
lib/parman.c
209
struct parman_item *item)
lib/parman.c
352
struct parman_item *item)
lib/parman.c
367
struct parman_item *item)
lib/parman.c
45
struct parman_item *item);
lib/parman.c
47
struct parman_item *item);
lib/parman.c
92
static struct parman_item *parman_prio_first_item(struct parman_prio *prio)
lib/parman.c
95
typeof(struct parman_item), list);
lib/test_parman.c
213
&item->parman_item);
lib/test_parman.c
283
&item->parman_item);
lib/test_parman.c
286
test_parman->prio_array[item->parman_item.index] = item;
lib/test_parman.c
289
test_parman->prio_array[item->parman_item.index] = NULL;
lib/test_parman.c
292
&item->parman_item);
lib/test_parman.c
336
if (item->parman_item.index != i) {
lib/test_parman.c
338
item->parman_item.index, i);
lib/test_parman.c
72
struct parman_item parman_item;