Lines Matching refs:nutrs
254 return tag >= 0 && tag < hba->nutrs;
457 for_each_set_bit(tag, &bitmap, hba->nutrs) {
2045 /* nutrs and nutmrs are 0 based values */
2046 hba->nutrs = (hba->capabilities & MASK_TRANSFER_REQUESTS_SLOTS) + 1;
3434 ucdl_size = (sizeof(struct utp_transfer_cmd_desc) * hba->nutrs);
3457 utrdl_size = (sizeof(struct utp_transfer_req_desc) * hba->nutrs);
3487 hba->nutrs, sizeof(struct ufshcd_lrb),
3531 for (i = 0; i < hba->nutrs; i++) {
4288 ufshcd_config_intr_aggr(hba, hba->nutrs - 1, INT_AGGR_DEF_TO);
4617 lun_qdepth = hba->nutrs;
4629 lun_qdepth = hba->nutrs;
4631 lun_qdepth = min_t(int, lun_qdepth, hba->nutrs);
4739 if (depth > hba->nutrs)
4740 depth = hba->nutrs;
4978 for_each_set_bit(index, &completed_reqs, hba->nutrs) {
5835 for_each_set_bit(tag, &hba->outstanding_reqs, hba->nutrs) {
5889 unsigned long max_doorbells = (1UL << hba->nutrs) - 1;
5900 (1UL << (hba->nutrs - 1)));
6182 int retries = hba->nutrs;
6190 * There could be max of hba->nutrs reqs in flight and in worst case
6582 for_each_set_bit(pos, &hba->outstanding_reqs, hba->nutrs) {
6610 for_each_set_bit(tag, &bitmap, hba->nutrs) {
9149 host->can_queue = hba->nutrs;
9150 host->cmd_per_lun = hba->nutrs;