Lines Matching defs:sge
247 struct sil24_sge sge[SIL24_MAX_SGE];
253 struct sil24_sge sge[SIL24_MAX_SGE];
770 struct sil24_sge *sge)
777 sge->addr = cpu_to_le64(sg_dma_address(sg));
778 sge->cnt = cpu_to_le32(sg_dma_len(sg));
779 sge->flags = 0;
781 last_sge = sge;
782 sge++;
839 struct sil24_sge *sge;
846 sge = cb->ata.sge;
860 sge = cb->atapi.sge;
876 sil24_fill_sg(qc, sge);