Searched refs:qlt_dma_handle_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt_dma.h61 typedef struct qlt_dma_handle qlt_dma_handle_t; typedef in typeref:struct:qlt_dma_handle
71 qlt_dma_handle_t *handle_list;
72 qlt_dma_handle_t *handle_next_fetch;
84 qlt_dma_handle_t *free_list;
H A Dqlt_dma.c49 qlt_dma_free_handles(qlt_state_t *qlt, qlt_dma_handle_t *first_handle);
238 qlt_dma_handle_t *handle, *next_handle;
417 qlt_dma_handle_t *th;
477 static qlt_dma_handle_t *
481 qlt_dma_handle_t *qlt_handle;
490 qlt_handle = kmem_zalloc(sizeof (qlt_dma_handle_t), KM_SLEEP);
498 static qlt_dma_handle_t *
502 qlt_dma_handle_t *tmp_handle, *first_handle, *last_handle;
545 qlt_dma_free_handles(qlt_state_t *qlt, qlt_dma_handle_t *first_handle)
548 qlt_dma_handle_t *tmp_handl
[all...]

Completed in 64 milliseconds