Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/firewire/
Dohci.c85 #define AR_WRAPAROUND_PAGES DIV_ROUND_UP(MAX_AR_PACKET_SIZE, PAGE_SIZE) macro
978 struct page *pages[AR_BUFFERS + AR_WRAPAROUND_PAGES]; in ar_context_init()
997 for (i = 0; i < AR_WRAPAROUND_PAGES; i++) in ar_context_init()