Home
last modified time | relevance | path

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

/freebsd/sys/dev/oce/
H A Doce_if.h596 struct oce_eq { struct
597 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 …]