Home
last modified time | relevance | path

Searched refs:v64 (Results 1 – 5 of 5) sorted by relevance

/dpdk/app/test/
H A Dtest_bpf.c1812 dummy_func1(const void *p, uint32_t *v32, uint64_t *v64) in dummy_func1() argument
1819 v64[0] += dv->u8; in dummy_func1()
1826 uint64_t v64; in test_call1_check() local
1832 v64 = dv->u64; in test_call1_check()
1833 dummy_func1(arg, &v32, &v64); in test_call1_check()
1834 v64 += v32; in test_call1_check()
1836 return cmp_res(__func__, v64, rc, dv, dv, sizeof(*dv)); in test_call1_check()
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.h544 uint64_t v64; /**< full 64bits value of key */ member
H A Dmlx5.h992 uint64_t v64; /**< full 64bits value of key */ member
H A Dmlx5_flow_dv.c10508 union mlx5_flow_tbl_key key = { .v64 = *(uint64_t *)(ctx->data) }; in flow_dv_tbl_create_cb()
10591 union mlx5_flow_tbl_key key = { .v64 = *(uint64_t *)(ctx->data) }; in flow_dv_tbl_match_cb()
10683 .data = &table_key.v64, in flow_dv_tbl_resource_get()
10689 entry = mlx5_hlist_register(priv->sh->flow_tbls, table_key.v64, &ctx); in flow_dv_tbl_resource_get()
H A Dmlx5_flow.c10145 .data = &table_key.v64, in tunnel_mark_decode()
10148 he = mlx5_hlist_lookup(sh->flow_tbls, table_key.v64, &ctx); in tunnel_mark_decode()