Searched refs:nd (Results 1 – 11 of 11) sorted by relevance
| /dpdk/lib/cmdline/ |
| H A D | cmdline_parse_num.c | 70 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 D | acl_run_avx512_common.h | 188 _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 D | mlx5_os.c | 1891 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 D | hisilicon.rst | 34 and the 2nd ``dmadev`` name is "0000:7b:00.0-ch1".
|
| /dpdk/examples/bbdev_app/ |
| H A D | main.c | 386 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 D | README | 21 tag can be placed in 2nd line of the file.
|
| /dpdk/drivers/baseband/turbo_sw/ |
| H A D | bbdev_turbo_software.c | 1203 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 D | hash_lib.rst | 303 * Donald E. Knuth, The Art of Computer Programming, Volume 3: Sorting and Searching (2nd Edition)…
|
| H A D | bbdev.rst | 1074 For 2nd transmission, an input is also required to benefit from HARQ combination gain:
|
| H A D | env_abstraction_layer.rst | 763 … Bypassing this constraint may cause the 2nd pthread to spin until the 1st one is scheduled again.
|
| /dpdk/doc/guides/contributing/ |
| H A D | patches.rst | 54 tag can be placed in 2nd line of the file.
|