Lines Matching refs:layer_info
853 if (hw->layer_info) { in ice_sched_cleanup_all()
854 devm_kfree(ice_hw_to_dev(hw), hw->layer_info); in ice_sched_cleanup_all()
855 hw->layer_info = NULL; in ice_sched_cleanup_all()
1310 if (hw->layer_info) in ice_sched_query_res_alloc()
1339 hw->layer_info = devm_kmemdup(ice_hw_to_dev(hw), buf->layer_props, in ice_sched_query_res_alloc()
1341 sizeof(*hw->layer_info)), in ice_sched_query_res_alloc()
1343 if (!hw->layer_info) { in ice_sched_query_res_alloc()
3362 if (hw->layer_info[layer_index].max_cir_rl_profiles) in ice_sched_get_rl_prof_layer()
3366 if (hw->layer_info[layer_index].max_eir_rl_profiles) in ice_sched_get_rl_prof_layer()
3373 if (hw->layer_info[layer_index].max_srl_profiles) in ice_sched_get_rl_prof_layer()
3376 hw->layer_info[layer_index + 1].max_srl_profiles) in ice_sched_get_rl_prof_layer()
3379 hw->layer_info[layer_index - 1].max_srl_profiles) in ice_sched_get_rl_prof_layer()