Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_tm.c106 IPN3KE_TM_VT_NODE_NUM + in ipn3ke_hw_tm_init()
128 hw->cos_nodes = hw->vt_nodes + IPN3KE_TM_VT_NODE_NUM; in ipn3ke_hw_tm_init()
150 i < IPN3KE_TM_VT_NODE_NUM; in ipn3ke_hw_tm_init()
255 if (node_index >= IPN3KE_TM_VT_NODE_NUM) in ipn3ke_hw_tm_shaper_profile_search()
323 if (node_index >= IPN3KE_TM_VT_NODE_NUM) in ipn3ke_hw_tm_node_search()
438 cap->shaper_n_max = 1 + IPN3KE_TM_VT_NODE_NUM; in ipn3ke_tm_capabilities_get()
517 cap->n_nodes_nonleaf_max = IPN3KE_TM_VT_NODE_NUM; in ipn3ke_tm_level_capabilities_get()
544 cap->n_nodes_max = IPN3KE_TM_VT_NODE_NUM; in ipn3ke_tm_level_capabilities_get()
666 IPN3KE_TM_VT_NODE_NUM; in ipn3ke_tm_node_capabilities_get()
1070 if (node_index >= IPN3KE_TM_VT_NODE_NUM) in ipn3ke_tm_node_add_check_parameter()
[all …]
H A Dipn3ke_ethdev.h123 #define IPN3KE_TM_VT_NODE_NUM (IPN3KE_TM_COS_NODE_NUM / 8) macro