Searched refs:sg_cnt (Results 1 – 6 of 6) sorted by relevance
180 int sg_cnt) in ata_pciide_dma_setup() argument189 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()
706 void ata_pciide_dma_setup(ata_ctl_t *ata_ctlp, prde_t *srcp, int sg_cnt);
500 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()
368 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()
374 uint32_t sg_cnt; member
378 tmp_dma_attr.dma_attr_sgllen = cpqary3p->sg_cnt; in cpqary3_attach()