Searched defs:sge_txq (Results 1 – 2 of 2) sorted by relevance
227 struct sge_txq { struct228 uint64_t flags;229 uint32_t in_use;230 uint32_t size;231 uint32_t processed;232 uint32_t cleaned;233 uint32_t stop_thres;234 uint32_t cidx;235 uint32_t pidx;236 uint32_t gen;[all …]
607 struct sge_txq { struct608 struct sge_eq eq; /* MUST be first */610 if_t ifp; /* the interface this txq belongs to */611 struct mp_ring *r; /* tx software ring */612 struct tx_sdesc *sdesc; /* KVA of software descriptor ring */613 struct sglist *gl;614 __be32 cpl_ctrl0; /* for convenience */615 int tc_idx; /* traffic class */616 uint64_t last_tx; /* cycle count when eth_tx was last called */617 struct txpkts txp;[all …]