Home
last modified time | relevance | path

Searched refs:nutrs (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/ufs/core/
H A Dufshcd.c2487 hba->nutrs = (hba->capabilities & MASK_TRANSFER_REQUESTS_SLOTS_SDB) + 1; in ufshcd_hba_capabilities()
3922 ucdl_size = ufshcd_get_ucd_size(hba) * hba->nutrs; in ufshcd_memory_alloc()
3942 utrdl_size = (sizeof(struct utp_transfer_req_desc) * hba->nutrs); in ufshcd_memory_alloc()
4017 for (i = 0; i < hba->nutrs; i++) { in ufshcd_host_memory_configure()
4843 ufshcd_config_intr_aggr(hba, hba->nutrs - 1, INT_AGGR_DEF_TO); in ufshcd_make_hba_operational()
5204 u8 lun_qdepth = hba->nutrs; in ufshcd_lu_init()
5226 lun_qdepth = min_t(int, desc_buf[UNIT_DESC_PARAM_LU_Q_DEPTH], hba->nutrs); in ufshcd_lu_init()
5673 for_each_set_bit(tag, &completed_reqs, hba->nutrs) in __ufshcd_transfer_req_compl()
5687 for_each_set_bit(tag, completed_reqs, hba->nutrs) { in ufshcd_clear_polled()
7176 int retries = hba->nutrs; in ufshcd_threaded_intr()
[all …]
/linux/include/ufs/
H A Dufshcd.h845 * @nutrs: Transfer Request Queue depth supported by controller
987 int nutrs;
985 int nutrs; global() member
/linux/drivers/ufs/host/
H A Dufs-mediatek.c1708 ufshcd_mcq_config_mac(hba, hba->nutrs); in ufs_mtk_link_set_hpm()