Home
last modified time | relevance | path

Searched defs:node_id (Results 1 – 25 of 33) sorted by relevance

12

/dpdk/lib/ethdev/
H A Drte_tm.c88 uint32_t node_id, in rte_tm_node_type_get()
120 uint32_t node_id, in rte_tm_node_capabilities_get()
215 uint32_t node_id, in rte_tm_node_add()
231 uint32_t node_id, in rte_tm_node_delete()
241 uint32_t node_id, in rte_tm_node_suspend()
251 uint32_t node_id, in rte_tm_node_resume()
271 uint32_t node_id, in rte_tm_node_parent_update()
284 uint32_t node_id, in rte_tm_node_shaper_update()
295 uint32_t node_id, in rte_tm_node_shared_shaper_update()
307 uint32_t node_id, in rte_tm_node_stats_update()
[all …]
/dpdk/drivers/net/mvpp2/
H A Dmrvl_tm.c122 mrvl_node_from_id(struct mrvl_priv *priv, uint32_t node_id) in mrvl_node_from_id()
143 mrvl_node_type_get(struct rte_eth_dev *dev, uint32_t node_id, int *is_leaf, in mrvl_node_type_get()
305 mrvl_node_capabilities_get(struct rte_eth_dev *dev, uint32_t node_id, in mrvl_node_capabilities_get()
497 mrvl_node_check_params(struct rte_eth_dev *dev, uint32_t node_id, in mrvl_node_check_params()
603 mrvl_node_add(struct rte_eth_dev *dev, uint32_t node_id, in mrvl_node_add()
697 mrvl_node_delete(struct rte_eth_dev *dev, uint32_t node_id, in mrvl_node_delete()
744 static int mrvl_node_suspend_one(struct rte_eth_dev *dev, uint32_t node_id, in mrvl_node_suspend_one()
765 mrvl_node_suspend(struct rte_eth_dev *dev, uint32_t node_id, in mrvl_node_suspend()
811 mrvl_node_resume(struct rte_eth_dev *dev, uint32_t node_id, in mrvl_node_resume()
962 mrvl_node_stats_read(struct rte_eth_dev *dev, uint32_t node_id, in mrvl_node_stats_read()
[all …]
/dpdk/drivers/net/cnxk/
H A Dcnxk_tm.c9 cnxk_nix_tm_node_type_get(struct rte_eth_dev *eth_dev, uint32_t node_id, in cnxk_nix_tm_node_type_get()
201 cnxk_nix_tm_node_capa_get(struct rte_eth_dev *eth_dev, uint32_t node_id, in cnxk_nix_tm_node_capa_get()
336 cnxk_nix_tm_node_add(struct rte_eth_dev *eth_dev, uint32_t node_id, in cnxk_nix_tm_node_add()
407 cnxk_nix_tm_node_delete(struct rte_eth_dev *eth_dev, uint32_t node_id, in cnxk_nix_tm_node_delete()
442 cnxk_nix_tm_node_suspend(struct rte_eth_dev *eth_dev, uint32_t node_id, in cnxk_nix_tm_node_suspend()
458 cnxk_nix_tm_node_resume(struct rte_eth_dev *eth_dev, uint32_t node_id, in cnxk_nix_tm_node_resume()
513 cnxk_nix_tm_node_shaper_update(struct rte_eth_dev *eth_dev, uint32_t node_id, in cnxk_nix_tm_node_shaper_update()
539 cnxk_nix_tm_node_parent_update(struct rte_eth_dev *eth_dev, uint32_t node_id, in cnxk_nix_tm_node_parent_update()
559 cnxk_nix_tm_node_stats_read(struct rte_eth_dev *eth_dev, uint32_t node_id, in cnxk_nix_tm_node_stats_read()
/dpdk/drivers/net/hns3/
H A Dhns3_tm.c300 uint32_t node_id, in hns3_tm_node_search()
459 hns3_tm_port_node_add(struct rte_eth_dev *dev, uint32_t node_id, in hns3_tm_port_node_add()
504 hns3_tm_tc_node_add(struct rte_eth_dev *dev, uint32_t node_id, in hns3_tm_tc_node_add()
555 hns3_tm_queue_node_add(struct rte_eth_dev *dev, uint32_t node_id, in hns3_tm_queue_node_add()
601 hns3_tm_node_add(struct rte_eth_dev *dev, uint32_t node_id, in hns3_tm_node_add()
682 uint32_t node_id, in hns3_tm_node_delete()
717 hns3_tm_node_type_get(struct rte_eth_dev *dev, uint32_t node_id, in hns3_tm_node_type_get()
874 uint32_t node_id, in hns3_tm_node_capabilities_get()
1101 uint32_t node_id, in hns3_tm_node_shaper_do_update()
1147 uint32_t node_id, in hns3_tm_node_shaper_update()
[all …]
H A Dhns3_tm.h99 hns3_tm_calc_node_tc_no(struct hns3_tm_conf *conf, uint32_t node_id) in hns3_tm_calc_node_tc_no()
/dpdk/drivers/net/iavf/
H A Diavf_tm.c102 uint32_t node_id, enum iavf_tm_node_type *node_type) in iavf_tm_node_search()
132 iavf_node_param_check(struct iavf_info *vf, uint32_t node_id, in iavf_node_param_check()
222 iavf_node_type_get(struct rte_eth_dev *dev, uint32_t node_id, in iavf_node_type_get()
271 iavf_tm_node_add(struct rte_eth_dev *dev, uint32_t node_id, in iavf_tm_node_add()
429 iavf_tm_node_delete(struct rte_eth_dev *dev, uint32_t node_id, in iavf_tm_node_delete()
740 uint32_t node_id, in iavf_node_capabilities_get()
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_tm.c57 dpaa2_node_from_id(struct dpaa2_dev_priv *priv, uint32_t node_id) in dpaa2_node_from_id()
181 dpaa2_node_capabilities_get(struct rte_eth_dev *dev, uint32_t node_id, in dpaa2_node_capabilities_get()
234 dpaa2_node_type_get(struct rte_eth_dev *dev, uint32_t node_id, int *is_leaf, in dpaa2_node_type_get()
359 dpaa2_node_check_params(struct rte_eth_dev *dev, uint32_t node_id, in dpaa2_node_check_params()
432 dpaa2_node_add(struct rte_eth_dev *dev, uint32_t node_id, in dpaa2_node_add()
528 dpaa2_node_delete(struct rte_eth_dev *dev, uint32_t node_id, in dpaa2_node_delete()
896 dpaa2_node_stats_read(struct rte_eth_dev *dev, uint32_t node_id, in dpaa2_node_stats_read()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_tm.c334 ixgbe_tm_node_search(struct rte_eth_dev *dev, uint32_t node_id, in ixgbe_tm_node_search()
462 ixgbe_node_param_check(struct rte_eth_dev *dev, uint32_t node_id, in ixgbe_node_param_check()
558 ixgbe_node_add(struct rte_eth_dev *dev, uint32_t node_id, in ixgbe_node_add()
744 ixgbe_node_delete(struct rte_eth_dev *dev, uint32_t node_id, in ixgbe_node_delete()
810 ixgbe_node_type_get(struct rte_eth_dev *dev, uint32_t node_id, in ixgbe_node_type_get()
927 uint32_t node_id, in ixgbe_node_capabilities_get()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_tm.c324 txgbe_tm_node_search(struct rte_eth_dev *dev, uint32_t node_id, in txgbe_tm_node_search()
451 txgbe_node_param_check(struct rte_eth_dev *dev, uint32_t node_id, in txgbe_node_param_check()
547 txgbe_node_add(struct rte_eth_dev *dev, uint32_t node_id, in txgbe_node_add()
732 txgbe_node_delete(struct rte_eth_dev *dev, uint32_t node_id, in txgbe_node_delete()
797 txgbe_node_type_get(struct rte_eth_dev *dev, uint32_t node_id, in txgbe_node_type_get()
904 uint32_t node_id, in txgbe_node_capabilities_get()
/dpdk/drivers/net/i40e/
H A Di40e_tm.c324 uint32_t node_id, enum i40e_tm_node_type *node_type) in i40e_tm_node_search()
354 i40e_node_param_check(struct rte_eth_dev *dev, uint32_t node_id, in i40e_node_param_check()
450 i40e_node_add(struct rte_eth_dev *dev, uint32_t node_id, in i40e_node_add()
624 i40e_node_delete(struct rte_eth_dev *dev, uint32_t node_id, in i40e_node_delete()
689 i40e_node_type_get(struct rte_eth_dev *dev, uint32_t node_id, in i40e_node_type_get()
806 uint32_t node_id, in i40e_node_capabilities_get()
/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_tm.c306 uint32_t node_id, uint32_t state_mask) in ipn3ke_hw_tm_node_search()
373 uint32_t node_id, int *is_leaf, struct rte_tm_error *error) in ipn3ke_pmd_tm_node_type_get()
612 uint32_t node_id, struct rte_tm_node_capabilities *cap, in ipn3ke_tm_node_capabilities_get()
1012 uint32_t node_id, uint32_t parent_node_id, uint32_t priority, in ipn3ke_tm_node_add_check_parameter()
1125 uint32_t node_id, uint32_t parent_node_id, uint32_t level_id, in ipn3ke_tm_node_add_check_mount()
1170 uint32_t node_id, uint32_t parent_node_id, uint32_t priority, in ipn3ke_tm_node_add()
1318 uint32_t node_id, struct rte_tm_error *error) in ipn3ke_tm_node_del_check_parameter()
1374 uint32_t node_id, struct rte_tm_error *error) in ipn3ke_pmd_tm_node_delete()
/dpdk/drivers/common/cnxk/
H A Droc_nix_tm_ops.c300 roc_nix_tm_node_pkt_mode_update(struct roc_nix *roc_nix, uint32_t node_id, in roc_nix_tm_node_pkt_mode_update()
341 roc_nix_tm_node_name_get(struct roc_nix *roc_nix, uint32_t node_id, char *buf, in roc_nix_tm_node_name_get()
362 roc_nix_tm_node_delete(struct roc_nix *roc_nix, uint32_t node_id, bool free) in roc_nix_tm_node_delete()
667 roc_nix_tm_node_suspend_resume(struct roc_nix *roc_nix, uint32_t node_id, in roc_nix_tm_node_suspend_resume()
753 roc_nix_tm_node_shaper_update(struct roc_nix *roc_nix, uint32_t node_id, in roc_nix_tm_node_shaper_update()
829 roc_nix_tm_node_parent_update(struct roc_nix *roc_nix, uint32_t node_id, in roc_nix_tm_node_parent_update()
H A Droc_nix_tm_utils.c82 nix_tm_find_prio_anchor(struct nix *nix, uint32_t node_id, in nix_tm_find_prio_anchor()
115 nix_tm_node_search(struct nix *nix, uint32_t node_id, enum roc_nix_tm_tree tree) in nix_tm_node_search()
1004 roc_nix_tm_node_lvl(struct roc_nix *roc_nix, uint32_t node_id) in roc_nix_tm_node_lvl()
1017 roc_nix_tm_node_get(struct roc_nix *roc_nix, uint32_t node_id) in roc_nix_tm_node_get()
1119 roc_nix_tm_node_stats_get(struct roc_nix *roc_nix, uint32_t node_id, bool clear, in roc_nix_tm_node_stats_get()
/dpdk/drivers/net/ice/
H A Dice_dcf_sched.c91 uint32_t node_id, enum ice_dcf_tm_node_type *node_type) in ice_dcf_tm_node_search()
140 ice_dcf_node_param_check(struct ice_dcf_hw *hw, uint32_t node_id, in ice_dcf_node_param_check()
230 ice_dcf_node_add(struct rte_eth_dev *dev, uint32_t node_id, in ice_dcf_node_add()
398 ice_dcf_node_delete(struct rte_eth_dev *dev, uint32_t node_id, in ice_dcf_node_delete()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c397 uint32_t node_id, in pmd_tm_node_type_get()
893 uint32_t node_id, in pmd_tm_node_capabilities_get()
1426 uint32_t node_id, in node_add_check_port()
1500 uint32_t node_id, in node_add_check_subport()
1572 uint32_t node_id, in node_add_check_pipe()
1649 uint32_t node_id, in node_add_check_tc()
1722 uint32_t node_id, in node_add_check_queue()
1809 uint32_t node_id, in node_add_check()
1955 uint32_t node_id, in pmd_tm_node_add()
2042 uint32_t node_id, in pmd_tm_node_delete()
[all …]
/dpdk/lib/eal/windows/
H A Deal_lcore.c26 uint16_t node_id; member
113 const unsigned int node_id = info->NumaNode.NodeNumber; in eal_create_lcore_map() local
/dpdk/app/test-pmd/
H A Dcmdline_tm.c503 uint32_t node_id; member
626 uint32_t node_id; member
745 uint32_t node_id; member
1488 uint32_t node_id; member
1582 uint32_t node_id; member
1741 uint32_t node_id; member
1908 uint32_t node_id; member
2071 uint32_t node_id; member
2143 uint32_t node_id; member
2239 uint32_t node_id; member
[all …]
/dpdk/examples/server_node_efd/server/
H A Dinit.h19 unsigned int node_id; member
H A Dinit.c224 uint64_t node_id; in populate_efd_table() local
/dpdk/drivers/net/ice/base/
H A Dice_pg_cam.h15 u16 node_id; member
27 u16 node_id; member
/dpdk/app/test/
H A Dtest_graph.c547 uint32_t node_id, dummy_id; in test_node_clone() local
589 uint32_t node_id; in test_update_edges() local
638 uint32_t node_id; in test_create_graph() local
H A Dtest_graph_perf.c45 uint8_t node_id; member
270 rte_node_t node_id; in graph_node_get() local
/dpdk/examples/server_node_efd/node/
H A Dnode.c44 static uint8_t node_id; variable
/dpdk/drivers/mempool/octeontx/
H A Docteontx_fpavf.c523 unsigned int buf_offset, int node_id) in octeontx_fpa_bufpool_create()
609 octeontx_fpa_bufpool_destroy(uintptr_t handle, int node_id) in octeontx_fpa_bufpool_destroy()
/dpdk/lib/graph/
H A Dnode.c17 static rte_node_t node_id; variable

12