Searched refs:layer_info (Results 1 – 3 of 3) sorted by relevance
712 uint16_t layer_info; in npc_program_mcam() local733 layer_info = ((npc->keyx_supp_nmask[intf] >> off) & 0x7); in npc_program_mcam()735 if (layer_info) { in npc_program_mcam()737 if (layer_info & (1 << idx)) { in npc_program_mcam()
829 if (hw->layer_info) { in ice_sched_cleanup_all()830 ice_free(hw, hw->layer_info); in ice_sched_cleanup_all()831 hw->layer_info = NULL; in ice_sched_cleanup_all()1338 if (hw->layer_info) in ice_sched_query_res_alloc()1368 hw->layer_info = (struct ice_aqc_layer_props *) in ice_sched_query_res_alloc()1371 sizeof(*hw->layer_info)), in ice_sched_query_res_alloc()1373 if (!hw->layer_info) { in ice_sched_query_res_alloc()4103 if (hw->layer_info[layer_index].max_cir_rl_profiles) in ice_sched_get_rl_prof_layer()4114 if (hw->layer_info[layer_index].max_srl_profiles) in ice_sched_get_rl_prof_layer()4117 hw->layer_info[layer_index + 1].max_srl_profiles) in ice_sched_get_rl_prof_layer()[all …]
1116 struct ice_aqc_layer_props *layer_info; member