Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/qlnx/qlnxe/
H A Decore_init_fw_funcs.c1480 enum gft_profile_type profile_type) in ecore_gft_config() argument
1488 if (profile_type >= MAX_GFT_PROFILE_TYPE) in ecore_gft_config()
1538 if (profile_type == GFT_PROFILE_TYPE_4_TUPLE) in ecore_gft_config()
1547 else if (profile_type == GFT_PROFILE_TYPE_L4_DST_PORT) in ecore_gft_config()
1553 else if (profile_type == GFT_PROFILE_TYPE_IP_DST_ADDR) in ecore_gft_config()
1558 else if (profile_type == GFT_PROFILE_TYPE_IP_SRC_ADDR) in ecore_gft_config()
1563 else if (profile_type == GFT_PROFILE_TYPE_TUNNEL_TYPE) in ecore_gft_config()
H A Decore_init_fw_funcs.h424 enum gft_profile_type profile_type);
/freebsd-14.2/sys/dev/ice/
H A Dice_sched.c4086 u8 profile_type; in ice_sched_add_rl_profile() local
4093 profile_type = ICE_AQC_RL_PROFILE_TYPE_CIR; in ice_sched_add_rl_profile()
4096 profile_type = ICE_AQC_RL_PROFILE_TYPE_EIR; in ice_sched_add_rl_profile()
4099 profile_type = ICE_AQC_RL_PROFILE_TYPE_SRL; in ice_sched_add_rl_profile()
4108 profile_type && rl_prof_elem->bw == bw) in ice_sched_add_rl_profile()
4126 rl_prof_elem->profile.flags = profile_type; in ice_sched_add_rl_profile()
4312 profile_type && in ice_sched_rm_rl_profile()
4346 u8 profile_type; in ice_sched_set_node_bw_dflt() local
4354 profile_type = ICE_AQC_RL_PROFILE_TYPE_CIR; in ice_sched_set_node_bw_dflt()
4358 profile_type = ICE_AQC_RL_PROFILE_TYPE_EIR; in ice_sched_set_node_bw_dflt()
[all …]