Symbol: oce_dma_buf_t
usr/src/uts/common/io/fibre-channel/fca/oce/oce_buf.c
124
kmem_free(dbuf, sizeof (oce_dma_buf_t));
usr/src/uts/common/io/fibre-channel/fca/oce/oce_buf.c
137
oce_free_dma_buffer(struct oce_dev *dev, oce_dma_buf_t *dbuf)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_buf.c
153
kmem_free(dbuf, sizeof (oce_dma_buf_t));
usr/src/uts/common/io/fibre-channel/fca/oce/oce_buf.c
62
oce_dma_buf_t *
usr/src/uts/common/io/fibre-channel/fca/oce/oce_buf.c
66
oce_dma_buf_t *dbuf;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_buf.c
78
dbuf = kmem_zalloc(sizeof (oce_dma_buf_t), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
156
oce_dma_buf_t *dbuf;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_utils.c
45
oce_page_list(oce_dma_buf_t *dbuf,
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_buf.h
101
oce_dma_buf_t *wqb;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_buf.h
187
void oce_page_list(oce_dma_buf_t *dbuf,
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_buf.h
74
#define DBUF_PA(obj) (((oce_dma_buf_t *)(obj))->addr)
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_buf.h
75
#define DBUF_VA(obj) (((oce_dma_buf_t *)(obj))->base)
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_buf.h
76
#define DBUF_DHDL(obj) (((oce_dma_buf_t *)(obj))->dma_handle)
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_buf.h
77
#define DBUF_AHDL(obj) (((oce_dma_buf_t *)obj))->acc_handle)
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_buf.h
87
oce_dma_buf_t *dbuf; /* dma buffer */
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_buf.h
91
oce_dma_buf_t *rqb;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_impl.h
223
oce_dma_buf_t *bmbx; /* Bootstrap MailBox */
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_impl.h
244
oce_dma_buf_t *stats_dbuf; /* STATS BUFFER */
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_io.h
293
oce_dma_buf_t *oce_alloc_dma_buffer(struct oce_dev *dev,
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_io.h
295
void oce_free_dma_buffer(struct oce_dev *dev, oce_dma_buf_t *dbuf);