Searched refs:ts_params (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_cryptodev.c | 502 memset(ts_params, 0, sizeof(*ts_params)); in testsuite_setup() 766 ts_params->valid_devs[ts_params->valid_dev_count++] = i; in testsuite_setup() 822 &ts_params->conf), in testsuite_setup() 827 ts_params->qp_conf.mp_session = ts_params->session_mpool; in testsuite_setup() 828 ts_params->qp_conf.mp_session_private = ts_params->session_priv_mpool; in testsuite_setup() 883 ts_params->qp_conf.mp_session = ts_params->session_mpool; in dev_configure_and_start() 884 ts_params->qp_conf.mp_session_private = ts_params->session_priv_mpool; in dev_configure_and_start() 1033 ts_params->valid_devs[0], ts_params->conf.nb_queue_pairs); in test_device_configure_invalid_queue_pair_ids() 1930 ts_params->session_mpool, ts_params->session_priv_mpool, in test_blockcipher() 10411 ts_params, in test_multi_session() [all …]
|
| H A D | test_compressdev.c | 259 ts_params->def_comp_xform = in testsuite_setup() 266 ts_params->def_decomp_xform = in testsuite_setup() 2330 &ts_params->def_comp_xform, in test_compressdev_deflate_stateless_multi_op() 2526 &ts_params->def_comp_xform, in test_compressdev_deflate_stateless_sgl() 2757 &ts_params->def_comp_xform, in test_compressdev_out_of_space_buffer() 2836 &ts_params->def_comp_xform, in test_compressdev_deflate_stateless_dynamic_big() 2900 &ts_params->def_comp_xform, in test_compressdev_deflate_stateful_decomp() 3118 &ts_params->def_comp_xform, in test_compressdev_external_mbufs() 3280 &ts_params->def_comp_xform, in test_compressdev_deflate_im_buffers_LB_1op() 3356 &ts_params->def_comp_xform, in test_compressdev_deflate_im_buffers_LB_2ops_first() [all …]
|
| H A D | test_cryptodev_asym.c | 852 memset(ts_params, 0, sizeof(*ts_params)); in testsuite_setup() 863 if (ts_params->op_mpool == NULL) { in testsuite_setup() 921 &ts_params->conf), in testsuite_setup() 927 ts_params->qp_conf.mp_session = ts_params->session_mpool; in testsuite_setup() 928 ts_params->qp_conf.mp_session_private = ts_params->session_mpool; in testsuite_setup() 964 if (ts_params->op_mpool != NULL) { in testsuite_teardown() 972 ts_params->session_mpool = NULL; in testsuite_teardown() 987 &ts_params->conf), in ut_setup() 989 ts_params->valid_devs[0]); in ut_setup() 994 &ts_params->qp_conf, in ut_setup() [all …]
|
| H A D | test_ipsec.c | 283 memset(ts_params, 0, sizeof(*ts_params)); in testsuite_setup() 307 ts_params->valid_dev = i; in testsuite_setup() 380 &ts_params->conf), in testsuite_setup() 441 ts_params->valid_dev); in ut_setup() 1365 ts_params->mbuf_pool, in test_ipsec_crypto_outb_burst_null_null() 1467 ts_params->mbuf_pool, in test_ipsec_inline_crypto_inb_burst_null_null() 1475 ts_params->mbuf_pool, in test_ipsec_inline_crypto_inb_burst_null_null() 1545 ts_params->mbuf_pool, in test_ipsec_inline_proto_inb_burst_null_null() 1552 ts_params->mbuf_pool, in test_ipsec_inline_proto_inb_burst_null_null() 1660 ts_params->mbuf_pool, in test_ipsec_inline_crypto_outb_burst_null_null() [all …]
|
| H A D | test_security.c | 196 ts_params->session_mpool); \ 597 ts_params->session_mpool = NULL; in testsuite_setup() 611 if (ts_params->session_mpool) { in testsuite_teardown() 720 ts_params->session_mpool, in ut_setup_with_session() 763 ts_params->session_mpool, in test_session_create_inv_context() 789 ts_params->session_mpool, in test_session_create_inv_context_ops() 815 ts_params->session_mpool, in test_session_create_inv_context_ops_fun() 838 ts_params->session_mpool, in test_session_create_inv_configuration() 927 ts_params->session_mpool, in test_session_create_mempool_empty() 967 ts_params->session_mpool, in test_session_create_ops_failure() [all …]
|
| /f-stack/dpdk/app/test-bbdev/ |
| H A D | test_bbdev.c | 282 &ts_params->qconf), in test_bbdev_configure_stop_queue() 291 &ts_params->qconf), in test_bbdev_configure_stop_queue() 308 &ts_params->qconf), in test_bbdev_configure_stop_queue() 341 &ts_params->qconf), in test_bbdev_configure_stop_queue() 410 &ts_params->qconf), in test_bbdev_configure_invalid_queue_configure() 419 &ts_params->qconf), in test_bbdev_configure_invalid_queue_configure() 430 &ts_params->qconf), in test_bbdev_configure_invalid_queue_configure() 436 &ts_params->qconf), in test_bbdev_configure_invalid_queue_configure() 442 &ts_params->qconf), in test_bbdev_configure_invalid_queue_configure() 669 &ts_params->qconf), in test_bbdev_stats() [all …]
|