Home
last modified time | relevance | path

Searched defs:vec (Results 1 – 25 of 41) sorted by relevance

12

/dpdk/drivers/net/mlx4/
H A Dmlx4_utils.c53 mlx4_mallocv_inline(const char *type, const struct mlx4_malloc_vec *vec, in mlx4_mallocv_inline()
138 mlx4_mallocv(const char *type, const struct mlx4_malloc_vec *vec, in mlx4_mallocv()
151 mlx4_zmallocv(const char *type, const struct mlx4_malloc_vec *vec, in mlx4_zmallocv()
170 mlx4_mallocv_socket(const char *type, const struct mlx4_malloc_vec *vec, in mlx4_mallocv_socket()
184 mlx4_zmallocv_socket(const char *type, const struct mlx4_malloc_vec *vec, in mlx4_zmallocv_socket()
H A Dmlx4_txq.c323 struct mlx4_malloc_vec vec[] = { in mlx4_tx_queue_setup() local
H A Dmlx4_rxq.c740 struct mlx4_malloc_vec vec[] = { in mlx4_rx_queue_setup() local
/dpdk/drivers/common/cnxk/
H A Droc_npa_irq.c28 int rc, vec; in npa_register_err_irq() local
47 int vec; in npa_unregister_err_irq() local
76 int rc, vec; in npa_register_ras_irq() local
93 int vec; in npa_unregister_ras_irq() local
202 int vec, q, qs, rc = 0; in npa_register_queue_irqs() local
244 int vec, q, qs; in npa_unregister_queue_irqs() local
H A Droc_sso_irq.c28 int rc, vec; in sso_hwgrp_register_irq() local
62 int rc, vec; in sso_hws_register_irq() local
127 int vec; in sso_hwgrp_unregister_irq() local
140 int vec; in sso_hws_unregister_irq() local
H A Droc_nix_irq.c86 int rc, vec; in nix_lf_register_err_irq() local
103 int vec; in nix_lf_unregister_err_irq() local
135 int rc, vec; in nix_lf_register_ras_irq() local
152 int vec; in nix_lf_unregister_ras_irq() local
338 int vec, q, sqs, rqs, qs, rc = 0; in roc_nix_register_queue_irqs() local
392 int vec, q; in roc_nix_unregister_queue_irqs() local
421 uint8_t rc = 0, vec, q; in roc_nix_register_cq_irqs() local
490 int vec, q; in roc_nix_unregister_cq_irqs() local
H A Droc_tim_irq.c31 unsigned int vec; in tim_lf_register_irq() local
75 unsigned int vec; in tim_lf_unregister_irq() local
/dpdk/examples/fips_validation/
H A Dfips_dev_self_test.c999 struct fips_dev_self_test_vector *vec, in prepare_cipher_xform()
1056 struct fips_dev_self_test_vector *vec, in prepare_auth_xform()
1112 struct fips_dev_self_test_vector *vec, in prepare_aead_xform()
1177 struct fips_dev_self_test_vector *vec) in prepare_cipher_op()
1216 struct fips_dev_self_test_vector *vec) in prepare_auth_op()
1255 struct fips_dev_self_test_vector *vec) in prepare_aead_op()
1326 struct fips_dev_self_test_vector *vec, in check_cipher_result()
1359 struct fips_dev_self_test_vector *vec, in check_auth_result()
1386 struct fips_dev_self_test_vector *vec, in check_aead_result()
1428 struct fips_dev_self_test_vector *vec) in init_test_op()
[all …]
/dpdk/drivers/crypto/ipsec_mb/
H A Dpmd_aesni_gcm.c523 aesni_gcm_fill_error_code(struct rte_crypto_sym_vec *vec, in aesni_gcm_fill_error_code()
579 struct rte_crypto_vec *vec = &sgl->vec[i]; in aesni_gcm_process_gcm_sgl_op() local
611 struct rte_crypto_sym_vec *vec, in aesni_gcm_sgl_encrypt()
632 struct rte_crypto_sym_vec *vec, in aesni_gcm_sgl_decrypt()
653 struct rte_crypto_sym_vec *vec, in aesni_gmac_sgl_generate()
678 struct rte_crypto_sym_vec *vec, in aesni_gmac_sgl_verify()
705 struct rte_crypto_sym_vec *vec) in aesni_gcm_process_bulk()
/dpdk/examples/ipsec-secgw/
H A Dipsec_worker.c78 ev_vector_attr_init(struct rte_event_vector *vec) in ev_vector_attr_init() argument
86 ev_vector_attr_update(struct rte_event_vector *vec, struct rte_mbuf *pkt) in ev_vector_attr_update() argument
654 ipsec_ev_route_ip_pkts(struct rte_event_vector * vec,struct route_table * rt,struct ipsec_traffic * t) ipsec_ev_route_ip_pkts() argument
698 ipsec_ev_inbound_route_pkts(struct rte_event_vector * vec,struct route_table * rt,struct ipsec_traffic * t,const struct eh_event_link_info * ev_link) ipsec_ev_inbound_route_pkts() argument
739 ipsec_ev_outbound_route_pkts(struct rte_event_vector * vec,struct route_table * rt,struct ipsec_traffic * t,struct sa_ctx * sa_ctx,const struct eh_event_link_info * ev_link) ipsec_ev_outbound_route_pkts() argument
854 process_ipsec_ev_inbound_vector(struct ipsec_ctx * ctx,struct route_table * rt,struct rte_event_vector * vec,const struct eh_event_link_info * ev_link) process_ipsec_ev_inbound_vector() argument
897 process_ipsec_ev_outbound_vector(struct ipsec_ctx * ctx,struct route_table * rt,struct rte_event_vector * vec,const struct eh_event_link_info * ev_link) process_ipsec_ev_outbound_vector() argument
925 process_ipsec_ev_drv_mode_outbound_vector(struct rte_event_vector * vec,struct port_drv_mode_data * data) process_ipsec_ev_drv_mode_outbound_vector() argument
962 struct rte_event_vector *vec = ev->vec; ipsec_event_vector_free() local
972 struct rte_event_vector *vec = ev->vec; ipsec_ev_vector_process() local
1005 struct rte_event_vector *vec = ev->vec; ipsec_ev_vector_drv_mode_process() local
1086 struct rte_event_vector *vec = ev->vec; ipsec_ev_cryptodev_vector_process() local
[all...]
/dpdk/drivers/net/virtio/
H A Dvirtio_pci.c183 legacy_set_config_irq(struct virtio_hw *hw, uint16_t vec) in legacy_set_config_irq()
193 legacy_set_queue_irq(struct virtio_hw *hw, struct virtqueue *vq, uint16_t vec) in legacy_set_queue_irq()
395 modern_set_config_irq(struct virtio_hw *hw, uint16_t vec) in modern_set_config_irq()
404 modern_set_queue_irq(struct virtio_hw *hw, struct virtqueue *vq, uint16_t vec) in modern_set_queue_irq()
/dpdk/app/test/
H A Dtest_crc.c51 crc_calc(const uint8_t *vec, in crc_calc()
/dpdk/examples/l3fwd/
H A Dl3fwd_em_sequential.h132 l3fwd_em_process_event_vector(struct rte_event_vector *vec, in l3fwd_em_process_event_vector() argument
[all...]
H A Dl3fwd_em.h183 l3fwd_em_no_opt_process_event_vector(struct rte_event_vector *vec, in l3fwd_em_no_opt_process_event_vector()
H A Dl3fwd_em_hlm.h335 l3fwd_em_process_event_vector(struct rte_event_vector *vec, in l3fwd_em_process_event_vector() argument
H A Dl3fwd_event.h140 process_event_vector(struct rte_event_vector *vec, uint16_t *dst_port) in process_event_vector() argument
[all...]
/dpdk/drivers/dma/cnxk/
H A Dcnxk_dmadev_fp.c26 uint64x2_t vec; in __dpi_cpy_vector() local
39 uint64x2_t vec; in __dpi_cpy_vector_sg() local
55 uint64x2_t vec; in __dpi_cpy_vector_sg_lmt() local
/dpdk/drivers/crypto/virtio/
H A Dvirtio_pci.c131 modern_set_config_irq(struct virtio_crypto_hw *hw, uint16_t vec) in modern_set_config_irq()
139 uint16_t vec) in modern_set_queue_irq()
/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_b0.c417 int index, int size, int buff_size, int cpu, int vec) in hw_atl_b0_hw_ring_rx_init()
455 int index, int size, int cpu, int vec) in hw_atl_b0_hw_ring_tx_init()
/dpdk/lib/ipsec/
H A Dmisc.h124 struct rte_crypto_vec vec[UINT8_MAX]; in cpu_crypto_bulk() local
/dpdk/drivers/crypto/qat/dev/
H A Dqat_sym_pmd_gen1.c546 struct rte_crypto_sym_vec *vec, union rte_crypto_sym_ofs ofs, in qat_sym_dp_enqueue_cipher_jobs_gen1()
665 struct rte_crypto_sym_vec *vec, union rte_crypto_sym_ofs ofs, in qat_sym_dp_enqueue_auth_jobs_gen1()
796 struct rte_crypto_sym_vec *vec, union rte_crypto_sym_ofs ofs, in qat_sym_dp_enqueue_chain_jobs_gen1()
921 struct rte_crypto_sym_vec *vec, union rte_crypto_sym_ofs ofs, in qat_sym_dp_enqueue_aead_jobs_gen1()
H A Dqat_crypto_pmd_gen3.c623 struct rte_crypto_sym_vec *vec, union rte_crypto_sym_ofs ofs, in qat_sym_dp_enqueue_aead_jobs_gen3()
735 struct rte_crypto_sym_vec *vec, union rte_crypto_sym_ofs ofs, in qat_sym_dp_enqueue_auth_jobs_gen3()
/dpdk/lib/eal/windows/
H A Deal_interrupts.c120 __rte_unused unsigned int vec, __rte_unused void *data) in rte_intr_rx_ctl()
/dpdk/lib/eal/common/
H A Deal_common_interrupts.c453 int index, int vec) in rte_intr_vec_list_index_set()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev_vf.c928 uint32_t vec = TXGBE_MISC_VEC_ID; in txgbevf_dev_rx_queue_intr_enable() local
948 uint32_t vec = TXGBE_MISC_VEC_ID; in txgbevf_dev_rx_queue_intr_disable() local

12