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