Symbol: oce_ring_buffer_t
usr/src/uts/common/io/fibre-channel/fca/oce/oce_buf.c
166
oce_ring_buffer_t *
usr/src/uts/common/io/fibre-channel/fca/oce/oce_buf.c
170
oce_ring_buffer_t *ring;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_buf.c
174
ring = kmem_zalloc(sizeof (oce_ring_buffer_t), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_buf.c
195
kmem_free(ring, sizeof (oce_ring_buffer_t));
usr/src/uts/common/io/fibre-channel/fca/oce/oce_buf.c
208
destroy_ring_buffer(struct oce_dev *dev, oce_ring_buffer_t *ring)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_buf.c
218
kmem_free(ring, sizeof (oce_ring_buffer_t));
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
264
oce_ring_buffer_t *ring;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
333
oce_ring_buffer_t *ring;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
393
oce_ring_buffer_t *ring;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_io.h
106
oce_ring_buffer_t *ring;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_io.h
151
oce_ring_buffer_t *ring;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_io.h
173
oce_ring_buffer_t *ring;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_io.h
217
oce_ring_buffer_t *ring; /* ring buffer managing the wqes */
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_io.h
260
oce_ring_buffer_t *ring;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_io.h
297
oce_ring_buffer_t *create_ring_buffer(struct oce_dev *dev,
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_io.h
300
void destroy_ring_buffer(struct oce_dev *dev, oce_ring_buffer_t *ring);