Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/firewire/
Dohci.c98 #define AR_WRAPAROUND_PAGES DIV_ROUND_UP(MAX_AR_PACKET_SIZE, PAGE_SIZE) macro
990 struct page *pages[AR_BUFFERS + AR_WRAPAROUND_PAGES]; in ar_context_init()
1013 for (i = 0; i < AR_WRAPAROUND_PAGES; i++) in ar_context_init()