Home
last modified time | relevance | path

Searched defs:id (Results 1 – 25 of 342) sorted by relevance

12345678910>>...14

/dpdk/lib/eventdev/
H A Drte_event_eth_tx_adapter.c52 #define TXA_CHECK_OR_ERR_RET(id) \ argument
84 uint8_t id; member
118 uint8_t id; member
161 txa_adapter_exist(uint8_t id) in txa_adapter_exist()
167 txa_valid_id(uint8_t id) in txa_valid_id()
237 txa_service_id_to_data(uint8_t id) in txa_service_id_to_data()
755 txa_service_queue_add(uint8_t id, in txa_service_queue_add()
855 txa_service_queue_del(uint8_t id, in txa_service_queue_del()
926 txa_service_start(uint8_t id) in txa_service_start()
932 txa_service_stats_get(uint8_t id, in txa_service_stats_get()
[all …]
H A Drte_event_crypto_adapter.c133 eca_valid_id(uint8_t id) in eca_valid_id()
243 eca_id_to_adapter(uint8_t id) in eca_id_to_adapter()
250 eca_default_config_cb(uint8_t id, uint8_t dev_id, in eca_default_config_cb()
387 rte_event_crypto_adapter_create(uint8_t id, uint8_t dev_id, in rte_event_crypto_adapter_create()
413 rte_event_crypto_adapter_free(uint8_t id) in rte_event_crypto_adapter_free()
952 rte_event_crypto_adapter_queue_pair_add(uint8_t id, in rte_event_crypto_adapter_queue_pair_add()
1157 eca_adapter_ctrl(uint8_t id, int start) in eca_adapter_ctrl()
1199 rte_event_crypto_adapter_start(uint8_t id) in rte_event_crypto_adapter_start()
1213 rte_event_crypto_adapter_stop(uint8_t id) in rte_event_crypto_adapter_stop()
1220 rte_event_crypto_adapter_stats_get(uint8_t id, in rte_event_crypto_adapter_stats_get()
[all …]
H A Drte_event_eth_rx_adapter.c185 uint8_t id; member
268 rxa_validate_id(uint8_t id) in rxa_validate_id()
1460 rxa_id_to_adapter(uint8_t id) in rxa_id_to_adapter()
1467 rxa_default_conf_cb(uint8_t id, uint8_t dev_id, in rxa_default_conf_cb()
2277 rxa_ctrl(uint8_t id, int start) in rxa_ctrl()
2322 rxa_create(uint8_t id, uint8_t dev_id, in rxa_create()
2523 rte_event_eth_rx_adapter_free(uint8_t id) in rte_event_eth_rx_adapter_free()
2552 rte_event_eth_rx_adapter_queue_add(uint8_t id, in rte_event_eth_rx_adapter_queue_add()
2877 rte_event_eth_rx_adapter_start(uint8_t id) in rte_event_eth_rx_adapter_start()
2884 rte_event_eth_rx_adapter_stop(uint8_t id) in rte_event_eth_rx_adapter_stop()
[all …]
/dpdk/drivers/net/fm10k/base/
H A Dfm10k_tlv.h63 unsigned int id; member
70 #define FM10K_TLV_ATTR_BOOL(id) { id, FM10K_TLV_BOOL, 0 } argument
71 #define FM10K_TLV_ATTR_U8(id) { id, FM10K_TLV_UNSIGNED, 1 } argument
72 #define FM10K_TLV_ATTR_U16(id) { id, FM10K_TLV_UNSIGNED, 2 } argument
75 #define FM10K_TLV_ATTR_S8(id) { id, FM10K_TLV_SIGNED, 1 } argument
76 #define FM10K_TLV_ATTR_S16(id) { id, FM10K_TLV_SIGNED, 2 } argument
77 #define FM10K_TLV_ATTR_S32(id) { id, FM10K_TLV_SIGNED, 4 } argument
78 #define FM10K_TLV_ATTR_S64(id) { id, FM10K_TLV_SIGNED, 8 } argument
80 #define FM10K_TLV_ATTR_NESTED(id) { id, FM10K_TLV_NESTED } argument
84 unsigned int id; member
[all …]
/dpdk/lib/graph/
H A Dnode.c19 #define NODE_ID_CHECK(id) ID_CHECK(id, node_id) argument
182 rte_node_clone(rte_node_t id, const char *name) in rte_node_clone()
208 rte_node_id_to_name(rte_node_t id) in rte_node_id_to_name()
222 rte_node_edge_count(rte_node_t id) in rte_node_edge_count()
290 rte_node_edge_shrink(rte_node_t id, rte_edge_t size) in rte_node_edge_shrink()
316 rte_node_edge_update(rte_node_t id, rte_edge_t from, const char **next_nodes, in rte_node_edge_update()
351 rte_node_edge_get(rte_node_t id, char *next_nodes[]) in rte_node_edge_get()
375 node_scan_dump(FILE *f, rte_node_t id, bool all) in node_scan_dump()
395 rte_node_dump(FILE *f, rte_node_t id) in rte_node_dump()
H A Drte_graph.h209 rte_node_t id; /**< Node identifier of stats. */ member
434 rte_node_t id; /**< Node Identifier. */ member
614 rte_node_is_invalid(rte_node_t id) in rte_node_is_invalid()
629 rte_edge_is_invalid(rte_edge_t id) in rte_edge_is_invalid()
644 rte_graph_is_invalid(rte_graph_t id) in rte_graph_is_invalid()
H A Dgraph.c22 #define GRAPH_ID_CHECK(id) ID_CHECK(id, graph_id) argument
358 rte_graph_destroy(rte_graph_t id) in rte_graph_destroy()
403 rte_graph_id_to_name(rte_graph_t id) in rte_graph_id_to_name()
544 graph_scan_dump(FILE *f, rte_graph_t id, bool all) in graph_scan_dump()
564 rte_graph_dump(FILE *f, rte_graph_t id) in rte_graph_dump()
/dpdk/lib/eal/common/
H A Drte_service.c138 service_valid(uint32_t id) in service_valid()
144 service_get(uint32_t id) in service_get()
172 rte_service_set_stats_enable(uint32_t id, int32_t enabled) in rte_service_set_stats_enable()
224 rte_service_get_name(uint32_t id) in rte_service_get_name()
272 rte_service_component_unregister(uint32_t id) in rte_service_component_unregister()
312 rte_service_runstate_set(uint32_t id, uint32_t runstate) in rte_service_runstate_set()
332 rte_service_runstate_get(uint32_t id) in rte_service_runstate_get()
410 rte_service_may_be_active(uint32_t id) in rte_service_may_be_active()
623 rte_service_map_lcore_get(uint32_t id, uint32_t lcore) in rte_service_map_lcore_get()
830 rte_service_attr_reset_all(uint32_t id) in rte_service_attr_reset_all()
[all …]
/dpdk/drivers/event/dlb2/pf/
H A Ddlb2_main.c68 static int dlb2_pci_find_capability(struct rte_pci_device *pdev, uint32_t id) in dlb2_pci_find_capability()
593 dlb2_pf_reset_domain(struct dlb2_hw *hw, u32 id) in dlb2_pf_reset_domain()
600 u32 id, in dlb2_pf_create_ldb_queue()
610 u32 id, in dlb2_pf_create_ldb_port()
624 u32 id, in dlb2_pf_create_dir_port()
638 u32 id, in dlb2_pf_create_dir_queue()
648 u32 id, in dlb2_pf_start_domain()
/dpdk/drivers/raw/dpaa2_qdma/
H A Drte_pmd_dpaa2_qdma.h178 #define rte_qdma_start(id) rte_rawdev_start(id) argument
179 #define rte_qdma_reset(id) rte_rawdev_reset(id) argument
180 #define rte_qdma_configure(id, cf, sz) rte_rawdev_configure(id, cf, sz) argument
181 #define rte_qdma_dequeue_buffers(id, buf, num, ctxt) \ argument
183 #define rte_qdma_enqueue_buffers(id, buf, num, ctxt) \ argument
185 #define rte_qdma_queue_setup(id, qid, cfg, sz) \ argument
/dpdk/drivers/net/nfp/nfpcore/nfp-common/
H A Dnfp_resid.h103 NFP_CPP_ID_TARGET_of(uint32_t id) in NFP_CPP_ID_TARGET_of()
114 NFP_CPP_ID_TOKEN_of(uint32_t id) in NFP_CPP_ID_TOKEN_of()
125 NFP_CPP_ID_ACTION_of(uint32_t id) in NFP_CPP_ID_ACTION_of()
136 NFP_CPP_ID_ISLAND_of(uint32_t id) in NFP_CPP_ID_ISLAND_of()
/dpdk/drivers/common/sfc_efx/base/
H A Defx_ev.c262 __in uint32_t id, in efx_ev_qcreate_irq()
388 __in uint32_t id, in efx_ev_qcreate()
643 __in uint32_t id, in siena_ev_rx_not_ok()
735 uint32_t id; in siena_ev_rx() local
889 uint32_t id; in siena_ev_tx() local
1020 uint32_t id; in siena_ev_driver() local
1034 uint32_t id; in siena_ev_driver() local
1146 efx_mon_stat_t id; in siena_ev_mcdi() local
1297 __in uint32_t id, in siena_ev_qcreate()
1426 __in unsigned int id) in efx_ev_qstat_name()
[all …]
H A Def10_tx.c45 __in uint32_t id, in ef10_tx_qcreate()
233 unsigned int id; in ef10_tx_qpio_post() local
300 unsigned int id; in ef10_tx_qpost() local
349 unsigned int id; in ef10_tx_qpush() local
417 unsigned int id; in ef10_tx_qdesc_post() local
627 unsigned int id; in ef10_tx_qstats_update() local
H A Def10_ev.c118 __in uint32_t id, in ef10_ev_qcreate()
401 unsigned int id; in ef10_ev_qstats_update() local
751 uint32_t id; in ef10_ev_tx() local
795 uint32_t id; in ef10_ev_driver() local
805 uint32_t id; in ef10_ev_driver() local
918 efx_mon_stat_t id; in ef10_ev_mcdi() local
/dpdk/drivers/event/dsw/
H A Ddsw_xstats.c21 #define DSW_XSTATS_ID_GET_PARAM(id) \ argument
24 #define DSW_XSTATS_ID_GET_STAT(id) \ argument
27 #define DSW_XSTATS_ID_CREATE(id, param_value) \ argument
285 unsigned int id = ids[i]; in dsw_xstats_dev_get() local
300 unsigned int id = ids[i]; in dsw_xstats_port_get() local
335 unsigned int *id; member
357 unsigned int *id) in dsw_xstats_get_by_name()
/dpdk/lib/eal/freebsd/
H A Deal_thread.c35 int rte_thread_setname(pthread_t id, const char *name) in rte_thread_setname()
42 int rte_thread_getname(pthread_t id, char *name, size_t len) in rte_thread_getname()
/dpdk/drivers/net/dpaa2/mc/
H A Dfsl_dprtc_cmd.h17 #define DPRTC_CMD(id) (((id) << DPRTC_CMD_ID_OFFSET) | DPRTC_CMD_BASE_VERSION) argument
18 #define DPRTC_CMD_V2(id) (((id) << DPRTC_CMD_ID_OFFSET) | DPRTC_CMD_VERSION_2) argument
73 uint32_t id; member
96 uint8_t id; member
108 uint8_t id; member
/dpdk/drivers/raw/ifpga/base/
H A Difpga_fme_iperf.c444 u16 id = GET_FIELD(PROP_ID, prop->prop_id); in fme_iperf_root_get_prop() local
464 u16 id = GET_FIELD(PROP_ID, prop->prop_id); in fme_iperf_cache_get_prop() local
503 u16 id = GET_FIELD(PROP_ID, prop->prop_id); in fme_iperf_vtd_root_get_prop() local
541 u16 id = GET_FIELD(PROP_ID, prop->prop_id); in fme_iperf_vtd_sub_get_prop() local
590 u16 id = GET_FIELD(PROP_ID, prop->prop_id); in fme_iperf_fab_get_prop() local
653 u16 id = GET_FIELD(PROP_ID, prop->prop_id); in fme_iperf_cache_set_prop() local
666 u16 id = GET_FIELD(PROP_ID, prop->prop_id); in fme_iperf_vtd_set_prop() local
679 u16 id = GET_FIELD(PROP_ID, prop->prop_id); in fme_iperf_fab_set_prop() local
H A Difpga_feature_dev.h11 u64 id; member
38 get_fme_feature_by_id(struct ifpga_fme_hw *fme, u64 id) in get_fme_feature_by_id()
51 get_port_feature_by_id(struct ifpga_port_hw *port, u64 id) in get_port_feature_by_id()
64 get_feature_by_id(struct ifpga_feature_list *list, u64 id) in get_feature_by_id()
/dpdk/lib/eal/linux/
H A Deal_thread.c28 int rte_thread_setname(pthread_t id, const char *name) in rte_thread_setname()
44 int rte_thread_getname(pthread_t id, char *name, size_t len) in rte_thread_getname()
/dpdk/app/test/
H A Dtest_dmadev.c181 uint16_t id; in test_enqueue_copies() local
301 int id = rte_dma_copy(dev_id, vchan, in test_failure_in_full_burst() local
391 int id = rte_dma_copy(dev_id, vchan, in test_individual_status_query_with_failure() local
454 int id = rte_dma_copy(dev_id, vchan, in test_single_item_status_query_with_failure() local
520 int id = rte_dma_copy(dev_id, vchan, in test_multi_failure() local
556 int id = rte_dma_copy(dev_id, vchan, in test_multi_failure() local
647 int id = rte_dma_fill(dev_id, vchan, pattern, in test_enqueue_fill() local
841 int id; in test_apis() local
/dpdk/drivers/net/sfc/
H A Dsfc_ev.c67 sfc_ev_nop_rx(void *arg, uint32_t label, uint32_t id, in sfc_ev_nop_rx()
79 sfc_ev_efx_rx(void *arg, __rte_unused uint32_t label, uint32_t id, in sfc_ev_efx_rx()
152 sfc_ev_dp_rx(void *arg, __rte_unused uint32_t label, uint32_t id, in sfc_ev_dp_rx()
192 sfc_ev_nop_rx_ps(void *arg, uint32_t label, uint32_t id, in sfc_ev_nop_rx_ps()
205 sfc_ev_dp_rx_ps(void *arg, __rte_unused uint32_t label, uint32_t id, in sfc_ev_dp_rx_ps()
221 sfc_ev_nop_tx(void *arg, uint32_t label, uint32_t id) in sfc_ev_nop_tx()
231 sfc_ev_tx(void *arg, __rte_unused uint32_t label, uint32_t id) in sfc_ev_tx()
260 sfc_ev_dp_tx(void *arg, __rte_unused uint32_t label, uint32_t id) in sfc_ev_dp_tx()
/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_tcam_shared.c32 tf_pool_2_str(enum tf_tcam_shared_wc_pool_id id) in tf_pool_2_str()
86 enum tf_tcam_shared_wc_pool_id id, in tf_tcam_shared_create_wc_pool()
131 enum tf_tcam_shared_wc_pool_id id, in tf_tcam_shared_free_wc_pool()
485 enum tf_tcam_shared_wc_pool_id id; in tf_tcam_shared_alloc() local
567 enum tf_tcam_shared_wc_pool_id id; in tf_tcam_shared_free() local
687 enum tf_tcam_shared_wc_pool_id id; in tf_tcam_shared_set() local
797 enum tf_tcam_shared_wc_pool_id id; in tf_tcam_shared_get() local
1192 enum tf_tcam_shared_wc_pool_id id; in tf_tcam_shared_clear() local
/dpdk/lib/rcu/
H A Drte_rcu_qsbr.c84 unsigned int i, id, success; in rte_rcu_qsbr_thread_register() local
136 unsigned int i, id, success; in rte_rcu_qsbr_thread_unregister() local
211 uint32_t i, t, id; in rte_rcu_qsbr_dump() local
/dpdk/drivers/net/dpaa/fmlib/
H A Dfm_vsp.c82 ioc_fm_obj_t id; in fm_vsp_init() local
104 ioc_fm_obj_t id; in fm_vsp_free() local

12345678910>>...14