Searched defs:sge_eq (Results 1 – 1 of 1) sorted by relevance
499 struct sge_eq { struct500 unsigned int flags; /* MUST be first */501 unsigned int cntxt_id; /* SGE context id for the eq */502 unsigned int abs_id; /* absolute SGE id for the eq */503 uint8_t type; /* EQ_CTRL/EQ_ETH/EQ_OFLD */504 uint8_t doorbells;505 uint8_t port_id; /* port_id of the port associated with the eq */506 uint8_t tx_chan; /* tx channel used by the eq */507 uint8_t hw_port; /* hw port used by the eq */508 struct mtx eq_lock;[all …]