Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgbe/
HDadapter.h379 struct sge_eq { struct
380 unsigned int flags; /* MUST be first */
381 unsigned int cntxt_id; /* SGE context id for the eq */
382 struct mtx eq_lock;
384 struct tx_desc *desc; /* KVA of descriptor ring */
385 uint16_t doorbells;
386 volatile uint32_t *udb; /* KVA of doorbell (lies within BAR2) */
387 u_int udb_qid; /* relative qid within the doorbell page */
388 uint16_t sidx; /* index of the entry with the status page */
389 uint16_t cidx; /* consumer idx (desc idx) */
[all …]