Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_dma.c125 &ata_ctlp->ac_sg_list, &buf_size, &ata_ctlp->ac_sg_acc_handle); in ata_pciide_alloc()
151 ddi_dma_mem_free(&ata_ctlp->ac_sg_acc_handle); in ata_pciide_alloc()
152 ata_ctlp->ac_sg_acc_handle = NULL; in ata_pciide_alloc()
168 ddi_dma_mem_free(&ata_ctlp->ac_sg_acc_handle); in ata_pciide_free()
171 ata_ctlp->ac_sg_acc_handle = NULL; in ata_pciide_free()
184 ddi_acc_handle_t sg_acc_handle = ata_ctlp->ac_sg_acc_handle; in ata_pciide_dma_setup()
H A Data_debug.c68 P->ac_sg_acc_handle, P->ac_sg_handle); in dump_ata_ctl()
H A Data_common.h288 ddi_acc_handle_t ac_sg_acc_handle; member