Home
last modified time | relevance | path

Searched defs:cbs_sched_data (Results 1 – 1 of 1) sorted by relevance

/linux-5.10/net/sched/
Dsch_cbs.c69 struct cbs_sched_data { struct
70 bool offload;
71 int queue;
72 atomic64_t port_rate; /* in bytes/s */
73 s64 last; /* timestamp in ns */
74 s64 credits; /* in bytes */
75 s32 locredit; /* in bytes */
76 s32 hicredit; /* in bytes */
77 s64 sendslope; /* in bytes/s */
78 s64 idleslope; /* in bytes/s */
[all …]