Lines Matching refs:nutrs
251 return tag >= 0 && tag < hba->nutrs; in ufshcd_valid_tag()
320 int off = (int)tag - hba->nutrs; in ufshcd_add_tm_upiu_trace()
454 for_each_set_bit(tag, &bitmap, hba->nutrs) { in ufshcd_print_trs()
2046 hba->nutrs = (hba->capabilities & MASK_TRANSFER_REQUESTS_SLOTS) + 1; in ufshcd_hba_capabilities()
3429 ucdl_size = (sizeof(struct utp_transfer_cmd_desc) * hba->nutrs); in ufshcd_memory_alloc()
3452 utrdl_size = (sizeof(struct utp_transfer_req_desc) * hba->nutrs); in ufshcd_memory_alloc()
3482 hba->nutrs, sizeof(struct ufshcd_lrb), in ufshcd_memory_alloc()
3526 for (i = 0; i < hba->nutrs; i++) { in ufshcd_host_memory_configure()
4281 ufshcd_config_intr_aggr(hba, hba->nutrs - 1, INT_AGGR_DEF_TO); in ufshcd_make_hba_operational()
4610 lun_qdepth = hba->nutrs; in ufshcd_set_queue_depth()
4622 lun_qdepth = hba->nutrs; in ufshcd_set_queue_depth()
4624 lun_qdepth = min_t(int, lun_qdepth, hba->nutrs); in ufshcd_set_queue_depth()
4732 if (depth > hba->nutrs) in ufshcd_change_queue_depth()
4733 depth = hba->nutrs; in ufshcd_change_queue_depth()
4968 for_each_set_bit(index, &completed_reqs, hba->nutrs) { in __ufshcd_transfer_req_compl()
5828 for_each_set_bit(tag, &hba->outstanding_reqs, hba->nutrs) { in ufshcd_err_handler()
5882 unsigned long max_doorbells = (1UL << hba->nutrs) - 1; in ufshcd_err_handler()
5893 (1UL << (hba->nutrs - 1))); in ufshcd_err_handler()
6188 int retries = hba->nutrs; in ufshcd_intr()
6265 task_tag = hba->nutrs + free_slot; in __ufshcd_issue_tm_cmd()
6591 for_each_set_bit(pos, &hba->outstanding_reqs, hba->nutrs) { in ufshcd_eh_device_reset_handler()
6619 for_each_set_bit(tag, &bitmap, hba->nutrs) { in ufshcd_set_req_abort_skip()
9094 host->can_queue = hba->nutrs; in ufshcd_init()
9095 host->cmd_per_lun = hba->nutrs; in ufshcd_init()