Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_gred.c25 #define GRED_DEF_PRIO (MAX_DPs / 2)
26 #define GRED_VQ_MASK (MAX_DPs - 1)
159 for (i = 0; i < MAX_DPs; i++) in gred_per_vq_red_flags_used()
370 for (i = 0; i < MAX_DPs; i++) { in gred_offload_dump_stats()
381 for (i = 0; i < MAX_DPs; i++) { in gred_offload_dump_stats()
421 if (sopt->DPs > MAX_DPs) { in gred_change_table_def()
773 u32 max_p[MAX_DPs]; in gred_dump()
790 for (i = 0; i < MAX_DPs; i++) { in gred_dump()
806 for (i = 0; i < MAX_DPs; i++) { in gred_dump()
818 opt.DP = MAX_DPs + i; in gred_dump()
[all …]
/openbmc/linux/include/net/
H A Dpkt_cls.h920 struct tc_gred_vq_qopt_offload_params tab[MAX_DPs];
924 struct gnet_stats_basic_sync bstats[MAX_DPs];
925 struct gnet_stats_queue qstats[MAX_DPs];
926 struct red_stats *xstats[MAX_DPs];
/openbmc/linux/drivers/net/ethernet/netronome/nfp/abm/
H A Dmain.h182 } band[MAX_DPs];
/openbmc/linux/tools/include/uapi/linux/
H A Dpkt_sched.h285 #define MAX_DPs 16 macro
/openbmc/linux/include/uapi/linux/
H A Dpkt_sched.h305 #define MAX_DPs 16 macro