Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_io.h250 struct oce_rq { struct
263 oce_rq_bdesc_t *rq_bdesc_array; argument
265 oce_rq_bdesc_t **shadow_ring; argument
266 oce_rq_bdesc_t **rqb_freelist; argument
267 uint32_t rqb_free;
268 uint32_t rqb_next_free; /* next free slot */
269 uint32_t rqb_rc_head; /* recycling head */
271 uint32_t pending; /* Buffers sent up */
273 qstate_t qstate;
275 kmutex_t rx_lock;
[all …]