Home
last modified time | relevance | path

Searched refs:IPN3KE_TM_COS_NODE_NUM (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_tm.c107 IPN3KE_TM_COS_NODE_NUM; in ipn3ke_hw_tm_init()
167 i < IPN3KE_TM_COS_NODE_NUM; in ipn3ke_hw_tm_init()
267 if (node_index >= IPN3KE_TM_COS_NODE_NUM) in ipn3ke_hw_tm_shaper_profile_search()
329 if (node_index >= IPN3KE_TM_COS_NODE_NUM) in ipn3ke_hw_tm_node_search()
458 cap->sched_n_children_max = IPN3KE_TM_COS_NODE_NUM; in ipn3ke_tm_capabilities_get()
545 cap->n_nodes_nonleaf_max = IPN3KE_TM_COS_NODE_NUM; in ipn3ke_tm_level_capabilities_get()
572 cap->n_nodes_max = IPN3KE_TM_COS_NODE_NUM; in ipn3ke_tm_level_capabilities_get()
574 cap->n_nodes_leaf_max = IPN3KE_TM_COS_NODE_NUM; in ipn3ke_tm_level_capabilities_get()
689 IPN3KE_TM_COS_NODE_NUM; in ipn3ke_tm_node_capabilities_get()
1085 if (node_index >= IPN3KE_TM_COS_NODE_NUM) in ipn3ke_tm_node_add_check_parameter()
[all …]
H A Dipn3ke_ethdev.h122 #define IPN3KE_TM_COS_NODE_NUM (64 * 1024) macro
123 #define IPN3KE_TM_VT_NODE_NUM (IPN3KE_TM_COS_NODE_NUM / 8)