AHD_DMA_LAST_SEG  665 dev/ic/aic79xx.c 		if ((datacnt & AHD_DMA_LAST_SEG) != 0) {
AHD_DMA_LAST_SEG  824 dev/ic/aic79xx.c 			if (data_len & AHD_DMA_LAST_SEG) {
AHD_DMA_LAST_SEG 2782 dev/ic/aic79xx.c 				       (sg_list[i].len & AHD_DMA_LAST_SEG)
AHD_DMA_LAST_SEG 2798 dev/ic/aic79xx.c 				       len & AHD_DMA_LAST_SEG ? " Last" : "");
AHD_DMA_LAST_SEG 8329 dev/ic/aic79xx.c 		while ((aic_le32toh(sg->len) & AHD_DMA_LAST_SEG) == 0) {
AHD_DMA_LAST_SEG 10226 dev/ic/aic79xx.c 		sg->len = aic_htole32(len | (last ? AHD_DMA_LAST_SEG : 0));
AHD_DMA_LAST_SEG 10234 dev/ic/aic79xx.c 				    | (last ? AHD_DMA_LAST_SEG : 0));