Home
last modified time | relevance | path

Searched refs:AHC_DMA_LAST_SEG (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx.h517 #define AHC_DMA_LAST_SEG 0x80000000 macro
Daic7xxx_osm.c3788 sg->len |= ahc_htole32(AHC_DMA_LAST_SEG);
3815 sg->len |= ahc_htole32(AHC_DMA_LAST_SEG);
Daic7xxx_core.c513 sg->len |= AHC_DMA_LAST_SEG; in ahc_handle_seqint()
6197 while ((ahc_le32toh(sg->len) & AHC_DMA_LAST_SEG) == 0) { in ahc_calc_residual()