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