Home
last modified time | relevance | path

Searched refs:profile_type (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dprofile.h35 enum profile_type { enum
84 int profile_event_register(enum profile_type, struct notifier_block * n);
85 int profile_event_unregister(enum profile_type, struct notifier_block * n);
123 static inline int profile_event_register(enum profile_type t, struct notifier_block * n) in profile_event_register()
128 static inline int profile_event_unregister(enum profile_type t, struct notifier_block * n) in profile_event_unregister()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_sched.c2180 u8 profile_type; in ice_sched_add_rl_profile() local
2186 profile_type = ICE_AQC_RL_PROFILE_TYPE_CIR; in ice_sched_add_rl_profile()
2189 profile_type = ICE_AQC_RL_PROFILE_TYPE_EIR; in ice_sched_add_rl_profile()
2192 profile_type = ICE_AQC_RL_PROFILE_TYPE_SRL; in ice_sched_add_rl_profile()
2204 profile_type && rl_prof_elem->bw == bw) in ice_sched_add_rl_profile()
2222 rl_prof_elem->profile.flags = profile_type; in ice_sched_add_rl_profile()
2415 * @profile_type: profile type like EIR, CIR, or SRL
2419 * 'profile_type' and profile ID as 'profile_id'. The caller needs to hold
2423 ice_sched_rm_rl_profile(struct ice_port_info *pi, u8 layer_num, u8 profile_type, in ice_sched_rm_rl_profile() argument
2435 profile_type in ice_sched_rm_rl_profile()
2471 u8 profile_type; ice_sched_set_node_bw_dflt() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_fw_funcs.c1253 bool ipv4, bool ipv6, enum gft_profile_type profile_type) in qed_gft_config()
1266 if (profile_type >= MAX_GFT_PROFILE_TYPE) in qed_gft_config()
1332 if (profile_type == GFT_PROFILE_TYPE_4_TUPLE) { in qed_gft_config()
1339 } else if (profile_type == GFT_PROFILE_TYPE_L4_DST_PORT) { in qed_gft_config()
1343 } else if (profile_type == GFT_PROFILE_TYPE_IP_DST_ADDR) { in qed_gft_config()
1346 } else if (profile_type == GFT_PROFILE_TYPE_IP_SRC_ADDR) { in qed_gft_config()
1349 } else if (profile_type == GFT_PROFILE_TYPE_TUNNEL_TYPE) { in qed_gft_config()
1248 qed_gft_config(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, u16 pf_id, bool tcp, bool udp, bool ipv4, bool ipv6, enum gft_profile_type profile_type) qed_gft_config() argument
H A Dqed_hsi.h3951 * @param profile_type - define packet same fields. Use enum gft_profile_type.
3958 bool ipv4, bool ipv6, enum gft_profile_type profile_type);
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_sched.c3220 u8 profile_type; in ice_sched_add_rl_profile() local
3227 profile_type = ICE_AQC_RL_PROFILE_TYPE_CIR; in ice_sched_add_rl_profile()
3230 profile_type = ICE_AQC_RL_PROFILE_TYPE_EIR; in ice_sched_add_rl_profile()
3233 profile_type = ICE_AQC_RL_PROFILE_TYPE_SRL; in ice_sched_add_rl_profile()
3245 profile_type && rl_prof_elem->bw == bw) in ice_sched_add_rl_profile()
3263 rl_prof_elem->profile.flags = profile_type; in ice_sched_add_rl_profile()
3456 * @profile_type: profile type like EIR, CIR, or SRL
3460 * 'profile_type' and profile ID as 'profile_id'. The caller needs to hold
3464 ice_sched_rm_rl_profile(struct ice_port_info *pi, u8 layer_num, u8 profile_type, in ice_sched_rm_rl_profile() argument
3476 profile_type in ice_sched_rm_rl_profile()
3510 u8 profile_type; ice_sched_set_node_bw_dflt() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_fw_funcs.c1455 bool ipv4, bool ipv6, enum gft_profile_type profile_type) in qed_gft_config()
1468 if (profile_type >= MAX_GFT_PROFILE_TYPE) in qed_gft_config()
1534 if (profile_type == GFT_PROFILE_TYPE_4_TUPLE) { in qed_gft_config()
1541 } else if (profile_type == GFT_PROFILE_TYPE_L4_DST_PORT) { in qed_gft_config()
1545 } else if (profile_type == GFT_PROFILE_TYPE_IP_DST_ADDR) { in qed_gft_config()
1548 } else if (profile_type == GFT_PROFILE_TYPE_IP_SRC_ADDR) { in qed_gft_config()
1551 } else if (profile_type == GFT_PROFILE_TYPE_TUNNEL_TYPE) { in qed_gft_config()
1450 qed_gft_config(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, u16 pf_id, bool tcp, bool udp, bool ipv4, bool ipv6, enum gft_profile_type profile_type) qed_gft_config() argument
H A Dqed_hsi.h2646 * @profile_type: Define packet same fields. Use enum gft_profile_type.
2655 bool ipv4, bool ipv6, enum gft_profile_type profile_type);
/kernel/linux/linux-5.10/kernel/
H A Dprofile.c178 int profile_event_register(enum profile_type type, struct notifier_block *n) in profile_event_register()
197 int profile_event_unregister(enum profile_type type, struct notifier_block *n) in profile_event_unregister()
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h2498 u8 profile_type, u8 query, u8 domain);
H A Dbe_cmds.c4436 u8 profile_type, u8 query, u8 domain) in be_cmd_get_profile_config()
4463 req->type = profile_type; in be_cmd_get_profile_config()
4433 be_cmd_get_profile_config(struct be_adapter *adapter, struct be_resources *res, struct be_port_resources *port_res, u8 profile_type, u8 query, u8 domain) be_cmd_get_profile_config() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h2498 u8 profile_type, u8 query, u8 domain);
H A Dbe_cmds.c4437 u8 profile_type, u8 query, u8 domain) in be_cmd_get_profile_config()
4464 req->type = profile_type; in be_cmd_get_profile_config()
4434 be_cmd_get_profile_config(struct be_adapter *adapter, struct be_resources *res, struct be_port_resources *port_res, u8 profile_type, u8 query, u8 domain) be_cmd_get_profile_config() argument

Completed in 127 milliseconds