Searched defs:sge_txq (Results 1 – 3 of 3) sorted by relevance
165 struct sge_txq { /* state for an SGE Tx queue */ struct166 unsigned long flags; /* HW DMA fetch status */167 unsigned int in_use; /* # of in-use Tx descriptors */168 unsigned int size; /* # of descriptors */169 unsigned int processed; /* total # of descs HW has processed */170 unsigned int cleaned; /* total # of descs SW has reclaimed */171 unsigned int stop_thres; /* SW TX queue suspend threshold */172 unsigned int cidx; /* consumer index */173 unsigned int pidx; /* producer index */174 unsigned int gen; /* current value of generation bit */[all …]
231 struct sge_txq { struct232 unsigned int in_use; /* # of in-use TX descriptors */233 unsigned int size; /* # of descriptors */234 unsigned int cidx; /* SW consumer index */258 struct sge_txq q; /* SGE TX Queue */ argument
584 struct sge_txq { struct605 struct sge_txq q; argument