Searched refs:new_numqs (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/intel/ice/ |
| D | ice_sched.c | 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() [all …]
|