Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dadapter.h472 struct sge_eq { struct
473 unsigned int flags; /* MUST be first */
474 unsigned int cntxt_id; /* SGE context id for the eq */
475 unsigned int abs_id; /* absolute SGE id for the eq */
476 uint8_t type; /* EQ_CTRL/EQ_ETH/EQ_OFLD */
477 uint8_t doorbells;
478 uint8_t port_id; /* port_id of the port associated with the eq */
479 uint8_t tx_chan; /* tx channel used by the eq */
480 struct mtx eq_lock;
482 struct tx_desc *desc; /* KVA of descriptor ring */
[all …]