Home
last modified time | relevance | path

Searched refs:bw_alloc (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/ice/
H A Dice_sched.c1015 buf->generic[i].data.cir_bw.bw_alloc = in ice_sched_add_elems()
1019 buf->generic[i].data.eir_bw.bw_alloc = in ice_sched_add_elems()
3118 * @bw_alloc: BW weight/allocation
3124 enum ice_rl_type rl_type, u16 bw_alloc) in ice_sched_cfg_node_bw_alloc()
3134 data->cir_bw.bw_alloc = CPU_TO_LE16(bw_alloc); in ice_sched_cfg_node_bw_alloc()
3137 data->eir_bw.bw_alloc = CPU_TO_LE16(bw_alloc); in ice_sched_cfg_node_bw_alloc()
3220 * @bw_alloc: Bandwidth allocation information
3222 * Save or clear CIR BW alloc information (bw_alloc) i
3122 ice_sched_cfg_node_bw_alloc(struct ice_hw * hw,struct ice_sched_node * node,enum ice_rl_type rl_type,u16 bw_alloc) ice_sched_cfg_node_bw_alloc() argument
3224 ice_set_clear_cir_bw_alloc(struct ice_bw_type_info * bw_t_info,u16 bw_alloc) ice_set_clear_cir_bw_alloc() argument
3242 ice_set_clear_eir_bw_alloc(struct ice_bw_type_info * bw_t_info,u16 bw_alloc) ice_set_clear_eir_bw_alloc() argument
3263 ice_sched_save_vsi_bw_alloc(struct ice_port_info * pi,u16 vsi_handle,u8 tc,enum ice_rl_type rl_type,u16 bw_alloc) ice_sched_save_vsi_bw_alloc() argument
3435 ice_sched_save_agg_bw_alloc(struct ice_port_info * pi,u32 agg_id,u8 tc,enum ice_rl_type rl_type,u16 bw_alloc) ice_sched_save_agg_bw_alloc() argument
3854 ice_cfg_vsi_bw_alloc(struct ice_port_info * pi,u16 vsi_handle,u8 ena_tcmap,enum ice_rl_type rl_type,u8 * bw_alloc) ice_cfg_vsi_bw_alloc() argument
3906 ice_cfg_agg_bw_alloc(struct ice_port_info * pi,u32 agg_id,u8 ena_tcmap,enum ice_rl_type rl_type,u8 * bw_alloc) ice_cfg_agg_bw_alloc() argument
4800 ice_sched_save_tc_node_bw_alloc(struct ice_port_info * pi,u8 tc,enum ice_rl_type rl_type,u16 bw_alloc) ice_sched_save_tc_node_bw_alloc() argument
4832 ice_sched_set_tc_node_bw_alloc(struct ice_port_info * pi,u8 tc,enum ice_rl_type rl_type,u8 bw_alloc) ice_sched_set_tc_node_bw_alloc() argument
4866 ice_cfg_tc_node_bw_alloc(struct ice_port_info * pi,u8 tc,enum ice_rl_type rl_type,u8 bw_alloc) ice_cfg_tc_node_bw_alloc() argument
5596 u16 bw_alloc; ice_sched_replay_node_bw() local
[all...]
H A Dice_sched.h252 enum ice_rl_type rl_type, u8 *bw_alloc);
259 enum ice_rl_type rl_type, u8 *bw_alloc);
284 enum ice_rl_type rl_type, u8 bw_alloc);
H A Dice_type.h762 LE16_TO_CPU((x)->info.cir_bw.bw_alloc)
764 LE16_TO_CPU((x)->info.eir_bw.bw_alloc)
852 u16 bw_alloc;
831 u16 bw_alloc; global() member
H A Dice_common.c5444 buf->txqs[0].info.cir_bw.bw_alloc = in ice_ena_vsi_txq()
5448 buf->txqs[0].info.eir_bw.bw_alloc = in ice_ena_vsi_txq()
5685 buf->rdma_qsets[i].info.cir_bw.bw_alloc = in ice_ena_vsi_rdma_qset()
5689 buf->rdma_qsets[i].info.eir_bw.bw_alloc = in ice_ena_vsi_rdma_qset()
H A Dice_adminq_cmd.h1094 __le16 bw_alloc; member