Lines Matching refs:nutrs

503 	for_each_set_bit(tag, &bitmap, hba->nutrs) {  in ufshcd_print_trs()
2236 hba->nutrs = (hba->capabilities & MASK_TRANSFER_REQUESTS_SLOTS) + 1; in ufshcd_hba_capabilities()
2239 hba->reserved_slot = hba->nutrs - 1; in ufshcd_hba_capabilities()
2766 WARN_ONCE(tag < 0 || tag >= hba->nutrs, "Invalid tag %d\n", tag); in ufshcd_queuecommand()
3657 ucdl_size = (sizeof(struct utp_transfer_cmd_desc) * hba->nutrs); in ufshcd_memory_alloc()
3680 utrdl_size = (sizeof(struct utp_transfer_req_desc) * hba->nutrs); in ufshcd_memory_alloc()
3710 hba->nutrs, sizeof(struct ufshcd_lrb), in ufshcd_memory_alloc()
3754 for (i = 0; i < hba->nutrs; i++) { in ufshcd_host_memory_configure()
4530 ufshcd_config_intr_aggr(hba, hba->nutrs - 1, INT_AGGR_DEF_TO); in ufshcd_make_hba_operational()
4877 lun_qdepth = hba->nutrs; in ufshcd_set_queue_depth()
4889 lun_qdepth = hba->nutrs; in ufshcd_set_queue_depth()
4891 lun_qdepth = min_t(int, lun_qdepth, hba->nutrs); in ufshcd_set_queue_depth()
5358 for_each_set_bit(index, &completed_reqs, hba->nutrs) { in __ufshcd_transfer_req_compl()
5393 for_each_set_bit(tag, completed_reqs, hba->nutrs) { in ufshcd_clear_polled()
6348 for_each_set_bit(tag, &hba->outstanding_reqs, hba->nutrs) { in ufshcd_err_handler()
6680 int retries = hba->nutrs; in ufshcd_intr()
7062 for_each_set_bit(pos, &hba->outstanding_reqs, hba->nutrs) in ufshcd_eh_device_reset_handler()
7097 for_each_set_bit(tag, &bitmap, hba->nutrs) { in ufshcd_set_req_abort_skip()
9742 host->can_queue = hba->nutrs - UFSHCD_NUM_RESERVED; in ufshcd_init()
9743 host->cmd_per_lun = hba->nutrs - UFSHCD_NUM_RESERVED; in ufshcd_init()