Home | History | Annotate | Download | only in ic

Lines Matching defs:sg_list

2658 			struct ahd_dma64_seg *sg_list;
2660 sg_list = (struct ahd_dma64_seg*)scb->sg_list;
2664 addr = ahd_le64toh(sg_list[i].addr);
2669 sg_list[i].len & AHD_SG_LEN_MASK,
2670 (sg_list[i].len & AHD_DMA_LAST_SEG)
2674 struct ahd_dma_seg *sg_list;
2676 sg_list = (struct ahd_dma_seg*)scb->sg_list;
2680 len = ahd_le32toh(sg_list[i].len);
2684 ahd_le32toh(sg_list[i].addr),
4820 if (sg != scb->sg_list
4826 * Preserve High Address and SG_LIST
4853 if (sg != scb->sg_list
4859 * Preserve High Address and SG_LIST
5911 next_scb->sg_list = segs;
7969 sg = scb->sg_list;