Searched refs:new_numqs (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/intel/ice/ |
D | ice_sched.c | 542 ice_alloc_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 new_numqs) in ice_alloc_lan_q_ctx() argument 553 new_numqs, in ice_alloc_lan_q_ctx() 558 vsi_ctx->num_lan_q_entries[tc] = new_numqs; in ice_alloc_lan_q_ctx() 562 if (new_numqs > vsi_ctx->num_lan_q_entries[tc]) { in ice_alloc_lan_q_ctx() 565 q_ctx = devm_kcalloc(ice_hw_to_dev(hw), new_numqs, in ice_alloc_lan_q_ctx() 573 vsi_ctx->num_lan_q_entries[tc] = new_numqs; in ice_alloc_lan_q_ctx() 1621 u8 tc, u16 new_numqs, u8 owner) in ice_sched_update_vsi_child_nodes() argument 1645 if (new_numqs <= prev_numqs) in ice_sched_update_vsi_child_nodes() 1647 status = ice_alloc_lan_q_ctx(hw, vsi_handle, tc, new_numqs); in ice_sched_update_vsi_child_nodes() 1651 if (new_numqs) in ice_sched_update_vsi_child_nodes() [all …]
|