Searched defs:oce_eq (Results 1 – 1 of 1) sorted by relevance
595 struct oce_eq { struct596 uint32_t eq_id;597 void *parent;598 void *cb_context;599 oce_ring_buffer_t *ring;600 uint32_t ref_count;601 qstate_t qstate;602 struct oce_cq *cq[OCE_MAX_CQ_EQ];603 int cq_valid;604 struct eq_config eq_cfg;[all …]