Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_sched.c572 ice_calloc(hw, new_numqs, sizeof(*q_ctx)); in ice_alloc_lan_q_ctx()
575 vsi_ctx->num_lan_q_entries[tc] = new_numqs; in ice_alloc_lan_q_ctx()
579 if (new_numqs > vsi_ctx->num_lan_q_entries[tc]) { in ice_alloc_lan_q_ctx()
583 ice_calloc(hw, new_numqs, sizeof(*q_ctx)); in ice_alloc_lan_q_ctx()
590 vsi_ctx->num_lan_q_entries[tc] = new_numqs; in ice_alloc_lan_q_ctx()
1833 u8 tc, u16 new_numqs, u8 owner) in ice_sched_update_vsi_child_nodes() argument
1857 if (new_numqs <= prev_numqs) in ice_sched_update_vsi_child_nodes()
1859 status = ice_alloc_lan_q_ctx(hw, vsi_handle, tc, new_numqs); in ice_sched_update_vsi_child_nodes()
1863 if (new_numqs) in ice_sched_update_vsi_child_nodes()
1864 ice_sched_calc_vsi_child_nodes(hw, new_numqs, new_num_nodes); in ice_sched_update_vsi_child_nodes()
[all …]