Searched refs:def (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_flex.c | 145 #define SET_FP_MATCH_SAMPLE_ID(x, def, msk, val, sid) \ argument 147 uint32_t tmp, out = (def); \ 167 uint32_t def, uint32_t mask, uint32_t value, in mlx5_flex_set_match_sample() argument 172 SET_FP_MATCH_SAMPLE_ID(0, def, mask, value, sample_id); in mlx5_flex_set_match_sample() 175 SET_FP_MATCH_SAMPLE_ID(1, def, mask, value, sample_id); in mlx5_flex_set_match_sample() 178 SET_FP_MATCH_SAMPLE_ID(2, def, mask, value, sample_id); in mlx5_flex_set_match_sample() 181 SET_FP_MATCH_SAMPLE_ID(3, def, mask, value, sample_id); in mlx5_flex_set_match_sample() 184 SET_FP_MATCH_SAMPLE_ID(4, def, mask, value, sample_id); in mlx5_flex_set_match_sample() 187 SET_FP_MATCH_SAMPLE_ID(5, def, mask, value, sample_id); in mlx5_flex_set_match_sample() 190 SET_FP_MATCH_SAMPLE_ID(6, def, mask, value, sample_id); in mlx5_flex_set_match_sample() [all …]
|
| /dpdk/lib/ |
| H A D | meson.build | 216 output: '@0@_exports.def'.format(libname)) 224 lk_args = ['-Wl,/def:' + def_file.full_path()]
|
| /dpdk/drivers/ |
| H A D | meson.build | 192 output: '@0@_exports.def'.format(lib_name)) 202 lk_args = ['-Wl,/def:' + def_file.full_path()]
|
| /dpdk/drivers/net/qede/base/ |
| H A D | ecore.h | 195 #define D_TRINE(val, cond1, cond2, true1, true2, def) \ argument 197 (val == (cond2) ? true2 : def))
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline.c | 7828 cmdline_fixed_string_t def; member 7842 TOKEN_STRING_INITIALIZER(struct cmd_reset_result, def,
|