QUEUE_DEPTH
#define QUEUE_DEPTH 254+1 /*1 for Normal disconnect 32 for Q'ing. */
#define QUEUE_DEPTH(in, out, ql) ((in - out) & (ql))