Home
last modified time | relevance | path

Searched defs:sge_fl (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dadapter.h103 struct sge_fl { /* SGE per free-buffer list state */ struct
104 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 …]
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dadapter.h124 struct sge_fl { struct
125 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 …]
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h479 struct sge_fl { /* SGE free-buffer queue state */ struct
480 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 …]