Lines Matching refs:nutrs
870 hba->nutrs = (hba->capabilities & MASK_TRANSFER_REQUESTS_SLOTS) + 1; in ufshcd_hba_capabilities()
1508 tag = find_last_bit(&tmp, hba->nutrs); in ufshcd_get_dev_cmd_tag()
1509 if (tag >= hba->nutrs) in ufshcd_get_dev_cmd_tag()
1929 ucdl_size = (sizeof(struct utp_transfer_cmd_desc) * hba->nutrs); in ufshcd_memory_alloc()
1952 utrdl_size = (sizeof(struct utp_transfer_req_desc) * hba->nutrs); in ufshcd_memory_alloc()
1982 hba->nutrs * sizeof(struct ufshcd_lrb), in ufshcd_memory_alloc()
2028 for (i = 0; i < hba->nutrs; i++) { in ufshcd_host_memory_configure()
2581 ufshcd_config_intr_aggr(hba, hba->nutrs - 1, INT_AGGR_DEF_TO); in ufshcd_make_hba_operational()
2828 lun_qdepth = hba->nutrs; in ufshcd_set_queue_depth()
2840 lun_qdepth = hba->nutrs; in ufshcd_set_queue_depth()
2842 lun_qdepth = min_t(int, lun_qdepth, hba->nutrs); in ufshcd_set_queue_depth()
2945 if (depth > hba->nutrs) in ufshcd_change_queue_depth()
2946 depth = hba->nutrs; in ufshcd_change_queue_depth()
3177 for_each_set_bit(index, &completed_reqs, hba->nutrs) { in ufshcd_transfer_req_compl()
3493 for_each_set_bit(tag, &hba->outstanding_reqs, hba->nutrs) in ufshcd_err_handler()
3728 task_tag = hba->nutrs + free_slot; in ufshcd_issue_tm_cmd()
3801 for_each_set_bit(pos, &hba->outstanding_reqs, hba->nutrs) { in ufshcd_eh_device_reset_handler()
5576 host->can_queue = hba->nutrs; in ufshcd_init()
5577 host->cmd_per_lun = hba->nutrs; in ufshcd_init()