Lines Matching defs:sge_fl
632 struct sge_fl { /* SGE free-buffer queue state */ struct
633 unsigned int avail; /* # of available Rx buffers */
634 unsigned int pend_cred; /* new buffers since last FL DB ring */
635 unsigned int cidx; /* consumer index */
636 unsigned int pidx; /* producer index */
637 unsigned long alloc_failed; /* # of times buffer allocation failed */
638 unsigned long large_alloc_failed;
639 unsigned long mapping_err; /* # of RX Buffer DMA Mapping failures */
640 unsigned long low; /* # of times momentarily starving */
641 unsigned long starving;
643 unsigned int cntxt_id; /* SGE context id for the free list */
644 unsigned int size; /* capacity of free list */
645 struct rx_sw_desc *sdesc; /* address of SW Rx descriptor ring */
646 __be64 *desc; /* address of HW Rx descriptor ring */
647 dma_addr_t addr; /* bus address of HW ring start */
648 void __iomem *bar2_addr; /* address of BAR2 Queue registers */
649 unsigned int bar2_qid; /* Queue ID for BAR2 Queue registers */