Home
last modified time | relevance | path

Searched refs:init (Results 1 – 25 of 151) sorted by relevance

1234567

/dpdk/app/test/
H A Dtest_lcores.c122 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 Dnicvf_rxtx.h63 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 Dtf_if_tbl.c28 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 Dtf_hash.c82 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 Dtf_hash.h17 tf_hash_calc_crc32i(uint32_t init, uint8_t *buf, uint32_t len);
/dpdk/drivers/common/sfc_efx/base/
H A Defx_hash.c92 __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 Deal_common_lcore.c233 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 Dhn_nvs.c155 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 Dmlx5_malloc.c16 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 Ddpaa2_tlu_hash.c147 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 Dsw_evdev_selftest.c461 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 Difpga_port.c332 .init = port_hdr_init,
360 .init = port_stp_init,
405 .init = port_uint_init,
427 .init = port_afu_init,
H A Difpga_fme.c208 .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 Dnode.c92 node->init = reg->init; in __rte_node_register()
162 reg->init = node->init; in node_clone()
/dpdk/drivers/crypto/ipsec_mb/
H A Dpmd_aesni_gcm.c12 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 Dopdl_test.c84 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 Digc_logs.c9 RTE_LOG_REGISTER_SUFFIX(igc_logtype_init, init, INFO);
/dpdk/drivers/net/e1000/
H A De1000_logs.c8 RTE_LOG_REGISTER_SUFFIX(e1000_logtype_init, init, NOTICE)
/dpdk/examples/multi_process/client_server_mp/mp_server/
H A Dinit.h41 int init(int argc, char *argv[]);
H A Dmeson.build14 'init.c',
/dpdk/examples/server_node_efd/server/
H A Dinit.h45 int init(int argc, char *argv[]);
H A Dmeson.build13 sources += files('args.c', 'init.c', 'main.c')
/dpdk/app/test-pipeline/
H A Dmeson.build12 'init.c',
/dpdk/examples/qos_sched/
H A Dmeson.build16 'init.c',
/dpdk/lib/eventdev/
H A Devent_timer_adapter_pmd.h61 rte_event_timer_adapter_init_t init; /**< Set up adapter */ member

1234567