Go to the documentation of this file.
9 #include <asm/byteorder.h>
13 #define OZ_ALLOCATED_SPACE(__x) (LL_RESERVED_SPACE(__x)+(__x)->needed_tailroom)
17 #define oz_ms_to_jiffies(__x) msecs_to_jiffies(__x)
21 #define OZ_QUANTUM_MS 8
24 #define OZ_QUANTUM_J (oz_ms_to_jiffies(OZ_QUANTUM_MS))
27 #define OZ_CONNECTION_TOUT_J (2*HZ)
28 #define OZ_PRESLEEP_TOUT_J (11*HZ)
31 #define OZ_MAX_TX_SIZE 1514
34 #define OZ_MAX_SUBMITTED_ISOC 16
37 #define OZ_MAX_TX_QUEUE_ISOC 32