Searched refs:rl_prof_id (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_sched.c | 2247 * @rl_prof_id: rate limit profile ID 2253 enum ice_rl_type rl_type, u16 rl_prof_id) in ice_sched_cfg_node_bw_lmt() 2263 data->cir_bw.bw_profile_idx = cpu_to_le16(rl_prof_id); in ice_sched_cfg_node_bw_lmt() 2272 data->eir_bw.bw_profile_idx = cpu_to_le16(rl_prof_id); in ice_sched_cfg_node_bw_lmt() 2276 if (rl_prof_id == ICE_SCHED_NO_SHARED_RL_PROF_ID) { in ice_sched_cfg_node_bw_lmt() 2298 data->srl_id = cpu_to_le16(rl_prof_id); in ice_sched_cfg_node_bw_lmt() 2321 u16 rl_prof_id = ICE_SCHED_INVAL_PROF_ID; in ice_sched_get_node_rl_prof_id() local 2328 rl_prof_id = le16_to_cpu(data->cir_bw.bw_profile_idx); in ice_sched_get_node_rl_prof_id() 2332 rl_prof_id = le16_to_cpu(data->eir_bw.bw_profile_idx); in ice_sched_get_node_rl_prof_id() 2336 rl_prof_id in ice_sched_get_node_rl_prof_id() 2252 ice_sched_cfg_node_bw_lmt(struct ice_hw *hw, struct ice_sched_node *node, enum ice_rl_type rl_type, u16 rl_prof_id) ice_sched_cfg_node_bw_lmt() argument 2472 u16 rl_prof_id; ice_sched_set_node_bw_dflt() local 2572 u16 old_id, rl_prof_id; ice_sched_set_node_bw() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_sched.c | 3288 * @rl_prof_id: rate limit profile ID 3294 enum ice_rl_type rl_type, u16 rl_prof_id) in ice_sched_cfg_node_bw_lmt() 3304 data->cir_bw.bw_profile_idx = cpu_to_le16(rl_prof_id); in ice_sched_cfg_node_bw_lmt() 3313 data->eir_bw.bw_profile_idx = cpu_to_le16(rl_prof_id); in ice_sched_cfg_node_bw_lmt() 3317 if (rl_prof_id == ICE_SCHED_NO_SHARED_RL_PROF_ID) { in ice_sched_cfg_node_bw_lmt() 3339 data->srl_id = cpu_to_le16(rl_prof_id); in ice_sched_cfg_node_bw_lmt() 3362 u16 rl_prof_id = ICE_SCHED_INVAL_PROF_ID; in ice_sched_get_node_rl_prof_id() local 3369 rl_prof_id = le16_to_cpu(data->cir_bw.bw_profile_idx); in ice_sched_get_node_rl_prof_id() 3373 rl_prof_id = le16_to_cpu(data->eir_bw.bw_profile_idx); in ice_sched_get_node_rl_prof_id() 3377 rl_prof_id in ice_sched_get_node_rl_prof_id() 3293 ice_sched_cfg_node_bw_lmt(struct ice_hw *hw, struct ice_sched_node *node, enum ice_rl_type rl_type, u16 rl_prof_id) ice_sched_cfg_node_bw_lmt() argument 3511 u16 rl_prof_id; ice_sched_set_node_bw_dflt() local 3611 u16 old_id, rl_prof_id; ice_sched_set_node_bw() local [all...] |
Completed in 9 milliseconds