Searched refs:PPA_BURST_SIZE (Results 1 – 2 of 2) sorted by relevance
125 #define PPA_BURST_SIZE 512 /* data burst size */ macro
723 fast = (bulk && (cmd->SCp.this_residual >= PPA_BURST_SIZE)) in ppa_completion()724 ? PPA_BURST_SIZE : 1; in ppa_completion()