Lines Matching refs:nutrs
854 hba->nutrs = (hba->capabilities & MASK_TRANSFER_REQUESTS_SLOTS) + 1; in ufshcd_hba_capabilities()
1492 tag = find_last_bit(&tmp, hba->nutrs); in ufshcd_get_dev_cmd_tag()
1493 if (tag >= hba->nutrs) in ufshcd_get_dev_cmd_tag()
1913 ucdl_size = (sizeof(struct utp_transfer_cmd_desc) * hba->nutrs); in ufshcd_memory_alloc()
1936 utrdl_size = (sizeof(struct utp_transfer_req_desc) * hba->nutrs); in ufshcd_memory_alloc()
1966 hba->nutrs * sizeof(struct ufshcd_lrb), in ufshcd_memory_alloc()
2012 for (i = 0; i < hba->nutrs; i++) { in ufshcd_host_memory_configure()
2525 ufshcd_config_intr_aggr(hba, hba->nutrs - 1, INT_AGGR_DEF_TO); in ufshcd_make_hba_operational()
2733 lun_qdepth = hba->nutrs; in ufshcd_set_queue_depth()
2745 lun_qdepth = hba->nutrs; in ufshcd_set_queue_depth()
2747 lun_qdepth = min_t(int, lun_qdepth, hba->nutrs); in ufshcd_set_queue_depth()
2850 if (depth > hba->nutrs) in ufshcd_change_queue_depth()
2851 depth = hba->nutrs; in ufshcd_change_queue_depth()
3081 for_each_set_bit(index, &completed_reqs, hba->nutrs) { in ufshcd_transfer_req_compl()
3397 for_each_set_bit(tag, &hba->outstanding_reqs, hba->nutrs) in ufshcd_err_handler()
3632 task_tag = hba->nutrs + free_slot; in ufshcd_issue_tm_cmd()
3705 for_each_set_bit(pos, &hba->outstanding_reqs, hba->nutrs) { in ufshcd_eh_device_reset_handler()
5483 host->can_queue = hba->nutrs; in ufshcd_init()
5484 host->cmd_per_lun = hba->nutrs; in ufshcd_init()