Home
last modified time | relevance | path

Searched refs:nd (Results 1 – 11 of 11) sorted by relevance

/dpdk/lib/cmdline/
H A Dcmdline_parse_num.c70 switch (nd->type) { in check_res_size()
102 struct cmdline_token_num_data nd; in cmdline_parse_num() local
117 memcpy(&nd, &((struct cmdline_token_num *)tk)->num_data, sizeof(nd)); in cmdline_parse_num()
121 if (check_res_size(&nd, ressize) < 0) in cmdline_parse_num()
282 } else if (nd.type == RTE_UINT64) { in cmdline_parse_num()
291 if (nd.type == RTE_INT8 && in cmdline_parse_num()
295 } else if (nd.type == RTE_INT16 && in cmdline_parse_num()
299 } else if (nd.type == RTE_INT32 && in cmdline_parse_num()
303 } else if (nd.type == RTE_INT64 && in cmdline_parse_num()
322 struct cmdline_token_num_data nd; in cmdline_get_help_num() local
[all …]
/dpdk/lib/acl/
H A Dacl_run_avx512_common.h188 _T_simd ni, nd[2]; in _F_() local
200 nd[0] = _M_I_(maskz_loadu_epi64)(nm[0], in _F_()
202 nd[1] = _M_I_(maskz_loadu_epi64)(nm[1], in _F_()
210 pdata[0] = _M_I_(mask_expand_epi64)(pdata[0], m[0], nd[0]); in _F_()
211 pdata[1] = _M_I_(mask_expand_epi64)(pdata[1], m[1], nd[1]); in _F_()
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c1891 unsigned int nd = 0; in mlx5_os_pci_probe_pf() local
1947 if (nd) { in mlx5_os_pci_probe_pf()
1961 ibv_match[nd++] = ibv_list[ret]; in mlx5_os_pci_probe_pf()
1978 ibv_match[nd] = NULL; in mlx5_os_pci_probe_pf()
1979 if (!nd) { in mlx5_os_pci_probe_pf()
1990 if (nd == 1) { in mlx5_os_pci_probe_pf()
2027 MLX5_ASSERT(nd == 1); in mlx5_os_pci_probe_pf()
2123 for (i = 0; i != nd; ++i) { in mlx5_os_pci_probe_pf()
2151 if (nd > 1) { in mlx5_os_pci_probe_pf()
2193 } else if ((nd == 1) && in mlx5_os_pci_probe_pf()
[all …]
/dpdk/doc/guides/dmadevs/
H A Dhisilicon.rst34 and the 2nd ``dmadev`` name is "0000:7b:00.0-ch1".
/dpdk/examples/bbdev_app/
H A Dmain.c386 uint16_t nd = kpi - d; in transform_enc_out_dec_in() local
419 memset(&temp_buf[out_idx], 0, nd); in transform_enc_out_dec_in()
420 out_idx += nd; in transform_enc_out_dec_in()
/dpdk/license/
H A DREADME21 tag can be placed in 2nd line of the file.
/dpdk/drivers/baseband/turbo_sw/
H A Dbbdev_turbo_software.c1203 uint16_t nd = kpi - d; in move_padding_bytes() local
1205 rte_memcpy(&out[nd], in, d); in move_padding_bytes()
1206 rte_memcpy(&out[nd + kpi + 64], &in[kpi], d); in move_padding_bytes()
1207 rte_memcpy(&out[(nd - 1) + 2 * (kpi + 64)], &in[2 * kpi], d); in move_padding_bytes()
/dpdk/doc/guides/prog_guide/
H A Dhash_lib.rst303 * Donald E. Knuth, The Art of Computer Programming, Volume 3: Sorting and Searching (2nd Edition)…
H A Dbbdev.rst1074 For 2nd transmission, an input is also required to benefit from HARQ combination gain:
H A Denv_abstraction_layer.rst763 … Bypassing this constraint may cause the 2nd pthread to spin until the 1st one is scheduled again.
/dpdk/doc/guides/contributing/
H A Dpatches.rst54 tag can be placed in 2nd line of the file.