Lines Matching refs:nutrs

261 	return tag >= 0 && tag < hba->nutrs;  in ufshcd_valid_tag()
331 int off = (int)tag - hba->nutrs; in ufshcd_add_tm_upiu_trace()
441 for_each_set_bit(tag, &bitmap, hba->nutrs) { in ufshcd_print_trs()
1941 hba->nutrs = (hba->capabilities & MASK_TRANSFER_REQUESTS_SLOTS) + 1; in ufshcd_hba_capabilities()
2635 tag = find_last_bit(&tmp, hba->nutrs); in ufshcd_get_dev_cmd_tag()
2636 if (tag >= hba->nutrs) in ufshcd_get_dev_cmd_tag()
3322 ucdl_size = (sizeof(struct utp_transfer_cmd_desc) * hba->nutrs); in ufshcd_memory_alloc()
3345 utrdl_size = (sizeof(struct utp_transfer_req_desc) * hba->nutrs); in ufshcd_memory_alloc()
3375 hba->nutrs, sizeof(struct ufshcd_lrb), in ufshcd_memory_alloc()
3421 for (i = 0; i < hba->nutrs; i++) { in ufshcd_host_memory_configure()
4138 ufshcd_config_intr_aggr(hba, hba->nutrs - 1, INT_AGGR_DEF_TO); in ufshcd_make_hba_operational()
4446 lun_qdepth = hba->nutrs; in ufshcd_set_queue_depth()
4458 lun_qdepth = hba->nutrs; in ufshcd_set_queue_depth()
4460 lun_qdepth = min_t(int, lun_qdepth, hba->nutrs); in ufshcd_set_queue_depth()
4565 if (depth > hba->nutrs) in ufshcd_change_queue_depth()
4566 depth = hba->nutrs; in ufshcd_change_queue_depth()
4802 for_each_set_bit(index, &completed_reqs, hba->nutrs) { in __ufshcd_transfer_req_compl()
5303 for_each_set_bit(tag, &hba->outstanding_reqs, hba->nutrs) { in ufshcd_err_handler()
5330 unsigned long max_doorbells = (1UL << hba->nutrs) - 1; in ufshcd_err_handler()
5341 (1UL << (hba->nutrs - 1))); in ufshcd_err_handler()
5551 int retries = hba->nutrs; in ufshcd_intr()
5643 task_tag = hba->nutrs + free_slot; in ufshcd_issue_tm_cmd()
5728 for_each_set_bit(pos, &hba->outstanding_reqs, hba->nutrs) { in ufshcd_eh_device_reset_handler()
5755 for_each_set_bit(tag, &bitmap, hba->nutrs) { in ufshcd_set_req_abort_skip()
6708 for_each_set_bit(index, &hba->outstanding_reqs, hba->nutrs) { in ufshcd_eh_timed_out()
8024 host->can_queue = hba->nutrs; in ufshcd_init()
8025 host->cmd_per_lun = hba->nutrs; in ufshcd_init()