Home
last modified time | relevance | path

Searched defs:sge_fl (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h103 unsigned int buf_size; /* size of each Rx buffer */
104 unsigned int credits; /* # of available Rx buffers */
106 unsigned int size; /* capacity of free list */
107 unsigned int cidx; /* consumer index */
108 unsigned int pidx; /* producer index */
109 unsigned int gen; /* free list generation */
110 struct fl_pg_chunk pg_chunk;/* page chunk cache */
112 unsigned int order; /* order of page allocations */
113 unsigned int alloc_size; /* size of allocated buffer */
114 struct rx_desc *desc; /* address of HW Rx descriptor ring */
[all …]
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dadapter.h126 struct sge_fl { struct
127 unsigned int avail; /* # of available RX buffers */
129 unsigned int cidx; /* consumer index */
130 unsigned int pidx; /* producer index */
132 unsigned long large_alloc_failed;
133 unsigned long starving; /* # of times FL was found starving */
141 unsigned int abs_id; /* SGE absolute QID for the free list */
142 unsigned int size; /* capacity of free list */
144 __be64 *desc; /* address of HW RX descriptor ring */
145 dma_addr_t addr; /* PCI bus address of hardware ring */
[all …]
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h734 unsigned int avail; /* # of available Rx buffers */
736 unsigned int cidx; /* consumer index */
737 unsigned int pidx; /* producer index */
739 unsigned long large_alloc_failed;
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 */
748 dma_addr_t addr; /* bus address of HW ring start */
[all …]