AHD_DMA_LAST_SEG 416 drivers/scsi/aic7xxx/aic79xx_core.c sg->len = ahd_htole32(len | (last ? AHD_DMA_LAST_SEG : 0)); AHD_DMA_LAST_SEG 424 drivers/scsi/aic7xxx/aic79xx_core.c | (last ? AHD_DMA_LAST_SEG : 0)); AHD_DMA_LAST_SEG 1443 drivers/scsi/aic7xxx/aic79xx_core.c if ((datacnt & AHD_DMA_LAST_SEG) != 0) { AHD_DMA_LAST_SEG 1602 drivers/scsi/aic7xxx/aic79xx_core.c if (data_len & AHD_DMA_LAST_SEG) { AHD_DMA_LAST_SEG 1747 drivers/scsi/aic7xxx/aic79xx_core.c (sg_list[i].len & AHD_DMA_LAST_SEG) AHD_DMA_LAST_SEG 1763 drivers/scsi/aic7xxx/aic79xx_core.c len & AHD_DMA_LAST_SEG ? " Last" : ""); AHD_DMA_LAST_SEG 9166 drivers/scsi/aic7xxx/aic79xx_core.c while ((ahd_le32toh(sg->len) & AHD_DMA_LAST_SEG) == 0) {