Home
last modified time | relevance | path

Searched refs:cs (Results 1 – 7 of 7) sorted by relevance

/dpdk/lib/eal/common/
H A Drte_service.c290 struct core_state *cs; in rte_service_component_unregister()
292 RTE_LCORE_VAR_FOREACH(lcore_id, cs, lcore_states) in rte_service_component_unregister()
293 rte_bitset_clear(cs->mapped_services, id); in rte_service_component_unregister()
383 struct core_state *cs, uint32_t service_idx) in service_runner_do_callback()
393 &cs->service_stats[service_idx]; in service_runner_do_callback()
406 service_counter_add(&cs->cycles, cycles); in service_runner_do_callback()
418 service_run(uint32_t i, struct core_state *cs, const uint64_t *mapped_services, in service_run()
433 rte_bitset_clear(cs->service_active_on_lcore, i); in service_run()
437 rte_bitset_set(cs->service_active_on_lcore, i); in service_run()
443 service_runner_do_callback(s, cs, in service_run()
374 service_runner_do_callback(struct rte_service_spec_impl * s,struct core_state * cs,uint32_t service_idx) service_runner_do_callback() argument
413 service_run(uint32_t i,struct core_state * cs,uint64_t service_mask,struct rte_service_spec_impl * s,uint32_t serialize_mt_unsafe) service_run() argument
467 struct core_state *cs = &lcore_states[rte_lcore_id()]; rte_service_run_iter_on_app_lcore() local
490 struct core_state *cs = &lcore_states[lcore]; service_runner_func() local
569 struct core_state *cs = &lcore_states[i]; rte_service_lcore_list() local
585 struct core_state *cs = &lcore_states[lcore]; rte_service_lcore_count_services() local
750 struct core_state *cs = &lcore_states[lcore]; rte_service_lcore_del() local
774 struct core_state *cs = &lcore_states[lcore]; rte_service_lcore_start() local
816 struct core_state *cs = &lcore_states[lcore]; rte_service_lcore_stop() local
848 struct core_state *cs = &lcore_states[lcore]; lcore_attr_get_loops() local
856 struct core_state *cs = &lcore_states[lcore]; lcore_attr_get_cycles() local
864 struct core_state *cs = &lcore_states[lcore]; lcore_attr_get_service_calls() local
873 struct core_state *cs = &lcore_states[lcore]; lcore_attr_get_service_cycles() local
933 struct core_state *cs; rte_service_lcore_attr_get() local
963 struct core_state *cs = &lcore_states[lcore]; rte_service_attr_reset_all() local
974 struct core_state *cs; rte_service_lcore_attr_reset_all() local
1014 struct core_state *cs = &lcore_states[lcore]; service_dump_calls_per_lcore() local
[all...]
/dpdk/lib/ipsec/
H A Dcrypto.h307 struct rte_cryptodev_sym_session *cs, struct rte_mbuf *mb) in lksd_none_cop_prepare() argument
316 __rte_crypto_sym_op_attach_sym_session(sop, cs); in lksd_none_cop_prepare()
H A Desp_outb.c299 struct rte_cryptodev_sym_session *cs; in esp_outb_tun_prepare()
305 cs = ss->crypto.ses; in esp_outb_tun_prepare()
319 lksd_none_cop_prepare(cop[k], cs, mb[i]); in esp_outb_tun_prepare()
468 struct rte_cryptodev_sym_session *cs; in esp_outb_trs_prepare()
474 cs = ss->crypto.ses; in esp_outb_trs_prepare()
496 lksd_none_cop_prepare(cop[k], cs, mb[i]);
300 struct rte_cryptodev_sym_session *cs; esp_outb_tun_prepare() local
450 struct rte_cryptodev_sym_session *cs; esp_outb_trs_prepare() local
H A Desp_inb.c370 struct rte_cryptodev_sym_session *cs; in esp_inb_pkt_prepare() local
376 cs = ss->crypto.ses; in esp_inb_pkt_prepare()
385 lksd_none_cop_prepare(cop[k], cs, mb[i]); in esp_inb_pkt_prepare()
/dpdk/lib/mempool/
H A Drte_mempool.h371 #define RTE_MEMPOOL_HEADER_SIZE(mp, cs) \ argument
372 (sizeof(*(mp)) + (((cs) == 0) ? 0 : \
/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_glue.c324 mlx5_glue_destroy_counter_set(struct ibv_counter_set *cs) in mlx5_glue_destroy_counter_set() argument
327 (void)cs; in mlx5_glue_destroy_counter_set()
330 return ibv_destroy_counter_set(cs); in mlx5_glue_destroy_counter_set()
H A Dmlx5_glue.h227 int (*destroy_counter_set)(struct ibv_counter_set *cs);