Home
last modified time | relevance | path

Searched refs:PPA_BURST_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/scsi/
Dppa.h114 #define PPA_BURST_SIZE 512 /* data burst size */ macro
Dppa.c601 fast = bulk && scsi_pointer->this_residual >= PPA_BURST_SIZE ? in ppa_completion()
602 PPA_BURST_SIZE : 1; in ppa_completion()