From eeda47499f01878d60b3db8883fbbafc3c6a2a54 Mon Sep 17 00:00:00 2001 From: Akinobu Mita Date: Tue, 1 Jul 2014 23:00:32 +0900 Subject: [PATCH] ufs: adjust queue settings to PRDT limitations The data byte count field of PRDT indicates the length of data block which is a segment of data transfer for SCSI commands. The value of this field shall have Dword granularity and the the maximum of length is 256KB. This adjusts dma pad mask and max segment size to the above-mentioned PRDT limitations. Signed-off-by: Akinobu Mita Reviewed-by: Subhash Jadavani Tested-by: Dolev Raviv Acked-by: Vinayak Holikatti Signed-off-by: Christoph Hellwig --- Reading git-format-patch failed