Searched refs:sg_dma (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c651 if (fcp->fcp_data_len != 0 && sp->sg_dma.dma_handle != NULL &&
780 dma_mem_t *cmem = &sp->sg_dma;
H A Dql_api.c2608 sp->sg_dma.dma_handle = NULL;
2612 sp->sg_dma.size = sizeof (cmd6_2400_dma_t);
2613 sp->sg_dma.type = LITTLE_ENDIAN_DMA;
2614 sp->sg_dma.cookie_count = 1;
2615 sp->sg_dma.alignment = 64;
2616 if (ql_alloc_phys(ha, &sp->sg_dma, KM_SLEEP) != QL_SUCCESS) {
2666 ql_free_phys(ha, &sp->sg_dma);
7046 sp->sg_dma.dma_handle == NULL)) {
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1172 dma_mem_t sg_dma; member in struct:ql_srb

Completed in 103 milliseconds