Lines Matching refs:layer_info
790 if (hw->layer_info) { in ice_sched_cleanup_all()
791 devm_kfree(ice_hw_to_dev(hw), hw->layer_info); in ice_sched_cleanup_all()
792 hw->layer_info = NULL; in ice_sched_cleanup_all()
1202 if (hw->layer_info) in ice_sched_query_res_alloc()
1231 hw->layer_info = devm_kmemdup(ice_hw_to_dev(hw), buf->layer_props, in ice_sched_query_res_alloc()
1233 sizeof(*hw->layer_info)), in ice_sched_query_res_alloc()
1235 if (!hw->layer_info) { in ice_sched_query_res_alloc()
2363 if (hw->layer_info[layer_index].max_cir_rl_profiles) in ice_sched_get_rl_prof_layer()
2367 if (hw->layer_info[layer_index].max_eir_rl_profiles) in ice_sched_get_rl_prof_layer()
2374 if (hw->layer_info[layer_index].max_srl_profiles) in ice_sched_get_rl_prof_layer()
2377 hw->layer_info[layer_index + 1].max_srl_profiles) in ice_sched_get_rl_prof_layer()
2380 hw->layer_info[layer_index - 1].max_srl_profiles) in ice_sched_get_rl_prof_layer()