Searched refs:nutrs (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/ufs/core/ |
D | ufshcd.c | 2271 hba->nutrs = (hba->capabilities & MASK_TRANSFER_REQUESTS_SLOTS) + 1; in ufshcd_hba_capabilities() 2274 hba->reserved_slot = hba->nutrs - 1; in ufshcd_hba_capabilities() 2826 WARN_ONCE(tag < 0 || tag >= hba->nutrs, "Invalid tag %d\n", tag); in ufshcd_queuecommand() 3727 ucdl_size = ufshcd_get_ucd_size(hba) * hba->nutrs; in ufshcd_memory_alloc() 3747 utrdl_size = (sizeof(struct utp_transfer_req_desc) * hba->nutrs); in ufshcd_memory_alloc() 3786 hba->nutrs, sizeof(struct ufshcd_lrb), in ufshcd_memory_alloc() 3830 for (i = 0; i < hba->nutrs; i++) { in ufshcd_host_memory_configure() 4610 ufshcd_config_intr_aggr(hba, hba->nutrs - 1, INT_AGGR_DEF_TO); in ufshcd_make_hba_operational() 4992 u8 lun_qdepth = hba->nutrs; in ufshcd_lu_init() 5014 lun_qdepth = min_t(int, desc_buf[UNIT_DESC_PARAM_LU_Q_DEPTH], hba->nutrs); in ufshcd_lu_init() [all …]
|
D | ufs-mcq.c | 439 hwq->max_entries = hba->nutrs; in ufshcd_mcq_init() 510 if (task_tag != hba->nutrs - UFSHCD_NUM_RESERVED) { in ufshcd_mcq_sq_cleanup()
|
/Linux-v6.6/include/ufs/ |
D | ufshcd.h | 954 int nutrs; member
|
/Linux-v6.6/drivers/ufs/host/ |
D | ufs-mediatek.c | 1221 ufshcd_mcq_config_mac(hba, hba->nutrs); in ufs_mtk_link_set_hpm()
|
D | ufs-exynos.c | 1025 hci_writel(ufs, (1 << hba->nutrs) - 1, HCI_UTRL_NEXUS_TYPE); in exynos_ufs_post_link()
|