Lines Matching refs:ring
559 unsigned int ring,
579 unsigned int ring);
588 *context, unsigned int ring);
628 gxio_mpipe_notif_group_add_ring(gxio_mpipe_notif_group_bits_t *bits, int ring) in gxio_mpipe_notif_group_add_ring() argument
630 bits->ring_mask[ring / 64] |= (1ull << (ring % 64)); in gxio_mpipe_notif_group_add_ring()
762 unsigned int ring,
777 int ring, int bucket, unsigned int count) in gxio_mpipe_credit() argument
791 offset.ring = ring; in gxio_mpipe_credit()
793 offset.ring_enable = (ring >= 0); in gxio_mpipe_credit()
1137 unsigned int ring; member
1152 unsigned int ring,
1201 gxio_mpipe_credit(iqueue->context, iqueue->ring, idesc->bucket_id, 1); in gxio_mpipe_iqueue_release()