Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/firewire/
Dohci.c97 #define MAX_AR_PACKET_SIZE (16 + MAX_ASYNC_PAYLOAD + 4) macro
98 #define AR_WRAPAROUND_PAGES DIV_ROUND_UP(MAX_AR_PACKET_SIZE, PAGE_SIZE)
759 if (MAX_AR_PACKET_SIZE > PAGE_SIZE && i != last) { in ar_search_last_active_buffer()