Lines Matching refs:nutrs

263 	return tag >= 0 && tag < hba->nutrs;  in ufshcd_valid_tag()
321 int off = (int)tag - hba->nutrs; in ufshcd_add_tm_upiu_trace()
447 for_each_set_bit(tag, &bitmap, hba->nutrs) { in ufshcd_print_trs()
1956 hba->nutrs = (hba->capabilities & MASK_TRANSFER_REQUESTS_SLOTS) + 1; in ufshcd_hba_capabilities()
2648 tag = find_last_bit(&tmp, hba->nutrs); in ufshcd_get_dev_cmd_tag()
2649 if (tag >= hba->nutrs) in ufshcd_get_dev_cmd_tag()
3370 ucdl_size = (sizeof(struct utp_transfer_cmd_desc) * hba->nutrs); in ufshcd_memory_alloc()
3393 utrdl_size = (sizeof(struct utp_transfer_req_desc) * hba->nutrs); in ufshcd_memory_alloc()
3423 hba->nutrs, sizeof(struct ufshcd_lrb), in ufshcd_memory_alloc()
3469 for (i = 0; i < hba->nutrs; i++) { in ufshcd_host_memory_configure()
4186 ufshcd_config_intr_aggr(hba, hba->nutrs - 1, INT_AGGR_DEF_TO); in ufshcd_make_hba_operational()
4504 lun_qdepth = hba->nutrs; in ufshcd_set_queue_depth()
4516 lun_qdepth = hba->nutrs; in ufshcd_set_queue_depth()
4518 lun_qdepth = min_t(int, lun_qdepth, hba->nutrs); in ufshcd_set_queue_depth()
4623 if (depth > hba->nutrs) in ufshcd_change_queue_depth()
4624 depth = hba->nutrs; in ufshcd_change_queue_depth()
4819 for_each_set_bit(index, &completed_reqs, hba->nutrs) { in __ufshcd_transfer_req_compl()
5321 for_each_set_bit(tag, &hba->outstanding_reqs, hba->nutrs) { in ufshcd_err_handler()
5348 unsigned long max_doorbells = (1UL << hba->nutrs) - 1; in ufshcd_err_handler()
5359 (1UL << (hba->nutrs - 1))); in ufshcd_err_handler()
5595 int retries = hba->nutrs; in ufshcd_intr()
5660 task_tag = hba->nutrs + free_slot; in __ufshcd_issue_tm_cmd()
5973 for_each_set_bit(pos, &hba->outstanding_reqs, hba->nutrs) { in ufshcd_eh_device_reset_handler()
6001 for_each_set_bit(tag, &bitmap, hba->nutrs) { in ufshcd_set_req_abort_skip()
7027 for_each_set_bit(index, &hba->outstanding_reqs, hba->nutrs) { in ufshcd_eh_timed_out()
8316 host->can_queue = hba->nutrs; in ufshcd_init()
8317 host->cmd_per_lun = hba->nutrs; in ufshcd_init()