Lines Matching defs:sge_fl
733 struct sge_fl { /* SGE free-buffer queue state */ struct
734 unsigned int avail; /* # of available Rx buffers */
735 unsigned int pend_cred; /* new buffers since last FL DB ring */
736 unsigned int cidx; /* consumer index */
737 unsigned int pidx; /* producer index */
738 unsigned long alloc_failed; /* # of times buffer allocation failed */
739 unsigned long large_alloc_failed;
740 unsigned long mapping_err; /* # of RX Buffer DMA Mapping failures */
741 unsigned long low; /* # of times momentarily starving */
742 unsigned long starving;
744 unsigned int cntxt_id; /* SGE context id for the free list */
745 unsigned int size; /* capacity of free list */
746 struct rx_sw_desc *sdesc; /* address of SW Rx descriptor ring */
747 __be64 *desc; /* address of HW Rx descriptor ring */
748 dma_addr_t addr; /* bus address of HW ring start */
749 void __iomem *bar2_addr; /* address of BAR2 Queue registers */
750 unsigned int bar2_qid; /* Queue ID for BAR2 Queue registers */