Lines Matching defs:sge_fl
479 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 */
490 struct rx_sw_desc *sdesc; /* address of SW Rx descriptor ring */
491 __be64 *desc; /* address of HW Rx descriptor ring */
492 dma_addr_t addr; /* bus address of HW ring start */
493 void __iomem *bar2_addr; /* address of BAR2 Queue registers */
494 unsigned int bar2_qid; /* Queue ID for BAR2 Queue registers */