Lines Matching defs:sge_fl
126 struct sge_fl { struct
127 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 */
142 unsigned int size; /* capacity of free list */
143 struct rx_sw_desc *sdesc; /* address of SW RX descriptor ring */
144 __be64 *desc; /* address of HW RX descriptor ring */
145 dma_addr_t addr; /* PCI bus address of hardware ring */
146 void __iomem *bar2_addr; /* address of BAR2 Queue registers */
147 unsigned int bar2_qid; /* Queue ID for BAR2 Queue registers */