]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/pkt_sched.h
via-velocity: add velocity_set_rxbufsize helper
[linux-2.6-omap-h63xx.git] / include / linux / pkt_sched.h
index 919af93b70596e70a06bdd10363c1d57a1aa50f4..dbb7ac37960d2a092d4250235aa3a37e5a97e61c 100644 (file)
@@ -83,6 +83,8 @@ struct tc_ratespec
        __u32           rate;
 };
 
+#define TC_RTAB_SIZE   1024
+
 /* FIFO section */
 
 struct tc_fifo_qopt
@@ -148,6 +150,11 @@ struct tc_sfq_qopt
        unsigned        flows;          /* Maximal number of flows  */
 };
 
+struct tc_sfq_xstats
+{
+       __s32           allot;
+};
+
 /*
  *  NOTE: limit, divisor and flows are hardwired to code at the moment.
  *