• Home
  • Raw
  • Download

Lines Matching refs:nutrs

254 	return tag >= 0 && tag < hba->nutrs;  in ufshcd_valid_tag()
472 for_each_set_bit(tag, &bitmap, hba->nutrs) { in ufshcd_print_trs()
2173 hba->nutrs = (hba->capabilities & MASK_TRANSFER_REQUESTS_SLOTS) + 1; in ufshcd_hba_capabilities()
2176 ufs_hba_add_info(hba)->reserved_slot = hba->nutrs - 1; in ufshcd_hba_capabilities()
3594 ucdl_size = (sizeof_utp_transfer_cmd_desc(hba) * hba->nutrs); in ufshcd_memory_alloc()
3617 utrdl_size = (sizeof(struct utp_transfer_req_desc) * hba->nutrs); in ufshcd_memory_alloc()
3647 hba->nutrs, sizeof(struct ufshcd_lrb), in ufshcd_memory_alloc()
3691 for (i = 0; i < hba->nutrs; i++) { in ufshcd_host_memory_configure()
4451 ufshcd_config_intr_aggr(hba, hba->nutrs - 1, INT_AGGR_DEF_TO); in ufshcd_make_hba_operational()
4798 lun_qdepth = hba->nutrs; in ufshcd_set_queue_depth()
4810 lun_qdepth = hba->nutrs; in ufshcd_set_queue_depth()
4812 lun_qdepth = min_t(int, lun_qdepth, hba->nutrs); in ufshcd_set_queue_depth()
5226 for_each_set_bit(index, &completed_reqs, hba->nutrs) { in __ufshcd_transfer_req_compl()
6137 for_each_set_bit(tag, &hba->outstanding_reqs, hba->nutrs) { in ufshcd_err_handler()
6469 int retries = hba->nutrs; in ufshcd_intr()
6848 for_each_set_bit(pos, &hba->outstanding_reqs, hba->nutrs) { in ufshcd_eh_device_reset_handler()
6874 for_each_set_bit(tag, &bitmap, hba->nutrs) { in ufshcd_set_req_abort_skip()
9372 host->can_queue = hba->nutrs - UFSHCD_NUM_RESERVED; in ufshcd_init()
9373 host->cmd_per_lun = hba->nutrs - UFSHCD_NUM_RESERVED; in ufshcd_init()