Searched refs:nutrs (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ufs/ |
D | ufshcd.c | 254 return tag >= 0 && tag < hba->nutrs; in ufshcd_valid_tag() 457 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() 3434 ucdl_size = (sizeof(struct utp_transfer_cmd_desc) * hba->nutrs); in ufshcd_memory_alloc() 3457 utrdl_size = (sizeof(struct utp_transfer_req_desc) * hba->nutrs); in ufshcd_memory_alloc() 3487 hba->nutrs, sizeof(struct ufshcd_lrb), in ufshcd_memory_alloc() 3531 for (i = 0; i < hba->nutrs; i++) { in ufshcd_host_memory_configure() 4288 ufshcd_config_intr_aggr(hba, hba->nutrs - 1, INT_AGGR_DEF_TO); in ufshcd_make_hba_operational() 4617 lun_qdepth = hba->nutrs; in ufshcd_set_queue_depth() 4629 lun_qdepth = hba->nutrs; in ufshcd_set_queue_depth() [all …]
|
D | ufshcd.h | 720 int nutrs; member
|
D | ufs-exynos.c | 853 hci_writel(ufs, (1 << hba->nutrs) - 1, HCI_UTRL_NEXUS_TYPE); in exynos_ufs_post_link()
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 53772 + for_each_set_bit(tag, &outstanding_reqs, hba->nutrs)
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 355987 + for_each_set_bit(tag, &outstanding_reqs, hba->nutrs)
|