Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dohci.c93 #define AR_WRAPAROUND_PAGES DIV_ROUND_UP(MAX_AR_PACKET_SIZE, PAGE_SIZE) macro
1071 struct page *pages[AR_BUFFERS + AR_WRAPAROUND_PAGES]; in ar_context_init()
1090 for (i = 0; i < AR_WRAPAROUND_PAGES; i++) in ar_context_init()