Searched defs:sge_txq (Results 1 – 3 of 3) sorted by relevance
164 struct sge_txq { /* state for an SGE Tx queue */ struct165 unsigned long flags; /* HW DMA fetch status */166 unsigned int in_use; /* # of in-use Tx descriptors */167 unsigned int size; /* # of descriptors */168 unsigned int processed; /* total # of descs HW has processed */169 unsigned int cleaned; /* total # of descs SW has reclaimed */170 unsigned int stop_thres; /* SW TX queue suspend threshold */171 unsigned int cidx; /* consumer index */172 unsigned int pidx; /* producer index */173 unsigned int gen; /* current value of generation bit */[all …]
233 struct sge_txq { struct234 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
843 struct sge_txq { struct865 struct sge_txq q; argument