Home
last modified time | relevance | path

Searched refs:ds (Results 1 – 10 of 10) sorted by relevance

/dpdk/app/test/
H A Dtest_distributor_perf.c216 static struct rte_distributor *ds; in test_distributor_perf() local
228 if (ds == NULL) { in test_distributor_perf()
229 ds = rte_distributor_create("Test_perf", rte_socket_id(), in test_distributor_perf()
232 if (ds == NULL) { in test_distributor_perf()
237 rte_distributor_clear_returns(ds); in test_distributor_perf()
264 rte_eal_mp_remote_launch(handle_work, ds, SKIP_MAIN); in test_distributor_perf()
265 if (perf_test(ds, p) < 0) in test_distributor_perf()
267 quit_workers(ds, p); in test_distributor_perf()
H A Dtest_distributor.c761 struct rte_distributor *ds = NULL; in test_error_distributor_create_numworkers() local
764 ds = rte_distributor_create("test_numworkers", rte_socket_id(), in test_error_distributor_create_numworkers()
767 if (ds != NULL || rte_errno != EINVAL) { in test_error_distributor_create_numworkers()
825 static struct rte_distributor *ds; in test_distributor() local
861 if (ds == NULL) { in test_distributor()
862 ds = rte_distributor_create("Test_dist_single", in test_distributor()
866 if (ds == NULL) { in test_distributor()
871 rte_distributor_flush(ds); in test_distributor()
872 rte_distributor_clear_returns(ds); in test_distributor()
886 dist[0] = ds; in test_distributor()
/dpdk/drivers/net/mlx5/
H A Dmlx5_tx.h747 unsigned int ds, in mlx5_tx_cseg_init() argument
1555 unsigned int ds; in mlx5_tx_mseg_build() local
1634 return ds; in mlx5_tx_mseg_build()
1833 unsigned int ds, nseg; in mlx5_tx_packet_multi_send() local
1851 ds = 2 + nseg; in mlx5_tx_packet_multi_send()
1892 --ds; in mlx5_tx_packet_multi_send()
2452 unsigned int ds, in mlx5_tx_sdone_empw() argument
2463 loc->elts_free -= ds; in mlx5_tx_sdone_empw()
2464 loc->pkts_sent += ds; in mlx5_tx_sdone_empw()
2465 ds += 2; in mlx5_tx_sdone_empw()
[all …]
/dpdk/drivers/crypto/mlx5/
H A Dmlx5_crypto.c376 uint32_t ds; in mlx5_crypto_wqe_set() local
411 ds = 2 + klm_n; in mlx5_crypto_wqe_set()
412 cseg->sq_ds = rte_cpu_to_be_32((qp->qp_obj.qp->id << 8) | ds); in mlx5_crypto_wqe_set()
415 ds = RTE_ALIGN(ds, 4); in mlx5_crypto_wqe_set()
416 qp->db_pi += ds >> 2; in mlx5_crypto_wqe_set()
418 if (priv->max_rdmar_ds > ds) { in mlx5_crypto_wqe_set()
419 cseg += ds; in mlx5_crypto_wqe_set()
420 ds = priv->max_rdmar_ds - ds; in mlx5_crypto_wqe_set()
421 cseg->sq_ds = rte_cpu_to_be_32((qp->qp_obj.qp->id << 8) | ds); in mlx5_crypto_wqe_set()
424 qp->db_pi += ds >> 2; /* Here, DS is 4 aligned for sure. */ in mlx5_crypto_wqe_set()
/dpdk/drivers/bus/dpaa/base/qbman/
H A Dbman.c338 state->ds.state.state[0] = be32_to_cpu(state->ds.state.state[0]); in bman_query_pools()
339 state->ds.state.state[1] = be32_to_cpu(state->ds.state.state[1]); in bman_query_pools()
/dpdk/drivers/compress/octeontx/include/
H A Dzip_regs.h211 uint64_t ds : 1; member
219 uint64_t ds : 1;
392 uint64_t ds : 1; member
400 uint64_t ds : 1;
/dpdk/drivers/compress/octeontx/
H A Dotx_zip.h193 inst->s.ds = 0; in zipvf_prepare_out_buf()
235 cmd83->s.ef, cmd83->s.bf, cmd83->s.op, cmd83->s.ds, in zip_dump_instruction()
/dpdk/drivers/event/dlb2/pf/base/
H A Ddlb2_resource.c4066 ds = 1; in dlb2_ldb_port_configure_cq()
4068 ds = 2; in dlb2_ldb_port_configure_cq()
4070 ds = 3; in dlb2_ldb_port_configure_cq()
4072 ds = 4; in dlb2_ldb_port_configure_cq()
4074 ds = 5; in dlb2_ldb_port_configure_cq()
4076 ds = 6; in dlb2_ldb_port_configure_cq()
4078 ds = 7; in dlb2_ldb_port_configure_cq()
4080 ds = 8; in dlb2_ldb_port_configure_cq()
4651 ds = 1; in dlb2_dir_port_configure_cq()
4653 ds = 2; in dlb2_dir_port_configure_cq()
[all …]
/dpdk/drivers/regex/mlx5/
H A Dmlx5_regex_fastpath.c100 uint8_t opmod, uint32_t qp_num, uint8_t fm_ce_se, uint8_t ds, in set_wqe_ctrl_seg() argument
106 seg->qpn_ds = rte_cpu_to_be_32((qp_num << 8) | ds); in set_wqe_ctrl_seg()
138 int ds = 4; /* ctrl + meta + input + output */ in __prep_one() local
143 qp_obj->qp_obj.qp->id, 0, ds, 0, 0); in __prep_one()
/dpdk/drivers/bus/dpaa/include/
H A Dfsl_bman.h134 } as, ds; member