Lines Matching defs:sge_fl
449 struct sge_fl { /* SGE free-buffer queue state */ struct
450 unsigned int avail; /* # of available Rx buffers */
451 unsigned int pend_cred; /* new buffers since last FL DB ring */
452 unsigned int cidx; /* consumer index */
453 unsigned int pidx; /* producer index */
454 unsigned long alloc_failed; /* # of times buffer allocation failed */
455 unsigned long large_alloc_failed;
456 unsigned long starving;
458 unsigned int cntxt_id; /* SGE context id for the free list */
459 unsigned int size; /* capacity of free list */
460 struct rx_sw_desc *sdesc; /* address of SW Rx descriptor ring */
461 __be64 *desc; /* address of HW Rx descriptor ring */
462 dma_addr_t addr; /* bus address of HW ring start */
463 void __iomem *bar2_addr; /* address of BAR2 Queue registers */
464 unsigned int bar2_qid; /* Queue ID for BAR2 Queue registers */