Searched refs:NUM_IOREQ (Results 1 – 2 of 2) sorted by relevance
124 pio_queue->pallocated_free_ioreqs_buf = (u8 *)_malloc(NUM_IOREQ * in r8712_alloc_io_queue()129 (NUM_IOREQ * (sizeof(struct io_req)) + 4)); in r8712_alloc_io_queue()134 for (i = 0; i < NUM_IOREQ; i++) { in r8712_alloc_io_queue()
7 #define NUM_IOREQ 8 macro