Home
last modified time | relevance | path

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

/linux/drivers/ufs/core/
H A Dufshcd.c2516 hba->nutrs = (hba->capabilities & MASK_TRANSFER_REQUESTS_SLOTS_SDB) + 1; in ufshcd_hba_capabilities()
4056 ucdl_size = ufshcd_get_ucd_size(hba) * (hba->nutrs - UFSHCD_NUM_RESERVED); in ufshcd_memory_alloc()
4091 utrdl_size = (sizeof(struct utp_transfer_req_desc) * hba->nutrs); in ufshcd_memory_alloc()
4162 for (i = 0; i < hba->nutrs; i++) { in ufshcd_host_memory_configure()
5094 ufshcd_config_intr_aggr(hba, hba->nutrs - 1, INT_AGGR_DEF_TO); in ufshcd_make_hba_operational()
5498 u8 lun_qdepth = hba->nutrs; in ufshcd_lu_init()
5520 lun_qdepth = min_t(int, desc_buf[UNIT_DESC_PARAM_LU_Q_DEPTH], hba->nutrs); in ufshcd_lu_init()
5976 for_each_set_bit(tag, &completed_reqs, hba->nutrs) in __ufshcd_transfer_req_compl()
5990 for_each_set_bit(tag, completed_reqs, hba->nutrs) { in ufshcd_clear_polled()
7459 int retries = hba->nutrs; in ufshcd_intr()
[all …]