Searched defs:sge_eq (Results 1 – 1 of 1) sorted by relevance
468 struct sge_eq { struct469 unsigned int flags; /* MUST be first */470 unsigned int cntxt_id; /* SGE context id for the eq */471 unsigned int abs_id; /* absolute SGE id for the eq */472 uint8_t type; /* EQ_CTRL/EQ_ETH/EQ_OFLD */473 uint8_t doorbells;474 uint8_t port_id; /* port_id of the port associated with the eq */475 uint8_t tx_chan; /* tx channel used by the eq */476 struct mtx eq_lock;478 struct tx_desc *desc; /* KVA of descriptor ring */[all …]