| /dpdk/app/test/ |
| H A D | test_lcores.c | 122 unsigned int init; member 132 l->init++; in limit_lcores_init() 133 if (l->init > l->max) in limit_lcores_init() 165 if (l.init != eal_threads_count) { in test_lcores_callback() 167 eal_threads_count, l.init); in test_lcores_callback() 192 if (l.init != eal_threads_count) { in test_lcores_callback() 194 eal_threads_count, l.init); in test_lcores_callback() 249 if (l[0].init != eal_threads_count || l[1].init != eal_threads_count) { in test_non_eal_lcores_callback() 252 l[0].init, l[1].init); in test_non_eal_lcores_callback() 275 l[0].init, l[1].init); in test_non_eal_lcores_callback() [all …]
|
| /dpdk/drivers/net/thunderx/ |
| H A D | nicvf_rxtx.h | 63 union mbuf_initializer init = {.value = mbuf_init}; in nicvf_mbuff_init_update() local 65 init.fields.data_off += apad; in nicvf_mbuff_init_update() 67 init.value += apad; in nicvf_mbuff_init_update() 69 *(uint64_t *)(&pkt->rearm_data) = init.value; in nicvf_mbuff_init_update() 76 union mbuf_initializer init = {.value = mbuf_init}; in nicvf_mbuff_init_mseg_update() local 78 init.fields.data_off += apad; in nicvf_mbuff_init_mseg_update() 80 init.value += apad; in nicvf_mbuff_init_mseg_update() 82 init.fields.nb_segs = nb_segs; in nicvf_mbuff_init_mseg_update() 83 *(uint64_t *)(&pkt->rearm_data) = init.value; in nicvf_mbuff_init_mseg_update()
|
| /dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tf_if_tbl.c | 28 static uint8_t init; variable 83 init = 1; in tf_if_tbl_bind() 98 if (!init) { in tf_if_tbl_unbind() 113 init = 0; in tf_if_tbl_unbind() 128 if (!init) { in tf_if_tbl_set() 171 if (!init) { in tf_if_tbl_get()
|
| H A D | tf_hash.c | 82 tf_hash_calc_crc32i(uint32_t init, uint8_t *buf, uint32_t len) in tf_hash_calc_crc32i() argument 84 uint32_t crc = init; in tf_hash_calc_crc32i()
|
| H A D | tf_hash.h | 17 tf_hash_calc_crc32i(uint32_t init, uint8_t *buf, uint32_t len);
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_hash.c | 92 __in uint32_t init) in efx_hash_dwords() argument 100 (((uint32_t)count) * sizeof (uint32_t)) + init; in efx_hash_dwords() 141 __in uint32_t init) in efx_hash_bytes() argument 148 a = b = c = EFX_HASH_INITIAL_VALUE + (uint32_t)length + init; in efx_hash_bytes() 224 __in uint32_t init) in efx_hash_bytes() argument 231 a = b = c = EFX_HASH_INITIAL_VALUE + (uint32_t)length + init; in efx_hash_bytes()
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_lcore.c | 233 rte_lcore_init_cb init; member 243 if (callback->init == NULL) in callback_init() 247 return callback->init(lcore_id, callback->arg); in callback_init() 268 rte_lcore_callback_register(const char *name, rte_lcore_init_cb init, in rte_lcore_callback_register() argument 284 callback->init = init; in rte_lcore_callback_register() 288 if (callback->init == NULL) in rte_lcore_callback_register() 310 callback->name, callback->init == NULL ? "NO " : "", in rte_lcore_callback_register()
|
| /dpdk/drivers/net/netvsc/ |
| H A D | hn_nvs.c | 155 struct hn_nvs_init init; in hn_nvs_doinit() local 160 memset(&init, 0, sizeof(init)); in hn_nvs_doinit() 161 init.type = NVS_TYPE_INIT; in hn_nvs_doinit() 162 init.ver_min = nvs_ver; in hn_nvs_doinit() 163 init.ver_max = nvs_ver; in hn_nvs_doinit() 165 error = hn_nvs_execute(hv, &init, sizeof(init), in hn_nvs_doinit()
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_malloc.c | 16 uint32_t init:1; /* Memory allocator initialized. */ member 43 .init = 0, 303 if (!mlx5_sys_mem.init) { in mlx5_malloc_mem_select() 306 mlx5_sys_mem.init = 1; in mlx5_malloc_mem_select()
|
| /dpdk/drivers/net/dpaa2/base/ |
| H A D | dpaa2_tlu_hash.c | 147 static int init; in rte_pmd_dpaa2_get_tlu_hash() local 149 if (~init) in rte_pmd_dpaa2_get_tlu_hash() 151 init = 1; in rte_pmd_dpaa2_get_tlu_hash()
|
| /dpdk/drivers/event/sw/ |
| H A D | sw_evdev_selftest.c | 461 if (init(t, 3, 3) < 0 || in test_single_directed_packet() 541 if (init(t, 1, 1) < 0 || in test_directed_forward_credits() 583 if (init(t, 1, 1) < 0 || in test_priority_directed() 601 if (init(t, 1, 1) < 0 || in test_priority_atomic() 624 if (init(t, 1, 1) < 0 || in test_priority_ordered() 647 if (init(t, 1, 1) < 0 || in test_priority_unordered() 676 if (init(t, 2, 2) < 0 || in burst_packets() 785 if (init(t, 1, 4) < 0 || in abuse_inflights() 842 if (init(t, 1, 4) < 0 || in xstats_tests() 1166 if (init(t, 1, 4) < 0 || in xstats_id_abuse_tests() [all …]
|
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | ifpga_port.c | 332 .init = port_hdr_init, 360 .init = port_stp_init, 405 .init = port_uint_init, 427 .init = port_afu_init,
|
| H A D | ifpga_fme.c | 208 .init = fme_hdr_init, 509 .init = fme_thermal_mgmt_init, 755 .init = fme_power_mgmt_init, 773 .init = fme_hssi_eth_init, 789 .init = fme_emif_init, 1019 .init = fme_spi_init, 1205 .init = fme_nios_spi_init, 1290 .init = fme_i2c_init, 1329 .init = fme_eth_group_init,
|
| /dpdk/lib/graph/ |
| H A D | node.c | 92 node->init = reg->init; in __rte_node_register() 162 reg->init = node->init; in node_clone()
|
| /dpdk/drivers/crypto/ipsec_mb/ |
| H A D | pmd_aesni_gcm.c | 12 ops[GCM_KEY_128].init = mb_mgr->gcm128_init; in aesni_gcm_set_ops() 28 ops[GCM_KEY_192].init = mb_mgr->gcm192_init; in aesni_gcm_set_ops() 44 ops[GCM_KEY_256].init = mb_mgr->gcm256_init; in aesni_gcm_set_ops() 327 ops->init(&session->gdata_key, &qp_data->gcm_ctx_data, iv_ptr, in process_gcm_crypto_op() 362 ops->init(&session->gdata_key, &qp_data->gcm_ctx_data, iv_ptr, in process_gcm_crypto_op() 587 ops.init(&s->gdata_key, gdata_ctx, iv, aad, in aesni_gcm_process_gcm_sgl_op() 617 ops.init(&s->gdata_key, gdata_ctx, iv, sgl->vec[0].base, in aesni_gcm_process_gmac_sgl_op() 737 if (unlikely(RTE_PER_LCORE(gcm_ops)[s->key_length].init == NULL)) in aesni_gcm_process_bulk()
|
| /dpdk/drivers/event/opdl/ |
| H A D | opdl_test.c | 84 init(struct test *t, int nb_queues, int nb_ports) in init() function 201 if (init(t, 2, tx_port+1) < 0 || in ordered_basic() 338 if (init(t, 2, tx_port+1) < 0 || in atomic_basic() 566 if (init(t, 2, tx_port + 1) < 0 || in single_link_w_stats() 704 if (init(t, 2, tx_port+1) < 0 || in single_link() 788 if (init(t, NUM_QUEUES, NUM_QUEUES+1) < 0 || in qid_basic()
|
| /dpdk/drivers/net/igc/ |
| H A D | igc_logs.c | 9 RTE_LOG_REGISTER_SUFFIX(igc_logtype_init, init, INFO);
|
| /dpdk/drivers/net/e1000/ |
| H A D | e1000_logs.c | 8 RTE_LOG_REGISTER_SUFFIX(e1000_logtype_init, init, NOTICE)
|
| /dpdk/examples/multi_process/client_server_mp/mp_server/ |
| H A D | init.h | 41 int init(int argc, char *argv[]);
|
| H A D | meson.build | 14 'init.c',
|
| /dpdk/examples/server_node_efd/server/ |
| H A D | init.h | 45 int init(int argc, char *argv[]);
|
| H A D | meson.build | 13 sources += files('args.c', 'init.c', 'main.c')
|
| /dpdk/app/test-pipeline/ |
| H A D | meson.build | 12 'init.c',
|
| /dpdk/examples/qos_sched/ |
| H A D | meson.build | 16 'init.c',
|
| /dpdk/lib/eventdev/ |
| H A D | event_timer_adapter_pmd.h | 61 rte_event_timer_adapter_init_t init; /**< Set up adapter */ member
|