--- zzzz-none-000/linux-4.9.231/include/net/sch_generic.h 2020-07-22 07:10:54.000000000 +0000 +++ falcon-5590-729/linux-4.9.231/include/net/sch_generic.h 2022-03-30 12:03:35.000000000 +0000 @@ -66,6 +66,7 @@ #define TCQ_F_NOPARENT 0x40 /* root of its hierarchy : * qdisc_tree_decrease_qlen() should stop. */ +#define TCQ_F_OFFLOADED 0x200 /* qdisc is offloaded to HW */ u32 limit; const struct Qdisc_ops *ops; struct qdisc_size_table __rcu *stab;