Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt_dma.c415 qlt_dma_sgl_t *qsgl; in qlt_dmem_dma_sync() local
424 qsgl = (qlt_dma_sgl_t *)dbuf->db_port_private; in qlt_dmem_dma_sync()
425 th = qsgl->handle_list; in qlt_dmem_dma_sync()
589 qlt_dma_sgl_t *qsgl = dbuf->db_port_private; in qlt_get_cookie_count() local
592 return (qsgl->cookie_count); in qlt_get_cookie_count()
598 qlt_dma_sgl_t *qsgl = dbuf->db_port_private; in qlt_get_cookie_array() local
602 if (qsgl->cookie_prefetched) in qlt_get_cookie_array()
603 return (&qsgl->cookie[0]); in qlt_get_cookie_array()
614 qlt_dma_sgl_t *qsgl = dbuf->db_port_private; in qlt_ddi_dma_nextcookie() local
618 if (qsgl->cookie_prefetched) { in qlt_ddi_dma_nextcookie()
[all …]