Home
last modified time | relevance | path

Searched refs:NUM_IOREQ (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/rtl8712/
Drtl871x_io.c122 pio_queue->pallocated_free_ioreqs_buf = kmalloc(NUM_IOREQ * in r8712_alloc_io_queue()
128 (NUM_IOREQ * (sizeof(struct io_req)) + 4)); in r8712_alloc_io_queue()
133 for (i = 0; i < NUM_IOREQ; i++) { in r8712_alloc_io_queue()
Drtl871x_io.h32 #define NUM_IOREQ 8 macro