Searched defs:sge_fl (Results 1 – 1 of 1) sorted by relevance
92 struct sge_fl { /* SGE per free-buffer list state */ struct93 unsigned int buf_size; /* size of each Rx buffer */94 unsigned int credits; /* # of available Rx buffers */95 unsigned int size; /* capacity of free list */96 unsigned int cidx; /* consumer index */97 unsigned int pidx; /* producer index */98 unsigned int gen; /* free list generation */99 struct fl_pg_chunk pg_chunk;/* page chunk cache */100 unsigned int use_pages; /* whether FL uses pages or sk_buffs */101 unsigned int order; /* order of page allocations */[all …]