Home
last modified time | relevance | path

Searched refs:ddi_cb (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ci.c2936 int (*ddi_cb)(caddr_t); in tavor_mem_alloc() local
2940 ddi_cb = (flags & IBT_MR_NOSLEEP) ? DDI_DMA_DONTWAIT : DDI_DMA_SLEEP; in tavor_mem_alloc()
2943 status = ddi_dma_alloc_handle(state->ts_dip, &dma_attr, ddi_cb, in tavor_mem_alloc()
2951 &state->ts_reg_accattr, DDI_DMA_CONSISTENT, ddi_cb, in tavor_mem_alloc()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ci.c2855 int (*ddi_cb)(caddr_t); in hermon_mem_alloc() local
2860 ddi_cb = (flags & IBT_MR_NOSLEEP) ? DDI_DMA_DONTWAIT : DDI_DMA_SLEEP; in hermon_mem_alloc()
2863 status = ddi_dma_alloc_handle(state->hs_dip, &dma_attr, ddi_cb, in hermon_mem_alloc()
2871 &state->hs_reg_accattr, DDI_DMA_CONSISTENT, ddi_cb, in hermon_mem_alloc()
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_impldefs.h90 typedef struct ddi_cb { struct