On 10/20/22 11:03, Asutosh Das wrote:
> +u32 ufshcd_mcq_decide_queue_depth(struct ufs_hba *hba)
Ah well, there's a Note mentioned in the UFS 4.0 spec (#7021) which kind of> + qd = min_t(u32, mac, hba->dev_info.bqueuedepth);Isn't if mcq is supported bqueuedepth can't be zero?
> + if (!qd)
> + qd = mac;
The device must implements the shared queueing architecture.