Home
last modified time | relevance | path

Searched refs:layer_info (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow.c64 uint16_t layer_info; in flow_program_npc() local
86 layer_info = ((flow_info->keyx_supp_nmask[intf] >> off) & 0x7); in flow_program_npc()
88 if (layer_info) { in flow_program_npc()
90 if (layer_info & (1 << idx)) { in flow_program_npc()
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_sched.c829 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()
1314 if (hw->layer_info) in ice_sched_query_res_alloc()
1344 hw->layer_info = (struct ice_aqc_layer_props *) in ice_sched_query_res_alloc()
1347 sizeof(*hw->layer_info)), in ice_sched_query_res_alloc()
1349 if (!hw->layer_info) { in ice_sched_query_res_alloc()
4057 if (hw->layer_info[layer_index].max_cir_rl_profiles) in ice_sched_get_rl_prof_layer()
4068 if (hw->layer_info[layer_index].max_srl_profiles) in ice_sched_get_rl_prof_layer()
4071 hw->layer_info[layer_index + 1].max_srl_profiles) in ice_sched_get_rl_prof_layer()
[all …]
H A Dice_type.h847 struct ice_aqc_layer_props *layer_info; member