Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dice_sched.h136 enum ice_rl_type rl_type, u32 bw);
140 enum ice_rl_type rl_type, u32 bw, u8 layer_num);
209 u16 q_handle, enum ice_rl_type rl_type, u32 bw);
212 u16 q_handle, enum ice_rl_type rl_type);
215 enum ice_rl_type rl_type, u32 bw);
218 enum ice_rl_type rl_type);
221 enum ice_rl_type rl_type, u32 bw);
224 enum ice_rl_type rl_type);
227 enum ice_rl_type rl_type, u32 bw);
230 enum ice_rl_type rl_type);
[all...]
H A Dice_sched.c3117 * @rl_type: rate limit type CIR, EIR, or shared
3124 enum ice_rl_type rl_type, u16 bw_alloc) in ice_sched_cfg_node_bw_alloc()
3132 if (rl_type == ICE_MIN_BW) { in ice_sched_cfg_node_bw_alloc()
3135 } else if (rl_type == ICE_MAX_BW) { in ice_sched_cfg_node_bw_alloc()
3258 * @rl_type: rate limit type min or max
3265 enum ice_rl_type rl_type, u16 bw_alloc) in ice_sched_save_vsi_bw_alloc()
3274 switch (rl_type) { in ice_sched_save_vsi_bw_alloc()
3351 * @rl_type: rate limit type min, max, or shared
3358 enum ice_rl_type rl_type, u32 bw) in ice_sched_save_vsi_bw()
3367 switch (rl_type) { in ice_sched_save_vsi_bw()
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
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
3356 ice_sched_save_vsi_bw(struct ice_port_info * pi,u16 vsi_handle,u8 tc,enum ice_rl_type rl_type,u32 bw) ice_sched_save_vsi_bw() 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
3469 ice_sched_save_agg_bw(struct ice_port_info * pi,u32 agg_id,u8 tc,enum ice_rl_type rl_type,u32 bw) ice_sched_save_agg_bw() argument
3507 ice_cfg_vsi_bw_lmt_per_tc(struct ice_port_info * pi,u16 vsi_handle,u8 tc,enum ice_rl_type rl_type,u32 bw) ice_cfg_vsi_bw_lmt_per_tc() argument
3534 ice_cfg_vsi_bw_dflt_lmt_per_tc(struct ice_port_info * pi,u16 vsi_handle,u8 tc,enum ice_rl_type rl_type) ice_cfg_vsi_bw_dflt_lmt_per_tc() argument
3564 ice_cfg_agg_bw_lmt_per_tc(struct ice_port_info * pi,u32 agg_id,u8 tc,enum ice_rl_type rl_type,u32 bw) ice_cfg_agg_bw_lmt_per_tc() argument
3590 ice_cfg_agg_bw_dflt_lmt_per_tc(struct ice_port_info * pi,u32 agg_id,u8 tc,enum ice_rl_type rl_type) ice_cfg_agg_bw_dflt_lmt_per_tc() 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
4078 ice_sched_add_rl_profile(struct ice_hw * hw,enum ice_rl_type rl_type,u32 bw,u8 layer_num) ice_sched_add_rl_profile() argument
4155 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
4194 ice_sched_get_node_rl_prof_id(struct ice_sched_node * node,enum ice_rl_type rl_type) ice_sched_get_node_rl_prof_id() argument
4229 ice_sched_get_rl_prof_layer(struct ice_port_info * pi,enum ice_rl_type rl_type,u8 layer_index) ice_sched_get_rl_prof_layer() argument
4341 ice_sched_set_node_bw_dflt(struct ice_port_info * pi,struct ice_sched_node * node,enum ice_rl_type rl_type,u8 layer_num) ice_sched_set_node_bw_dflt() argument
4396 ice_sched_set_node_bw(struct ice_port_info * pi,struct ice_sched_node * node,enum ice_rl_type rl_type,u32 bw,u8 layer_num) ice_sched_set_node_bw() argument
4497 ice_sched_set_node_bw_lmt(struct ice_port_info * pi,struct ice_sched_node * node,enum ice_rl_type rl_type,u32 bw) ice_sched_set_node_bw_lmt() argument
4531 ice_sched_set_node_bw_dflt_lmt(struct ice_port_info * pi,struct ice_sched_node * node,enum ice_rl_type rl_type) ice_sched_set_node_bw_dflt_lmt() argument
4573 ice_sched_save_q_bw(struct ice_q_ctx * q_ctx,enum ice_rl_type rl_type,u32 bw) ice_sched_save_q_bw() argument
4604 ice_sched_set_q_bw_lmt(struct ice_port_info * pi,u16 vsi_handle,u8 tc,u16 q_handle,enum ice_rl_type rl_type,u32 bw) ice_sched_set_q_bw_lmt() argument
4667 ice_cfg_q_bw_lmt(struct ice_port_info * pi,u16 vsi_handle,u8 tc,u16 q_handle,enum ice_rl_type rl_type,u32 bw) ice_cfg_q_bw_lmt() argument
4685 ice_cfg_q_bw_dflt_lmt(struct ice_port_info * pi,u16 vsi_handle,u8 tc,u16 q_handle,enum ice_rl_type rl_type) ice_cfg_q_bw_dflt_lmt() argument
4703 ice_sched_save_tc_node_bw(struct ice_port_info * pi,u8 tc,enum ice_rl_type rl_type,u32 bw) ice_sched_save_tc_node_bw() argument
4734 ice_sched_set_tc_node_bw_lmt(struct ice_port_info * pi,u8 tc,enum ice_rl_type rl_type,u32 bw) ice_sched_set_tc_node_bw_lmt() argument
4769 ice_cfg_tc_node_bw_lmt(struct ice_port_info * pi,u8 tc,enum ice_rl_type rl_type,u32 bw) ice_cfg_tc_node_bw_lmt() argument
4784 ice_cfg_tc_node_bw_dflt_lmt(struct ice_port_info * pi,u8 tc,enum ice_rl_type rl_type) ice_cfg_tc_node_bw_dflt_lmt() 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
4999 ice_sched_set_node_bw_lmt_per_tc(struct ice_port_info * pi,u32 id,enum ice_agg_type agg_type,u8 tc,enum ice_rl_type rl_type,u32 bw) ice_sched_set_node_bw_lmt_per_tc() argument
5047 enum ice_rl_type rl_type = ICE_SHARED_BW; ice_sched_validate_vsi_srl_node() local
5093 ice_sched_set_save_vsi_srl_node_bw(struct ice_port_info * pi,u16 vsi_handle,u8 tc,struct ice_sched_node * srl_node,enum ice_rl_type rl_type,u32 bw) ice_sched_set_save_vsi_srl_node_bw() argument
5246 enum ice_rl_type rl_type = ICE_SHARED_BW; ice_sched_validate_agg_srl_node() local
5322 ice_sched_set_save_agg_srl_node_bw(struct ice_port_info * pi,u32 agg_id,u8 tc,struct ice_sched_node * srl_node,enum ice_rl_type rl_type,u32 bw) ice_sched_set_save_agg_srl_node_bw() argument
5356 enum ice_rl_type rl_type = ICE_SHARED_BW; ice_sched_set_agg_node_srl_per_tc() local
[all...]
/freebsd/sys/dev/rl/
H A Dif_rlreg.h611 struct rl_type { struct
620 int rl_type; argument
630 #define RL_ISCPLUS(x) ((x)->rl_type == RL_8139CPLUS || \
631 (x)->rl_type == RL_8169)
877 uint8_t rl_type; member
H A Dif_rl.c133 static const struct rl_type rl_devs[] = {
395 if (sc->rl_type == RL_8139) { in rl_miibus_readreg()
441 if (sc->rl_type == RL_8139) { in rl_miibus_writereg()
586 const struct rl_type *t; in rl_probe()
640 const struct rl_type *t; in rl_attach()
758 sc->rl_type = 0; in rl_attach()
761 sc->rl_type = t->rl_basetype; in rl_attach()
767 if (sc->rl_type == 0) { in rl_attach()
770 sc->rl_type = RL_8139; in rl_attach()
788 if (sc->rl_type == RL_8139) in rl_attach()
[all …]
/freebsd/sys/dev/re/
H A Dif_re.c176 static const struct rl_type re_devs[] = {
525 if (sc->rl_type == RL_8169) { in re_miibus_readreg()
563 if (sc->rl_type == RL_8139CPLUS && re8139_reg == RL_BMCR) { in re_miibus_readreg()
579 if (sc->rl_type == RL_8169) { in re_miibus_writereg()
587 if (sc->rl_type == RL_8139CPLUS) { in re_miibus_writereg()
809 if (sc->rl_type == RL_8169) in re_diag()
939 const struct rl_type *t; in re_probe()
1406 sc->rl_type = hw_rev->rl_type; in re_attach()
1589 if (sc->rl_type == RL_8169) { in re_attach()
1661 if (sc->rl_type == RL_8169) in re_attach()
[all …]