Home
last modified time | relevance | path

Searched defs:list (Results 1 – 25 of 42) sorted by relevance

12

/dpdk/drivers/crypto/cnxk/
H A Dcnxk_sg.h12 fill_sg_comp(struct roc_sglist_comp *list, uint32_t i, phys_addr_t dma_addr, uint32_t size) in fill_sg_comp()
22 fill_sg_comp_from_buf(struct roc_sglist_comp *list, uint32_t i, struct roc_se_buf_ptr *from) in fill_sg_comp_from_buf()
32 fill_sg_comp_from_buf_min(struct roc_sglist_comp *list, uint32_t i, struct roc_se_buf_ptr *from, in fill_sg_comp_from_buf_min()
51 fill_sg_comp_from_iov(struct roc_sglist_comp *list, uint32_t i, struct roc_se_iov_ptr *from, in fill_sg_comp_from_iov()
132 fill_sg_comp_from_pkt(struct roc_sglist_comp *list, uint32_t i, struct rte_mbuf *pkt) in fill_sg_comp_from_pkt()
153 fill_sg2_comp_from_pkt(struct roc_sg2list_comp *list, uint32_t i, struct rte_mbuf *pkt) in fill_sg2_comp_from_pkt()
175 fill_sg2_comp(struct roc_sg2list_comp *list, uint32_t i, phys_addr_t dma_addr, uint32_t size) in fill_sg2_comp()
186 fill_sg2_comp_from_buf(struct roc_sg2list_comp *list, uint32_t i, struct roc_se_buf_ptr *from) in fill_sg2_comp_from_buf()
197 fill_sg2_comp_from_buf_min(struct roc_sg2list_comp *list, uint32_t i, struct roc_se_buf_ptr *from, in fill_sg2_comp_from_buf_min()
213 fill_sg2_comp_from_iov(struct roc_sg2list_comp *list, uint32_t i, struct roc_se_iov_ptr *from, in fill_sg2_comp_from_iov()
/dpdk/app/test/
H A Dtest_devargs.c65 test_valid_devargs_cases(const struct devargs_case *list, size_t n) in test_valid_devargs_cases()
144 static const struct devargs_case list[] = { in test_valid_devargs() local
185 static const char * const list[] = { in test_invalid_devargs() local
213 static const struct devargs_parse_case list[] = { in test_valid_devargs_parsing() local
271 static const char * const list[] = { in test_invalid_devargs_parsing() local
/dpdk/lib/stack/
H A Drte_stack_lf_stubs.h19 __rte_stack_lf_push_elems(struct rte_stack_lf_list *list, in __rte_stack_lf_push_elems()
31 __rte_stack_lf_pop_elems(struct rte_stack_lf_list *list, in __rte_stack_lf_pop_elems()
H A Drte_stack_lf_generic.h34 __rte_stack_lf_push_elems(struct rte_stack_lf_list *list, in __rte_stack_lf_push_elems()
75 __rte_stack_lf_pop_elems(struct rte_stack_lf_list *list, in __rte_stack_lf_pop_elems()
H A Drte_stack_lf_c11.h34 __rte_stack_lf_push_elems(struct rte_stack_lf_list *list, in __rte_stack_lf_push_elems()
73 __rte_stack_lf_pop_elems(struct rte_stack_lf_list *list, in __rte_stack_lf_pop_elems()
/dpdk/drivers/common/mlx5/
H A Dmlx5_common_utils.c37 struct mlx5_list *list; in mlx5_list_create() local
124 mlx5_list_lookup(struct mlx5_list *list, void *ctx) in mlx5_list_lookup()
264 mlx5_list_register(struct mlx5_list *list, void *ctx) in mlx5_list_register()
323 mlx5_list_unregister(struct mlx5_list *list, in mlx5_list_unregister()
370 mlx5_list_destroy(struct mlx5_list *list) in mlx5_list_destroy()
377 mlx5_list_get_entry_num(struct mlx5_list *list) in mlx5_list_get_entry_num()
/dpdk/drivers/net/cnxk/
H A Dcnxk_eswitch_flow.c18 cnxk_eswitch_flow_rules_remove_list(struct cnxk_eswitch_dev *eswitch_dev, struct flow_list *list, in cnxk_eswitch_flow_rules_remove_list()
252 struct flow_list *list; in cnxk_eswitch_flow_rules_delete() local
277 struct flow_list *list; in cnxk_eswitch_flow_rules_install() local
391 struct flow_list *list; in cnxk_eswitch_pfvf_flow_rules_install() local
/dpdk/drivers/crypto/qat/dev/
H A Dqat_crypto_pmd_gen_lce.c24 struct qat_sgl *list = (struct qat_sgl *)list_in; in qat_sgl_add_buffer_gen_lce() local
51 struct qat_sgl *list = (struct qat_sgl *)list_in; in qat_sgl_fill_array_with_mbuf() local
/dpdk/lib/ethdev/
H A Dethdev_private.c54 rte_eth_devargs_enlist(uint16_t *list, uint16_t *len_list, in rte_eth_devargs_enlist() argument
71 rte_eth_devargs_process_range(char *str, uint16_t *list, uint16_t *len_list, in rte_eth_devargs_process_range() argument
104 rte_eth_devargs_process_list(char * str,uint16_t * list,uint16_t * len_list,const uint16_t max_list) rte_eth_devargs_process_list() argument
[all...]
/dpdk/examples/cmdline/
H A Dparse_obj_list.h30 struct object_list *list; member
/dpdk/drivers/common/cnxk/
H A Droc_npc_utils.c569 struct npc_prio_flow_list_head *list; in npc_slide_mcam_entries() local
705 struct npc_prio_flow_list_head *list; in npc_sort_mcams_by_user_prio_level() local
763 struct npc_prio_flow_list_head *list; in npc_insert_into_flow_list() local
825 struct npc_prio_flow_list_head *list; in npc_find_mcam_ref_entry() local
920 struct npc_prio_flow_list_head *list; in npc_delete_prio_list_entry() local
/dpdk/drivers/raw/ifpga/base/
H A Difpga_feature_dev.c277 static void feature_uinit(struct ifpga_feature_list *list) in feature_uinit()
291 struct ifpga_feature_list *list) in feature_init()
H A Difpga_feature_dev.h64 get_feature_by_id(struct ifpga_feature_list *list, u64 id) in get_feature_by_id()
/dpdk/drivers/common/qat/
H A Dqat_common.c42 struct qat_sgl *list = (struct qat_sgl *)list_in; in qat_sgl_fill_array() local
/dpdk/drivers/net/thunderx/base/
H A Dnicvf_hw.c254 nicvf_roundup_list(uint32_t val, uint32_t list[], uint32_t entries) in nicvf_roundup_list()
469 uint32_t list[] = {RBDR_QUEUE_SZ_8K, RBDR_QUEUE_SZ_16K, in nicvf_qsize_rbdr_roundup() local
578 uint32_t list[] = {SND_QUEUE_SZ_1K, SND_QUEUE_SZ_2K, in nicvf_qsize_sq_roundup() local
683 uint32_t list[] = {CMP_QUEUE_SZ_1K, CMP_QUEUE_SZ_2K, in nicvf_qsize_cq_roundup() local
/dpdk/drivers/bus/dpaa/include/
H A Dnetcfg.h18 struct list_head *list; member
/dpdk/drivers/event/dlb2/pf/
H A Ddlb2_main.h27 struct dlb2_list_head list; member
/dpdk/drivers/bus/dpaa/base/qbman/
H A Dbman_priv.h57 struct list_head list; member
/dpdk/drivers/common/dpaax/
H A Ddpaa_of.h78 struct list_head list; /**< Nodes within a parent subdir */ member
/dpdk/lib/cryptodev/
H A Drte_cryptodev.c637 struct rte_cryptodev_cb_rcu *list; cryptodev_cb_cleanup() local
677 struct rte_cryptodev_cb_rcu *list; cryptodev_cb_init() local
1499 struct rte_cryptodev_cb_rcu *list; rte_cryptodev_add_enq_callback() local
1569 struct rte_cryptodev_cb_rcu *list; rte_cryptodev_remove_enq_callback() local
1645 struct rte_cryptodev_cb_rcu *list; rte_cryptodev_add_deq_callback() local
1716 struct rte_cryptodev_cb_rcu *list; rte_cryptodev_remove_deq_callback() local
[all...]
H A Drte_cryptodev.h1914 struct rte_cryptodev_cb_rcu *list; rte_cryptodev_dequeue_burst() local
1981 struct rte_cryptodev_cb_rcu *list; rte_cryptodev_enqueue_burst() local
[all...]
/dpdk/app/test-compress-perf/
H A Dcomp_perf_options.h45 uint8_t list[MAX_LIST]; member
/dpdk/drivers/net/mlx4/
H A Dmlx4_glue.c59 mlx4_glue_free_device_list(struct ibv_device **list) in mlx4_glue_free_device_list()
/dpdk/drivers/common/mlx5/windows/
H A Dmlx5_glue.c41 mlx5_glue_devx_free_device_list(void *list) in mlx5_glue_devx_free_device_list()
/dpdk/drivers/net/qede/base/
H A Decore_spq.h58 osal_list_entry_t list; member

12