Home
last modified time | relevance | path

Searched refs:shadow_ring (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_rx.c276 shadow_rq = rq->shadow_ring; in oce_rq_charge()
314 shadow_rq = rq->shadow_ring; in oce_rq_discharge()
356 rqbd = rq->shadow_ring[cur_index]; in oce_rx()
409 shadow_rq = rq->shadow_ring; in oce_rx_bcopy()
477 shadow_rq = rq->shadow_ring; in oce_rx_drop_pkt()
H A Doce_queue.c734 rq->shadow_ring = in oce_rq_init()
737 if (rq->shadow_ring == NULL) { in oce_rq_init()
781 kmem_free(rq->shadow_ring, in oce_rq_init()
806 kmem_free(rq->shadow_ring, in oce_rq_fini()
808 rq->shadow_ring = NULL; in oce_rq_fini()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_io.h265 oce_rq_bdesc_t **shadow_ring; member