From: Xingui Yang<yangxingui@xxxxxxxxxx>
After driver exposes all HW queues and application submits IO to multiple
queues in parallel, if NCQ and non-NCQ commands are mixed to sata disk,
ata_qc_defer() causes non-NCQ commands to be requeued and possibly repeated
forever.
Add host_tagset_enable module parameter to expose multiple queues
for v3 hw.
Signed-off-by: Xingui Yang<yangxingui@xxxxxxxxxx>
Signed-off-by: Yihang Li<liyihang9@xxxxxxxxxx>