Home
last modified time | relevance | path

Searched refs:AHC_DMA_LAST_SEG (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic7xxx.h507 #define AHC_DMA_LAST_SEG 0x80000000 macro
H A Daic7xxx_osm.c1527 sg->len |= ahc_htole32(AHC_DMA_LAST_SEG); in ahc_linux_run_command()
H A Daic7xxx_core.c1087 sg->len |= AHC_DMA_LAST_SEG; in ahc_handle_seqint()
6656 while ((ahc_le32toh(sg->len) & AHC_DMA_LAST_SEG) == 0) { in ahc_calc_residual()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7xxx.h507 #define AHC_DMA_LAST_SEG 0x80000000 macro
H A Daic7xxx_osm.c1526 sg->len |= ahc_htole32(AHC_DMA_LAST_SEG); in ahc_linux_run_command()
H A Daic7xxx_core.c1087 sg->len |= AHC_DMA_LAST_SEG; in ahc_handle_seqint()
6651 while ((ahc_le32toh(sg->len) & AHC_DMA_LAST_SEG) == 0) { in ahc_calc_residual()

Completed in 28 milliseconds