Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_io.h138 struct oce_cq { struct
140 kmutex_t lock;
142 uint32_t cq_id;
144 void *parent;
146 struct oce_eq *eq;
147 cq_handler_t cq_handler;
149 void *cb_arg;
151 oce_ring_buffer_t *ring;
176 struct oce_cq *cq; argument