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