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 D | oce_buf.c | 63 oce_alloc_dma_buffer(struct oce_dev *dev, function 181 ring->dbuf = oce_alloc_dma_buffer(dev, size, NULL, flags);
|
H A D | oce_hw.c | 543 dev->bmbx = oce_alloc_dma_buffer(dev,
|
H A D | oce_rx.c | 170 dbuf = oce_alloc_dma_buffer(dev, size, &oce_rx_buf_attr, flags);
|
H A D | oce_stat.c | 213 dev->stats_dbuf = oce_alloc_dma_buffer(dev,
|
H A D | oce_tx.c | 262 wqbd->wqb = oce_alloc_dma_buffer(dev, size, &oce_tx_dma_buf_attr,
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
H A D | oce_io.h | 293 oce_dma_buf_t *oce_alloc_dma_buffer(struct oce_dev *dev,
|
Completed in 74 milliseconds