Searched refs:v64 (Results 1 – 5 of 5) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_bpf.c | 1812 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 D | mlx5_flow.h | 544 uint64_t v64; /**< full 64bits value of key */ member
|
| H A D | mlx5.h | 992 uint64_t v64; /**< full 64bits value of key */ member
|
| H A D | mlx5_flow_dv.c | 10508 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 D | mlx5_flow.c | 10145 .data = &table_key.v64, in tunnel_mark_decode() 10148 he = mlx5_hlist_lookup(sh->flow_tbls, table_key.v64, &ctx); in tunnel_mark_decode()
|