RES_QUEUE_LEN
#define RES_QUEUE_DEPTH(in, out) QUEUE_DEPTH(in, out, RES_QUEUE_LEN)
QSIZE(RES_QUEUE_LEN),
QSIZE(RES_QUEUE_LEN),
param[1] = RES_QUEUE_LEN + 1;
QSIZE(RES_QUEUE_LEN),
dma_free_coherent(&op->dev, QSIZE(RES_QUEUE_LEN),
memset(qpti->res_cpu, 0, QSIZE(RES_QUEUE_LEN));
#define NEXT_RES_PTR(wheee) (((wheee) + 1) & RES_QUEUE_LEN)
#define PREV_RES_PTR(wheee) (((wheee) - 1) & RES_QUEUE_LEN)