Home
last modified time | relevance | path

Searched refs:STRAM_BUFFER_SIZE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Datari_scsi.c142 #define STRAM_BUFFER_SIZE (4096) macro
580 * use the dribble buffer and thus can do only STRAM_BUFFER_SIZE bytes. in atari_scsi_dma_xfer_len()
618 STRAM_BUFFER_SIZE : 255*512; in atari_scsi_dma_xfer_len()
777 * allocate a STRAM_BUFFER_SIZE byte dribble buffer for transfers in atari_scsi_probe()
782 atari_dma_buffer = atari_stram_alloc(STRAM_BUFFER_SIZE, "SCSI"); in atari_scsi_probe()
/kernel/linux/linux-6.6/drivers/scsi/
H A Datari_scsi.c142 #define STRAM_BUFFER_SIZE (4096) macro
576 * use the dribble buffer and thus can do only STRAM_BUFFER_SIZE bytes. in atari_scsi_dma_xfer_len()
614 STRAM_BUFFER_SIZE : 255*512; in atari_scsi_dma_xfer_len()
773 * allocate a STRAM_BUFFER_SIZE byte dribble buffer for transfers in atari_scsi_probe()
778 atari_dma_buffer = atari_stram_alloc(STRAM_BUFFER_SIZE, "SCSI"); in atari_scsi_probe()

Completed in 3 milliseconds