Searched defs:sge_fl (Results 1 – 3 of 3) sorted by relevance
103 struct sge_fl { /* SGE per free-buffer list state */ struct104 unsigned int buf_size; /* size of each Rx buffer */105 unsigned int credits; /* # of available Rx buffers */106 unsigned int pend_cred; /* new buffers since last FL DB ring */107 unsigned int size; /* capacity of free list */108 unsigned int cidx; /* consumer index */109 unsigned int pidx; /* producer index */110 unsigned int gen; /* free list generation */111 struct fl_pg_chunk pg_chunk;/* page chunk cache */112 unsigned int use_pages; /* whether FL uses pages or sk_buffs */[all …]
124 struct sge_fl { struct125 unsigned int avail; /* # of available RX buffers */126 unsigned int pend_cred; /* new buffers since last FL DB ring */127 unsigned int cidx; /* consumer index */128 unsigned int pidx; /* producer index */129 unsigned long alloc_failed; /* # of buffer allocation failures */130 unsigned long large_alloc_failed;131 unsigned long starving; /* # of times FL was found starving */138 unsigned int cntxt_id; /* SGE relative QID for the free list */139 unsigned int abs_id; /* SGE absolute QID for the free list */[all …]
479 struct sge_fl { /* SGE free-buffer queue state */ struct480 unsigned int avail; /* # of available Rx buffers */481 unsigned int pend_cred; /* new buffers since last FL DB ring */482 unsigned int cidx; /* consumer index */483 unsigned int pidx; /* producer index */484 unsigned long alloc_failed; /* # of times buffer allocation failed */485 unsigned long large_alloc_failed;486 unsigned long starving;488 unsigned int cntxt_id; /* SGE context id for the free list */489 unsigned int size; /* capacity of free list */[all …]