Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/ice/
H A Dice_sched.h136 enum ice_rl_type rl_type, u32 bw);
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);
252 enum ice_rl_type rl_type, u8 *bw_alloc);
259 enum ice_rl_type rl_type, u8 *bw_alloc);
268 enum ice_rl_type rl_type, u32 bw);
[all …]
H A Dice_sched.c3274 switch (rl_type) { in ice_sched_save_vsi_bw_alloc()
3367 switch (rl_type) { in ice_sched_save_vsi_bw()
3446 switch (rl_type) { in ice_sched_save_agg_bw_alloc()
3480 switch (rl_type) { in ice_sched_save_agg_bw()
4091 switch (rl_type) { in ice_sched_add_rl_profile()
4164 switch (rl_type) { in ice_sched_cfg_node_bw_lmt()
4202 switch (rl_type) { in ice_sched_get_node_rl_prof_id()
4238 switch (rl_type) { in ice_sched_get_rl_prof_layer()
4352 switch (rl_type) { in ice_sched_set_node_bw_dflt()
4577 switch (rl_type) { in ice_sched_save_q_bw()
[all …]
/freebsd-14.2/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-14.2/sys/dev/re/
H A Dif_re.c525 if (sc->rl_type == RL_8169) { in re_miibus_readreg()
579 if (sc->rl_type == RL_8169) { 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()
1661 if (sc->rl_type == RL_8169) in re_attach()
2255 if (sc->rl_type == RL_8169) in re_rxeof()
3233 if (sc->rl_type == RL_8169) in re_init_locked()
3297 if (sc->rl_type == RL_8169) in re_init_locked()
3308 if (sc->rl_type == RL_8169) in re_init_locked()
[all …]