Searched refs:RING_GET (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_mq.c77 RING_GET(cq->ring, 1);
108 RING_GET(cq->ring, 1);
H A Doce_rx.c319 RING_GET(rq->ring, 1);
481 RING_GET(rq->ring, 1);
548 RING_GET(rq->ring, frag_cnt);
554 RING_GET(cq->ring, 1);
633 RING_GET(cq->ring, 1);
H A Doce_intr.c341 RING_GET(eq->ring, 1);
H A Doce_tx.c586 RING_GET(wq->ring, wqe_freed);
590 RING_GET(cq->ring, 1);
H A Doce_queue.c1121 RING_GET(eq->ring, 1);
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dqcn.h55 #define RING_GET(qsp) ((qsp)->qcn_ring[(qsp)->qcn_rget++ & RINGMASK]) macro
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_buf.h155 #define RING_GET(ring, n) \ macro
/illumos-gate/usr/src/uts/sun/sys/
H A Dser_async.h91 #define RING_GET(zap) ((zap)->za_ring[(zap)->za_rget++ & RINGMASK]) macro
/illumos-gate/usr/src/uts/sun4/sys/
H A Dsudev.h208 #define RING_GET(ap) ((ap)->async_ring[(ap)->async_rget++ & RINGMASK]) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dasy.h186 #define RING_GET(ap) ((ap)->async_ring[(ap)->async_rget++ & RINGMASK]) macro
/illumos-gate/usr/src/uts/sun4v/io/
H A Dqcn.c1022 *(char *)mp->b_wptr++ = RING_GET(qcn_state);
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c2277 c = RING_GET(async);
2280 *bp->b_wptr++ = RING_GET(async);
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c2867 c = RING_GET(async);
2870 *bp->b_wptr++ = RING_GET(async);

Completed in 130 milliseconds