Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/cxgb3/
Dsge.c64 #define FL1_PG_CHUNK_SIZE (PAGE_SIZE > 8192 ? 16384 : 8192) macro
3063 #if FL1_PG_CHUNK_SIZE > 0 in t3_sge_alloc_qset()
3064 q->fl[1].buf_size = FL1_PG_CHUNK_SIZE; in t3_sge_alloc_qset()
3072 q->fl[1].use_pages = FL1_PG_CHUNK_SIZE > 0; in t3_sge_alloc_qset()