Home
last modified time | relevance | path

Searched refs:ddi_dma_cookie_get (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsunddi.h1866 extern const ddi_dma_cookie_t *ddi_dma_cookie_get(ddi_dma_handle_t, uint_t);
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_ring.c1432 const ddi_dma_cookie_t *c = ddi_dma_cookie_get(hdl, i); in igc_tx_ring_write_buf_descs()
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpi.c889 c = ddi_dma_cookie_get(dma_p->dma_hdl, i); in wpi_alloc_fw_dma()
907 c = ddi_dma_cookie_get(dma_p->dma_hdl, i); in wpi_alloc_fw_dma()
/illumos-gate/usr/src/man/man9f/
H A DMakefile773 ddi_dma_cookie_get.9f \
1547 ddi_dma_cookie_get.9f := LINKSRC = ddi_dma_cookie_iter.9f
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c5010 if ((cookie = ddi_dma_cookie_get(dma, 0)) == NULL) in nvme_fill_prp()
5018 if ((cookie = ddi_dma_cookie_get(dma, 1)) == NULL) in nvme_fill_prp()
5052 if ((cookie = ddi_dma_cookie_get(dma, idx)) == NULL) in nvme_fill_prp()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel.man9f.inc376 link path=usr/share/man/man9f/ddi_dma_cookie_get.9f \
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c7147 ddi_dma_cookie_get(ddi_dma_handle_t handle, uint_t index) in ddi_dma_cookie_get() function