Home
last modified time | relevance | path

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

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