Searched refs:nb_jobs (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/raw/dpaa2_qdma/ |
| H A D | dpaa2_qdma.c | 201 uint16_t nb_jobs) in dpdmai_dev_set_fd_us() argument 238 uint16_t nb_jobs) in qdma_populate_sg_entry() argument 299 uint16_t nb_jobs) in dpdmai_dev_set_multi_fd_lf_no_rsp() argument 345 uint16_t nb_jobs) in dpdmai_dev_set_multi_fd_lf() argument 398 uint16_t nb_jobs) in dpdmai_dev_set_sg_fd_lf() argument 498 *nb_jobs = 1; in dpdmai_dev_get_job_us() 520 *nb_jobs = 1; in dpdmai_dev_get_single_job_lf() 600 nb_jobs = 1; in dpdmai_dev_dequeue_multijob_prefetch() 733 uint16_t nb_jobs) in dpdmai_dev_dequeue_multijob_no_prefetch() argument 754 nb_jobs = 1; in dpdmai_dev_dequeue_multijob_no_prefetch() [all …]
|
| H A D | dpaa2_qdma.h | 121 uint16_t *nb_jobs); 125 uint16_t nb_jobs); 131 uint16_t nb_jobs); 136 uint16_t nb_jobs);
|
| /f-stack/dpdk/app/test-regex/ |
| H A D | main.c | 56 uint32_t *nb_jobs, bool *perf_mode, uint32_t *nb_iterations) in args_parse() argument 99 *nb_jobs = atoi(optarg); in args_parse() 166 init_port(struct rte_mempool **mbuf_mp, uint32_t nb_jobs, in init_port() argument 190 *mbuf_mp = rte_pktmbuf_pool_create("mbuf_pool", nb_jobs, 0, in init_port() 251 run_regex(struct rte_mempool *mbuf_mp, uint32_t nb_jobs, in run_regex() argument 279 ops = rte_malloc(NULL, sizeof(*ops) * nb_jobs, 0); in run_regex() 292 for (i = 0; i < nb_jobs; i++) { in run_regex() 315 job_len = buf_len / nb_jobs; in run_regex() 329 for (i = 0; (pos < buf_len) && (i < nb_jobs) ; i++) { in run_regex() 421 uint32_t nb_jobs = 0; in main() local [all …]
|
| /f-stack/dpdk/doc/guides/tools/ |
| H A D | testregex.rst | 43 ``--nb_jobs N``
|