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

/freebsd-13-stable/sys/dev/ice/
H A Dice_sched.h161 u16 q_handle, enum ice_rl_type rl_type, u32 bw);
164 u16 q_handle, enum ice_rl_type rl_type);
167 enum ice_rl_type rl_type, u32 bw);
170 enum ice_rl_type rl_type);
173 enum ice_rl_type rl_type, u32 bw);
176 enum ice_rl_type rl_type);
179 enum ice_rl_type rl_type, u32 bw);
182 enum ice_rl_type rl_type);
204 enum ice_rl_type rl_type, u8 *bw_alloc);
211 enum ice_rl_type rl_type, u
[all...]
H A Dice_sched.c2959 * @rl_type: rate limit type CIR, EIR, or shared
2966 enum ice_rl_type rl_type, u16 bw_alloc)
2974 if (rl_type == ICE_MIN_BW) {
2977 } else if (rl_type == ICE_MAX_BW) {
3100 * @rl_type: rate limit type min or max
3107 enum ice_rl_type rl_type, u16 bw_alloc)
3116 switch (rl_type) {
3193 * @rl_type: rate limit type min, max, or shared
3200 enum ice_rl_type rl_type, u32 bw)
3209 switch (rl_type) {
2965 ice_sched_cfg_node_bw_alloc(struct ice_hw *hw, struct ice_sched_node *node, enum ice_rl_type rl_type, u16 bw_alloc) argument
3106 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) argument
3199 ice_sched_save_vsi_bw(struct ice_port_info *pi, u16 vsi_handle, u8 tc, enum ice_rl_type rl_type, u32 bw) argument
3278 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) argument
3312 ice_sched_save_agg_bw(struct ice_port_info *pi, u32 agg_id, u8 tc, enum ice_rl_type rl_type, u32 bw) argument
3350 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) argument
3377 ice_cfg_vsi_bw_dflt_lmt_per_tc(struct ice_port_info *pi, u16 vsi_handle, u8 tc, enum ice_rl_type rl_type) argument
3407 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) argument
3433 ice_cfg_agg_bw_dflt_lmt_per_tc(struct ice_port_info *pi, u32 agg_id, u8 tc, enum ice_rl_type rl_type) argument
3698 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) argument
3750 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) argument
3923 ice_sched_add_rl_profile(struct ice_hw *hw, enum ice_rl_type rl_type, u32 bw, u8 layer_num) argument
4001 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) argument
4040 ice_sched_get_node_rl_prof_id(struct ice_sched_node *node, enum ice_rl_type rl_type) argument
4076 ice_sched_get_rl_prof_layer(struct ice_port_info *pi, enum ice_rl_type rl_type, u8 layer_index) argument
4186 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) argument
4242 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) argument
4291 ice_sched_set_node_bw_lmt(struct ice_port_info *pi, struct ice_sched_node *node, enum ice_rl_type rl_type, u32 bw) argument
4324 ice_sched_set_node_bw_dflt_lmt(struct ice_port_info *pi, struct ice_sched_node *node, enum ice_rl_type rl_type) argument
4368 ice_sched_save_q_bw(struct ice_q_ctx *q_ctx, enum ice_rl_type rl_type, u32 bw) argument
4398 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) argument
4461 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) argument
4479 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) argument
4497 ice_sched_save_tc_node_bw(struct ice_port_info *pi, u8 tc, enum ice_rl_type rl_type, u32 bw) argument
4528 ice_sched_set_tc_node_bw_lmt(struct ice_port_info *pi, u8 tc, enum ice_rl_type rl_type, u32 bw) argument
4563 ice_cfg_tc_node_bw_lmt(struct ice_port_info *pi, u8 tc, enum ice_rl_type rl_type, u32 bw) argument
4578 ice_cfg_tc_node_bw_dflt_lmt(struct ice_port_info *pi, u8 tc, enum ice_rl_type rl_type) argument
4594 ice_sched_save_tc_node_bw_alloc(struct ice_port_info *pi, u8 tc, enum ice_rl_type rl_type, u16 bw_alloc) argument
4626 ice_sched_set_tc_node_bw_alloc(struct ice_port_info *pi, u8 tc, enum ice_rl_type rl_type, u8 bw_alloc) argument
4660 ice_cfg_tc_node_bw_alloc(struct ice_port_info *pi, u8 tc, enum ice_rl_type rl_type, u8 bw_alloc) argument
4790 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) argument
4840 enum ice_rl_type rl_type = ICE_SHARED_BW; local
4884 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) argument
5039 enum ice_rl_type rl_type = ICE_SHARED_BW; local
5113 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) argument
5149 enum ice_rl_type rl_type = ICE_SHARED_BW; local
[all...]
/freebsd-13-stable/sys/dev/rl/
H A Dif_rl.c135 static const struct rl_type rl_devs[] = {
399 if (sc->rl_type == RL_8139) {
445 if (sc->rl_type == RL_8139) {
590 const struct rl_type *t;
644 const struct rl_type *t;
762 sc->rl_type = 0;
765 sc->rl_type = t->rl_basetype;
771 if (sc->rl_type == 0) {
774 sc->rl_type = RL_8139;
797 if (sc->rl_type
[all...]
H A Dif_rlreg.h612 struct rl_type { struct
621 int rl_type; member in struct:rl_hwrev
631 #define RL_ISCPLUS(x) ((x)->rl_type == RL_8139CPLUS || \
632 (x)->rl_type == RL_8169)
878 uint8_t rl_type; member in struct:rl_softc
/freebsd-13-stable/sys/dev/re/
H A Dif_re.c178 static const struct rl_type re_devs[] = {
526 if (sc->rl_type == RL_8169) {
564 if (sc->rl_type == RL_8139CPLUS && re8139_reg == RL_BMCR) {
580 if (sc->rl_type == RL_8169) {
588 if (sc->rl_type == RL_8139CPLUS) {
810 if (sc->rl_type == RL_8169)
940 const struct rl_type *t;
1407 sc->rl_type = hw_rev->rl_type;
1589 if (sc->rl_type
[all...]

Completed in 115 milliseconds