Home
last modified time | relevance | path

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

/drivers/net/sfc/
Dfalcon.c144 #define FALCON_BUF_SIZE 4096 macro
323 len = ALIGN(len, FALCON_BUF_SIZE); in falcon_alloc_special_buffer()
330 buffer->entries = len / FALCON_BUF_SIZE; in falcon_alloc_special_buffer()
331 BUG_ON(buffer->dma_addr & (FALCON_BUF_SIZE - 1)); in falcon_alloc_special_buffer()