Searched refs:QDIO_MAX_QUEUES_PER_IRQ (Results 1 – 3 of 3) sorted by relevance
250 struct qdio_q *input_qs[QDIO_MAX_QUEUES_PER_IRQ];251 struct qdio_q *output_qs[QDIO_MAX_QUEUES_PER_IRQ];
942 if (no_input_qs > QDIO_MAX_QUEUES_PER_IRQ || in qdio_allocate()943 no_output_qs > QDIO_MAX_QUEUES_PER_IRQ) in qdio_allocate()
16 #define QDIO_MAX_QUEUES_PER_IRQ 4 macro