Home
last modified time | relevance | path

Searched refs:oce_alloc_dma_buffer (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_buf.c63 oce_alloc_dma_buffer(struct oce_dev *dev, in oce_alloc_dma_buffer() function
181 ring->dbuf = oce_alloc_dma_buffer(dev, size, NULL, flags); in create_ring_buffer()
H A Doce_hw.c543 dev->bmbx = oce_alloc_dma_buffer(dev, in oce_hw_init()
H A Doce_stat.c213 dev->stats_dbuf = oce_alloc_dma_buffer(dev, in oce_stat_init()
H A Doce_rx.c170 dbuf = oce_alloc_dma_buffer(dev, size, &oce_rx_buf_attr, flags); in oce_rqb_ctor()
H A Doce_tx.c262 wqbd->wqb = oce_alloc_dma_buffer(dev, size, &oce_tx_dma_buf_attr, in oce_wqb_ctor()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_io.h293 oce_dma_buf_t *oce_alloc_dma_buffer(struct oce_dev *dev,