Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_dma.c180 int sg_cnt) in ata_pciide_dma_setup() argument
189 ASSERT(sg_cnt != 0); in ata_pciide_dma_setup()
191 ADBG_DMA(("ata dma_setup 0x%p 0x%p %d\n", ata_ctlp, srcp, sg_cnt)); in ata_pciide_dma_setup()
197 for (idx = 0; idx < sg_cnt - 1; idx++, srcp++) { in ata_pciide_dma_setup()
H A Data_common.h706 void ata_pciide_dma_setup(ata_ctl_t *ata_ctlp, prde_t *srcp, int sg_cnt);
/titanic_44/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_talk2ctlr.c500 cpqary3p->sg_cnt = CPQARY3_SG_CNT; in cpqary3_init_ctlr()
825 cpqary3p->sg_cnt = CPQARY3_PERF_SG_CNT; in cpqary3_init_ctlr()
842 cpqary3p->sg_cnt = MIN(max_sg_cnt, optimal_sg); in cpqary3_init_ctlr()
844 if (cpqary3p->sg_cnt > MAX_PERF_SG_CNT) in cpqary3_init_ctlr()
845 cpqary3p->sg_cnt = MAX_PERF_SG_CNT; in cpqary3_init_ctlr()
H A Dcpqary3_transport.c368 tmp_dma_attr.dma_attr_sgllen = cpqary3p->sg_cnt; in cpqary3_dma_alloc()
450 if (i == cpqary3p->sg_cnt || in cpqary3_dma_alloc()
550 if (i == cpqary3p->sg_cnt || in cpqary3_dma_move()
624 ASSERT(cpqary3_pktp->cmd_cookiecnt <= ctlr->sg_cnt); in cpqary3_transport()
H A Dcpqary3.h374 uint32_t sg_cnt; member
H A Dcpqary3.c378 tmp_dma_attr.dma_attr_sgllen = cpqary3p->sg_cnt; in cpqary3_attach()