Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ice/
H A Dice_sched.h164 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, u8 *bw_alloc);
220 enum ice_rl_type rl_type, u32 bw);
[all …]
H A Dice_sched.c3163 switch (rl_type) { in ice_sched_save_vsi_bw_alloc()
3256 switch (rl_type) { in ice_sched_save_vsi_bw()
3335 switch (rl_type) { in ice_sched_save_agg_bw_alloc()
3369 switch (rl_type) { in ice_sched_save_agg_bw()
3980 switch (rl_type) { in ice_sched_add_rl_profile()
4055 switch (rl_type) { in ice_sched_cfg_node_bw_lmt()
4093 switch (rl_type) { in ice_sched_get_node_rl_prof_id()
4129 switch (rl_type) { in ice_sched_get_rl_prof_layer()
4243 switch (rl_type) { in ice_sched_set_node_bw_dflt()
4416 switch (rl_type) { in ice_sched_save_q_bw()
[all …]
/freebsd-13.1/sys/dev/rl/
H A Dif_rlreg.h612 struct rl_type { struct
621 int rl_type; argument
631 #define RL_ISCPLUS(x) ((x)->rl_type == RL_8139CPLUS || \
632 (x)->rl_type == RL_8169)
878 uint8_t rl_type; member
H A Dif_rl.c135 static const struct rl_type rl_devs[] = {
399 if (sc->rl_type == RL_8139) { in rl_miibus_readreg()
445 if (sc->rl_type == RL_8139) { in rl_miibus_writereg()
590 const struct rl_type *t; in rl_probe()
644 const struct rl_type *t; in rl_attach()
762 sc->rl_type = 0; in rl_attach()
765 sc->rl_type = t->rl_basetype; in rl_attach()
771 if (sc->rl_type == 0) { in rl_attach()
774 sc->rl_type = RL_8139; in rl_attach()
797 if (sc->rl_type == RL_8139) in rl_attach()
[all …]
/freebsd-13.1/sys/dev/re/
H A Dif_re.c526 if (sc->rl_type == RL_8169) { in re_miibus_readreg()
580 if (sc->rl_type == RL_8169) { in re_miibus_writereg()
810 if (sc->rl_type == RL_8169) in re_diag()
940 const struct rl_type *t; in re_probe()
1407 sc->rl_type = hw_rev->rl_type; in re_attach()
1667 if (sc->rl_type == RL_8169) in re_attach()
2256 if (sc->rl_type == RL_8169) in re_rxeof()
3238 if (sc->rl_type == RL_8169) in re_init_locked()
3302 if (sc->rl_type == RL_8169) in re_init_locked()
3313 if (sc->rl_type == RL_8169) in re_init_locked()
[all …]