Searched defs:sge_txq (Results 1 – 1 of 1) sorted by relevance
249 struct sge_txq { struct250 uint64_t flags;251 uint32_t in_use;252 uint32_t size;253 uint32_t processed;254 uint32_t cleaned;255 uint32_t stop_thres;256 uint32_t cidx;257 uint32_t pidx;258 uint32_t gen;[all …]