Lines Matching defs:sge_fl
613 struct sge_fl { /* SGE free-buffer queue state */ struct
614 unsigned int avail; /* # of available Rx buffers */
615 unsigned int pend_cred; /* new buffers since last FL DB ring */
616 unsigned int cidx; /* consumer index */
617 unsigned int pidx; /* producer index */
618 unsigned long alloc_failed; /* # of times buffer allocation failed */
619 unsigned long large_alloc_failed;
620 unsigned long mapping_err; /* # of RX Buffer DMA Mapping failures */
621 unsigned long low; /* # of times momentarily starving */
622 unsigned long starving;
624 unsigned int cntxt_id; /* SGE context id for the free list */
625 unsigned int size; /* capacity of free list */
626 struct rx_sw_desc *sdesc; /* address of SW Rx descriptor ring */
627 __be64 *desc; /* address of HW Rx descriptor ring */
628 dma_addr_t addr; /* bus address of HW ring start */
629 void __iomem *bar2_addr; /* address of BAR2 Queue registers */
630 unsigned int bar2_qid; /* Queue ID for BAR2 Queue registers */