Searched defs:sge_txq (Results 1 – 1 of 1) sorted by relevance
224 struct sge_txq { struct227 struct sge_qstat *stat; /* queue status entry */228 struct eth_coalesce coalesce; /* coalesce info */230 uint64_t phys_addr; /* physical address of the ring */232 void __iomem *bar2_addr; /* address of BAR2 Queue registers */235 unsigned int cntxt_id; /* SGE relative QID for the Tx Q */236 unsigned int in_use; /* # of in-use Tx descriptors */237 unsigned int size; /* # of descriptors */238 unsigned int cidx; /* SW consumer index */239 unsigned int pidx; /* producer index */[all …]