Searched defs:sge_txq (Results 1 – 1 of 1) sorted by relevance
152 struct sge_txq { /* state for an SGE Tx queue */ struct153 unsigned long flags; /* HW DMA fetch status */154 unsigned int in_use; /* # of in-use Tx descriptors */155 unsigned int size; /* # of descriptors */156 unsigned int processed; /* total # of descs HW has processed */157 unsigned int cleaned; /* total # of descs SW has reclaimed */158 unsigned int stop_thres; /* SW TX queue suspend threshold */159 unsigned int cidx; /* consumer index */160 unsigned int pidx; /* producer index */161 unsigned int gen; /* current value of generation bit */[all …]