Home
last modified time | relevance | path

Searched defs:sge_txq (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgb/
H A Dcxgb_adapter.h227 struct sge_txq { struct
228 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 …]
/freebsd/sys/dev/cxgbe/
H A Dadapter.h603 struct sge_txq { struct
604 struct sge_eq eq; /* MUST be first */
606 if_t ifp; /* the interface this txq belongs to */
607 struct mp_ring *r; /* tx software ring */
608 struct tx_sdesc *sdesc; /* KVA of software descriptor ring */
609 struct sglist *gl;
610 __be32 cpl_ctrl0; /* for convenience */
611 int tc_idx; /* traffic class */
612 uint64_t last_tx; /* cycle count when eth_tx was last called */
613 struct txpkts txp;
[all …]