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 …]
126 struct sge_fl { struct127 unsigned int avail; /* # of available RX buffers */128 unsigned int pend_cred; /* new buffers since last FL DB ring */129 unsigned int cidx; /* consumer index */130 unsigned int pidx; /* producer index */131 unsigned long alloc_failed; /* # of buffer allocation failures */132 unsigned long large_alloc_failed;133 unsigned long starving; /* # of times FL was found starving */140 unsigned int cntxt_id; /* SGE relative QID for the free list */141 unsigned int abs_id; /* SGE absolute QID for the free list */[all …]
733 struct sge_fl { /* SGE free-buffer queue state */ struct734 unsigned int avail; /* # of available Rx buffers */735 unsigned int pend_cred; /* new buffers since last FL DB ring */736 unsigned int cidx; /* consumer index */737 unsigned int pidx; /* producer index */738 unsigned long alloc_failed; /* # of times buffer allocation failed */739 unsigned long large_alloc_failed;740 unsigned long mapping_err; /* # of RX Buffer DMA Mapping failures */741 unsigned long low; /* # of times momentarily starving */742 unsigned long starving;[all …]