Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/rtl8712/
Drtl871x_io.c124 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()
Drtl871x_io.h7 #define NUM_IOREQ 8 macro