Home
last modified time | relevance | path

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

/linux/drivers/media/firewire/
A Dfiredtv-fw.c72 #define PACKETS_PER_PAGE (PAGE_SIZE / MAX_PACKET_SIZE) macro
74 #define N_PAGES DIV_ROUND_UP(N_PACKETS, PACKETS_PER_PAGE)
114 p = ctx->pages[i / PACKETS_PER_PAGE] in handle_iso()
115 + (i % PACKETS_PER_PAGE) * MAX_PACKET_SIZE; in handle_iso()

Completed in 3 milliseconds