Searched refs:RING_GET (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/oce/ |
H A D | oce_mq.c | 77 RING_GET(cq->ring, 1); in oce_drain_mq_cq() 108 RING_GET(cq->ring, 1); in oce_clean_mq()
|
H A D | oce_rx.c | 319 RING_GET(rq->ring, 1); in oce_rq_discharge() 481 RING_GET(rq->ring, 1); in oce_rx_drop_pkt() 548 RING_GET(rq->ring, frag_cnt); in oce_drain_rq_cq() 554 RING_GET(cq->ring, 1); in oce_drain_rq_cq() 633 RING_GET(cq->ring, 1); in oce_clean_rq()
|
H A D | oce_intr.c | 341 RING_GET(eq->ring, 1); in oce_isr()
|
H A D | oce_tx.c | 586 RING_GET(wq->ring, wqe_freed); in oce_process_tx_compl() 590 RING_GET(cq->ring, 1); in oce_process_tx_compl()
|
H A D | oce_queue.c | 1121 RING_GET(eq->ring, 1); in oce_drain_eq()
|
/titanic_44/usr/src/uts/sun4v/sys/ |
H A D | qcn.h | 55 #define RING_GET(qsp) ((qsp)->qcn_ring[(qsp)->qcn_rget++ & RINGMASK]) macro
|
/titanic_44/usr/src/uts/sun/sys/ |
H A D | ser_async.h | 91 #define RING_GET(zap) ((zap)->za_ring[(zap)->za_rget++ & RINGMASK]) macro
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
H A D | oce_buf.h | 155 #define RING_GET(ring, n) \ macro
|
/titanic_44/usr/src/uts/sun4/sys/ |
H A D | sudev.h | 208 #define RING_GET(ap) ((ap)->async_ring[(ap)->async_rget++ & RINGMASK]) macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | asy.h | 186 #define RING_GET(ap) ((ap)->async_ring[(ap)->async_rget++ & RINGMASK]) macro
|
/titanic_44/usr/src/uts/sun4v/io/ |
H A D | qcn.c | 1022 *(char *)mp->b_wptr++ = RING_GET(qcn_state); in qcn_soft_intr()
|
/titanic_44/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 2277 c = RING_GET(async); in async_softint() 2280 *bp->b_wptr++ = RING_GET(async); in async_softint()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | asy.c | 2867 c = RING_GET(async); in async_softint() 2870 *bp->b_wptr++ = RING_GET(async); in async_softint()
|