Re: [PATCH v3] scsi: ufs: core: print trs for pending requests in MCQ mode

From: Bart Van Assche
Date: Wed Mar 15 2023 - 11:58:07 EST


On 3/15/23 00:31, Ziqi Chen wrote:
We don't have outstanding_reqs bitmap in MCQ mode. And in consideration
of the queue depth may increase beyond 64 in the future, we reworked
ufshcd_print_trs() to get rid of usage of bitmap so that we can print
trs for pending requests in both SDB and MCQ mode.

Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>