Searched defs:sge_fl (Results 1 – 3 of 3) sorted by relevance
102 struct sge_fl { /* SGE per free-buffer list state */ struct103 unsigned int buf_size; /* size of each Rx buffer */104 unsigned int credits; /* # of available Rx buffers */105 unsigned int pend_cred; /* new buffers since last FL DB ring */106 unsigned int size; /* capacity of free list */107 unsigned int cidx; /* consumer index */108 unsigned int pidx; /* producer index */109 unsigned int gen; /* free list generation */110 struct fl_pg_chunk pg_chunk;/* page chunk cache */111 unsigned int use_pages; /* whether FL uses pages or sk_buffs */[all …]
125 struct sge_fl { struct126 unsigned int avail; /* # of available RX buffers */127 unsigned int pend_cred; /* new buffers since last FL DB ring */128 unsigned int cidx; /* consumer index */129 unsigned int pidx; /* producer index */130 unsigned long alloc_failed; /* # of buffer allocation failures */131 unsigned long large_alloc_failed;132 unsigned long starving; /* # of times FL was found starving */139 unsigned int cntxt_id; /* SGE relative QID for the free list */140 unsigned int abs_id; /* SGE absolute QID for the free list */[all …]
632 struct sge_fl { /* SGE free-buffer queue state */ struct633 unsigned int avail; /* # of available Rx buffers */634 unsigned int pend_cred; /* new buffers since last FL DB ring */635 unsigned int cidx; /* consumer index */636 unsigned int pidx; /* producer index */637 unsigned long alloc_failed; /* # of times buffer allocation failed */638 unsigned long large_alloc_failed;639 unsigned long mapping_err; /* # of RX Buffer DMA Mapping failures */640 unsigned long low; /* # of times momentarily starving */641 unsigned long starving;[all …]