Lines Matching refs:new_numqs
523 ice_alloc_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 new_numqs) in ice_alloc_lan_q_ctx() argument
534 new_numqs, in ice_alloc_lan_q_ctx()
539 vsi_ctx->num_lan_q_entries[tc] = new_numqs; in ice_alloc_lan_q_ctx()
543 if (new_numqs > vsi_ctx->num_lan_q_entries[tc]) { in ice_alloc_lan_q_ctx()
546 q_ctx = devm_kcalloc(ice_hw_to_dev(hw), new_numqs, in ice_alloc_lan_q_ctx()
554 vsi_ctx->num_lan_q_entries[tc] = new_numqs; in ice_alloc_lan_q_ctx()
1413 u8 tc, u16 new_numqs, u8 owner) in ice_sched_update_vsi_child_nodes() argument
1437 if (new_numqs <= prev_numqs) in ice_sched_update_vsi_child_nodes()
1439 status = ice_alloc_lan_q_ctx(hw, vsi_handle, tc, new_numqs); in ice_sched_update_vsi_child_nodes()
1443 if (new_numqs) in ice_sched_update_vsi_child_nodes()
1444 ice_sched_calc_vsi_child_nodes(hw, new_numqs, new_num_nodes); in ice_sched_update_vsi_child_nodes()
1456 vsi_ctx->sched.max_lanq[tc] = new_numqs; in ice_sched_update_vsi_child_nodes()