RE: [PATCH v1 2/3] scsi: ufs: Let command trace only for the cmd != null case

From: Avri Altman
Date: Mon May 24 2021 - 02:51:06 EST


>
> Why are READ_16 and WRITE_16 ignored?
For practical reasons - u32 is large enough to carry addresses for all foreseen devices.
So READ16 is practically not used in ufs, although per spec it is supported.