Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb3/
A Dadapter.h164 struct sge_txq { /* state for an SGE Tx queue */ struct
165 unsigned long flags; /* HW DMA fetch status */
166 unsigned int in_use; /* # of in-use Tx descriptors */
167 unsigned int size; /* # of descriptors */
171 unsigned int cidx; /* consumer index */
172 unsigned int pidx; /* producer index */
173 unsigned int gen; /* current value of generation bit */
177 spinlock_t lock; /* guards enqueueing of new packets */
178 unsigned int token; /* WR token */
179 dma_addr_t phys_addr; /* physical address of the ring */
[all …]
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4vf/
A Dadapter.h233 struct sge_txq { struct
234 unsigned int in_use; /* # of in-use TX descriptors */
235 unsigned int size; /* # of descriptors */
236 unsigned int cidx; /* SW consumer index */
260 struct sge_txq q; /* SGE TX Queue */ argument
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4.h843 struct sge_txq { struct
865 struct sge_txq q; argument

Completed in 23 milliseconds